mirror of
https://git.netzspielplatz.de/docker-multiarch/minio.git
synced 2025-11-08 17:19:25 +00:00
Still too much in Dockerfile
Removed other bits to nudge the build along
This commit is contained in:
parent
a5452eaf28
commit
3ff6406543
1 changed files with 6 additions and 6 deletions
12
Dockerfile
12
Dockerfile
|
|
@ -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
|
||||
|
||||
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