mirror of
https://git.netzspielplatz.de/docker-multiarch/minio.git
synced 2025-11-08 17:19:25 +00:00
Uncommenting lines in Dockerfile
Build away
This commit is contained in:
parent
3ff6406543
commit
6f3b66617f
1 changed files with 13 additions and 13 deletions
26
Dockerfile
26
Dockerfile
|
|
@ -9,10 +9,10 @@ ENV GOPATH /go
|
|||
ENV CGO_ENABLED 0
|
||||
ENV GO111MODULE on
|
||||
|
||||
# RUN \
|
||||
# apk add --no-cache git && \
|
||||
# git clone https://github.com/minio/minio && cd minio && \
|
||||
# go install -v -ldflags "$(go run buildscripts/gen-ldflags.go)"
|
||||
RUN \
|
||||
apk add --no-cache git && \
|
||||
git clone https://github.com/minio/minio && cd minio && \
|
||||
go install -v -ldflags "$(go run buildscripts/gen-ldflags.go)"
|
||||
|
||||
FROM alpine:3.10
|
||||
|
||||
|
|
@ -24,16 +24,16 @@ ENV MINIO_ACCESS_KEY_FILE=access_key \
|
|||
|
||||
EXPOSE 9000
|
||||
|
||||
# COPY --from=0 /go/bin/minio /usr/bin/minio
|
||||
# COPY --from=0 /go/minio/CREDITS /third_party/
|
||||
# COPY --from=0 /go/minio/dockerscripts/docker-entrypoint.sh /usr/bin/
|
||||
COPY --from=0 /go/bin/minio /usr/bin/minio
|
||||
COPY --from=0 /go/minio/CREDITS /third_party/
|
||||
COPY --from=0 /go/minio/dockerscripts/docker-entrypoint.sh /usr/bin/
|
||||
|
||||
# RUN \
|
||||
# apk add --no-cache ca-certificates 'curl>7.61.0' 'su-exec>=0.2' && \
|
||||
# echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' >> /etc/nsswitch.conf
|
||||
RUN \
|
||||
apk add --no-cache ca-certificates 'curl>7.61.0' 'su-exec>=0.2' && \
|
||||
echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' >> /etc/nsswitch.conf
|
||||
|
||||
# ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
|
||||
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
|
||||
|
||||
# VOLUME ["/data"]
|
||||
VOLUME ["/data"]
|
||||
|
||||
# CMD ["minio"]
|
||||
CMD ["minio"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue