added label in dockerfile

This commit is contained in:
2025-05-05 23:53:46 +02:00
parent ac45802bfa
commit f721e3907e
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -35,6 +35,5 @@
"secret_key": "str",
"region": "str",
"bucket": "str"
},
"image": "docker.io/minio/minio:latest"
}
}