From d8be9f12a2a04117ff99afb082f0f2b926bce15a Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sun, 2 Aug 2020 09:01:57 -0700 Subject: [PATCH] fix: pull credits in docker from master branch (#10177) --- Dockerfile.arm.release | 2 +- Dockerfile.arm64.release | 2 +- Dockerfile.ppc64le.release | 2 +- Dockerfile.release | 2 +- Dockerfile.s390x.release | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile.arm.release b/Dockerfile.arm.release index a42efe138..ff0fac6d1 100644 --- a/Dockerfile.arm.release +++ b/Dockerfile.arm.release @@ -23,7 +23,7 @@ RUN \ chmod +x /usr/bin/minio && \ chmod +x /usr/bin/docker-entrypoint.sh && \ chmod +x /usr/bin/verify-minio.sh && \ - curl -s -q -O https://raw.githubusercontent.com/minio/minio/release/CREDITS && \ + curl -s -q -O https://raw.githubusercontent.com/minio/minio/master/CREDITS && \ /usr/bin/verify-minio.sh EXPOSE 9000 diff --git a/Dockerfile.arm64.release b/Dockerfile.arm64.release index 42a8ede28..ae07d5e47 100644 --- a/Dockerfile.arm64.release +++ b/Dockerfile.arm64.release @@ -23,7 +23,7 @@ RUN \ chmod +x /usr/bin/minio && \ chmod +x /usr/bin/docker-entrypoint.sh && \ chmod +x /usr/bin/verify-minio.sh && \ - curl -s -q -O https://raw.githubusercontent.com/minio/minio/release/CREDITS && \ + curl -s -q -O https://raw.githubusercontent.com/minio/minio/master/CREDITS && \ /usr/bin/verify-minio.sh EXPOSE 9000 diff --git a/Dockerfile.ppc64le.release b/Dockerfile.ppc64le.release index 875cdcc23..e214634a6 100644 --- a/Dockerfile.ppc64le.release +++ b/Dockerfile.ppc64le.release @@ -22,7 +22,7 @@ RUN \ chmod +x /usr/bin/minio && \ chmod +x /usr/bin/docker-entrypoint.sh && \ chmod +x /usr/bin/verify-minio.sh && \ - curl -s -q -O https://raw.githubusercontent.com/minio/minio/release/CREDITS && \ + curl -s -q -O https://raw.githubusercontent.com/minio/minio/master/CREDITS && \ /usr/bin/verify-minio.sh EXPOSE 9000 diff --git a/Dockerfile.release b/Dockerfile.release index ec09bc3fc..75384cbaa 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -20,7 +20,7 @@ RUN \ chmod +x /usr/bin/minio && \ chmod +x /usr/bin/docker-entrypoint.sh && \ chmod +x /usr/bin/verify-minio.sh && \ - curl -s -q -O https://raw.githubusercontent.com/minio/minio/release/CREDITS && \ + curl -s -q -O https://raw.githubusercontent.com/minio/minio/master/CREDITS && \ /usr/bin/verify-minio.sh EXPOSE 9000 diff --git a/Dockerfile.s390x.release b/Dockerfile.s390x.release index 9c7d08e52..4c6af92c1 100644 --- a/Dockerfile.s390x.release +++ b/Dockerfile.s390x.release @@ -22,7 +22,7 @@ RUN \ chmod +x /usr/bin/minio && \ chmod +x /usr/bin/docker-entrypoint.sh && \ chmod +x /usr/bin/verify-minio.sh && \ - curl -s -q -O https://raw.githubusercontent.com/minio/minio/release/CREDITS && \ + curl -s -q -O https://raw.githubusercontent.com/minio/minio/master/CREDITS && \ /usr/bin/verify-minio.sh EXPOSE 9000