fix(minio): update description, version, and add drive parameter support

This commit is contained in:
2025-05-06 09:18:06 +02:00
parent e8421beff3
commit 83890aaf5d
4 changed files with 27 additions and 11 deletions

View File

@@ -1,10 +1,10 @@
FROM alpine:3.18
LABEL io.hass.name="MinIO"
LABEL io.hass.description="S3-compatible object storage for HA"
LABEL io.hass.description="MinIO is a High Performance Object Storage, API compatible with Amazon S3 cloud storage service."
LABEL io.hass.arch="amd64|aarch64"
LABEL io.hass.type="addon"
LABEL io.hass.version="1.1.0"
LABEL io.hass.version="1.1.1"
# Install curl, jq and ca-certificates
RUN apk add --no-cache bash curl jq ca-certificates