Skip to content

Commit

Permalink
update: config path
Browse files Browse the repository at this point in the history
  • Loading branch information
umarizulkifli committed Sep 22, 2021
1 parent 9bc3762 commit e3eb17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY --from=0 /kaniko/docker-credential-gcr /kaniko/docker-credential-gcr
COPY --from=0 /kaniko/docker-credential-ecr-login /kaniko/docker-credential-ecr-login
COPY --from=0 /kaniko/docker-credential-acr /kaniko/docker-credential-acr
COPY --from=0 /kaniko/ssl/certs/ /kaniko/ssl/certs/
COPY --from=0 /kaniko/.docker/config.json /kaniko/.docker/config.json
COPY --from=0 /kaniko/.docker /kaniko/.docker

ENV HOME /root
ENV USER root
Expand Down

0 comments on commit e3eb17c

Please sign in to comment.