From da80c5f9645061c1211fa70ea533939a6f957cf1 Mon Sep 17 00:00:00 2001 From: Adrien le Maire Date: Thu, 29 Oct 2020 15:20:05 +0000 Subject: [PATCH] Minio 2020-06-18T02-23-35Z --- minio/Dockerfile | 10 ++++++---- minio/version | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/minio/Dockerfile b/minio/Dockerfile index 12c5cd9..2e21e5f 100644 --- a/minio/Dockerfile +++ b/minio/Dockerfile @@ -9,15 +9,17 @@ ENV MINIO_ACCESS_KEY_FILE=access_key \ EXPOSE 9000 COPY entrypoint.sh /usr/bin/docker-entrypoint.sh + +RUN \ + apk add --no-cache ca-certificates 'curl>7.61.0' 'su-exec>=0.2' && \ + echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' >> /etc/nsswitch.conf + ARG VERSION ARG TARGETARCH ENV VERSION $VERSION ADD https://dl.min.io/server/minio/release/linux-${TARGETARCH}/archive/minio.${VERSION} /usr/bin/minio -RUN \ - apk add --no-cache ca-certificates 'curl>7.61.0' 'su-exec>=0.2' && \ - echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' >> /etc/nsswitch.conf && \ - chmod +x /usr/bin/minio +RUN chmod +x /usr/bin/minio ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"] diff --git a/minio/version b/minio/version index 4ef5064..b3f8d44 100644 --- a/minio/version +++ b/minio/version @@ -1 +1 @@ -VERSION=RELEASE.2020-09-02T18-19-50Z \ No newline at end of file +VERSION=RELEASE.2020-06-18T02-23-35Z