Add custom secret names for Docker (#5355)

This commit is contained in:
Paul Trunk
2018-01-09 06:16:25 +01:00
committed by Nitish Tiwari
parent 7c72d14027
commit bd9cdcf379
5 changed files with 24 additions and 7 deletions

View File

@@ -6,6 +6,8 @@ ENV GOPATH /go
ENV PATH $PATH:$GOPATH/bin
ENV CGO_ENABLED 0
ENV MINIO_UPDATE off
ENV MINIO_ACCESS_KEY_FILE=access_key \
MINIO_SECRET_KEY_FILE=secret_key
WORKDIR /go/src/github.com/minio/