Skip to content

Commit

Permalink
fix: remove DOCKER_CONFIG environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianKramm committed Sep 1, 2023
1 parent 2986526 commit f1305bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ ENV USER root
ENV KANIKO_DIR /.dockerless
ENV PATH /usr/local/bin:/.dockerless:/.dockerless/bin
ENV SSL_CERT_DIR=/.dockerless/ssl/certs
ENV DOCKER_CONFIG /.dockerless/.docker/

COPY dockerless /.dockerless/dockerless
COPY --from=busybox /bin /.dockerless/bin
Expand Down

0 comments on commit f1305bb

Please sign in to comment.