From fcb3fa9d06578cc715223a02de5492de7d0a781d Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 6 May 2025 00:10:07 +0200 Subject: [PATCH] added jq install on container --- minio/Dockerfile | 5 ++++- minio/config.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/minio/Dockerfile b/minio/Dockerfile index 609e42e..4ef90c8 100644 --- a/minio/Dockerfile +++ b/minio/Dockerfile @@ -1,12 +1,15 @@ FROM minio/minio:latest LABEL \ - io.hass.version="1.0.2" \ + io.hass.version="1.0.3" \ io.hass.type="addon" \ io.hass.arch="aarch64|amd64" \ io.hass.name="MinIO" \ io.hass.description="MinIO is an object storage server compatible with Amazon S3." +# Install jq (Alpine) +RUN apk add --no-cache jq + COPY run.sh /run.sh RUN chmod +x /run.sh diff --git a/minio/config.json b/minio/config.json index a9f3533..7ac2198 100644 --- a/minio/config.json +++ b/minio/config.json @@ -1,6 +1,6 @@ { "name": "MinIO S3 Server", - "version": "1.0.2", + "version": "1.0.3", "slug": "minio", "description": "MinIO Server S3-compatible object storage server", "arch": [