add code to parse secrets natively instead of shell scripts (#13883)

This commit is contained in:
Harshavardhana
2021-12-13 18:23:31 -08:00
committed by GitHub
parent 40dbe243d9
commit 113c7ff49a
6 changed files with 271 additions and 101 deletions

View File

@@ -1,6 +1,7 @@
FROM minio/minio:latest
COPY ./minio /opt/bin/minio
COPY dockerscripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]