added jq install on container
This commit is contained in:
@@ -1,12 +1,15 @@
|
|||||||
FROM minio/minio:latest
|
FROM minio/minio:latest
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
io.hass.version="1.0.2" \
|
io.hass.version="1.0.3" \
|
||||||
io.hass.type="addon" \
|
io.hass.type="addon" \
|
||||||
io.hass.arch="aarch64|amd64" \
|
io.hass.arch="aarch64|amd64" \
|
||||||
io.hass.name="MinIO" \
|
io.hass.name="MinIO" \
|
||||||
io.hass.description="MinIO is an object storage server compatible with Amazon S3."
|
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
|
COPY run.sh /run.sh
|
||||||
RUN chmod +x /run.sh
|
RUN chmod +x /run.sh
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "MinIO S3 Server",
|
"name": "MinIO S3 Server",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"slug": "minio",
|
"slug": "minio",
|
||||||
"description": "MinIO Server S3-compatible object storage server",
|
"description": "MinIO Server S3-compatible object storage server",
|
||||||
"arch": [
|
"arch": [
|
||||||
|
|||||||
Reference in New Issue
Block a user