diff --git a/minio/Dockerfile b/minio/Dockerfile index 02206ea..fa5e0eb 100644 --- a/minio/Dockerfile +++ b/minio/Dockerfile @@ -1,5 +1,10 @@ FROM minio/minio:latest +LABEL \ + io.hass.version="1.0" \ + io.hass.type="addon" \ + io.hass.arch="aarch64|amd64" + COPY run.sh /usr/local/bin/run.sh RUN chmod +x /usr/local/bin/run.sh diff --git a/minio/config.json b/minio/config.json index 9f17d9b..089e6e0 100644 --- a/minio/config.json +++ b/minio/config.json @@ -35,6 +35,5 @@ "secret_key": "str", "region": "str", "bucket": "str" - }, - "image": "docker.io/minio/minio:latest" + } } \ No newline at end of file