Remove: ENVs in Dockerfile
All checks were successful
Release / release-image (push) Successful in 3m3s
All checks were successful
Release / release-image (push) Successful in 3m3s
This commit is contained in:
@@ -9,14 +9,6 @@ RUN trust anchor /root/rootca.pem && update-ca-trust
|
||||
RUN echo '%wheel ALL=(ALL:ALL) NOPASSWD: ALL' >> /etc/sudoers
|
||||
RUN useradd -G wheel -d /build builder
|
||||
|
||||
ENV MINIO_HOST="minio.konchin.com"
|
||||
ENV MINIO_PORT="443"
|
||||
ENV MINIO_BUCKET="archrepo"
|
||||
ENV MINIO_ACCESSKEY=""
|
||||
ENV MINIO_SECRETKEY=""
|
||||
|
||||
ENV REPO_NAME="custom"
|
||||
|
||||
WORKDIR /build
|
||||
ENTRYPOINT ["/usr/bin/env"]
|
||||
CMD ["bash"]
|
||||
|
||||
Reference in New Issue
Block a user