mirror of
https://git.netzspielplatz.de/docker-multiarch/minio.git
synced 2025-11-08 18:59:27 +00:00
Update Dockerfile
This commit is contained in:
parent
e94472aaca
commit
c10276e788
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ RUN \
|
||||||
git clone https://github.com/minio/minio && cd minio && \
|
git clone https://github.com/minio/minio && cd minio && \
|
||||||
go install -v -ldflags "$(go run buildscripts/gen-ldflags.go)"
|
go install -v -ldflags "$(go run buildscripts/gen-ldflags.go)"
|
||||||
|
|
||||||
FROM alpine:3.10
|
# Changing to use latest as I will not have access to this after leaving GitLab
|
||||||
|
FROM alpine:latest
|
||||||
|
|
||||||
ENV MINIO_UPDATE off
|
ENV MINIO_UPDATE off
|
||||||
ENV MINIO_ACCESS_KEY_FILE=access_key \
|
ENV MINIO_ACCESS_KEY_FILE=access_key \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue