mirror of https://github.com/minio/minio.git
fix: pull credits in docker from master branch (#10177)
This commit is contained in:
parent
0cf4539fe8
commit
d8be9f12a2
|
@ -23,7 +23,7 @@ RUN \
|
||||||
chmod +x /usr/bin/minio && \
|
chmod +x /usr/bin/minio && \
|
||||||
chmod +x /usr/bin/docker-entrypoint.sh && \
|
chmod +x /usr/bin/docker-entrypoint.sh && \
|
||||||
chmod +x /usr/bin/verify-minio.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
|
/usr/bin/verify-minio.sh
|
||||||
|
|
||||||
EXPOSE 9000
|
EXPOSE 9000
|
||||||
|
|
|
@ -23,7 +23,7 @@ RUN \
|
||||||
chmod +x /usr/bin/minio && \
|
chmod +x /usr/bin/minio && \
|
||||||
chmod +x /usr/bin/docker-entrypoint.sh && \
|
chmod +x /usr/bin/docker-entrypoint.sh && \
|
||||||
chmod +x /usr/bin/verify-minio.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
|
/usr/bin/verify-minio.sh
|
||||||
|
|
||||||
EXPOSE 9000
|
EXPOSE 9000
|
||||||
|
|
|
@ -22,7 +22,7 @@ RUN \
|
||||||
chmod +x /usr/bin/minio && \
|
chmod +x /usr/bin/minio && \
|
||||||
chmod +x /usr/bin/docker-entrypoint.sh && \
|
chmod +x /usr/bin/docker-entrypoint.sh && \
|
||||||
chmod +x /usr/bin/verify-minio.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
|
/usr/bin/verify-minio.sh
|
||||||
|
|
||||||
EXPOSE 9000
|
EXPOSE 9000
|
||||||
|
|
|
@ -20,7 +20,7 @@ RUN \
|
||||||
chmod +x /usr/bin/minio && \
|
chmod +x /usr/bin/minio && \
|
||||||
chmod +x /usr/bin/docker-entrypoint.sh && \
|
chmod +x /usr/bin/docker-entrypoint.sh && \
|
||||||
chmod +x /usr/bin/verify-minio.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
|
/usr/bin/verify-minio.sh
|
||||||
|
|
||||||
EXPOSE 9000
|
EXPOSE 9000
|
||||||
|
|
|
@ -22,7 +22,7 @@ RUN \
|
||||||
chmod +x /usr/bin/minio && \
|
chmod +x /usr/bin/minio && \
|
||||||
chmod +x /usr/bin/docker-entrypoint.sh && \
|
chmod +x /usr/bin/docker-entrypoint.sh && \
|
||||||
chmod +x /usr/bin/verify-minio.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
|
/usr/bin/verify-minio.sh
|
||||||
|
|
||||||
EXPOSE 9000
|
EXPOSE 9000
|
||||||
|
|
Loading…
Reference in New Issue