added label in dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -35,6 +35,5 @@
|
||||
"secret_key": "str",
|
||||
"region": "str",
|
||||
"bucket": "str"
|
||||
},
|
||||
"image": "docker.io/minio/minio:latest"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user