Skip to content

Commit

Permalink
Fix path in base image
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Aug 11, 2022
1 parent 7001eac commit dccf98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY --from=knk /kaniko/ssl/certs/ /kaniko/ssl/certs/
COPY --from=knk /kaniko/.docker /kaniko/.docker
ENV HOME=/root
ENV USER=root
ENV PATH=${PATH}:/kaniko
ENV PATH="\$PATH:/kaniko"
ENV SSL_CERT_DIR=/kaniko/ssl/certs
ENV DOCKER_CONFIG=/kaniko/.docker/
ENV DOCKER_CREDENTIAL_GCR_CONFIG=/kaniko/.config/gcloud/docker_credential_gcr_config.json
Expand Down

0 comments on commit dccf98a

Please sign in to comment.