kaliko updated

This commit is contained in:
2022-11-26 15:28:56 +03:00
parent ca7005705e
commit a8e2bd89ce
3 changed files with 22 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
FROM gcr.io/kaniko-project/executor:debug-v0.19.0
FROM gcr.io/kaniko-project/executor:v1.9.1-debug
ENV HOME /root
ENV USER root
@@ -7,5 +7,5 @@ ENV DOCKER_CONFIG /kaniko/.docker/
ENV DOCKER_CREDENTIAL_GCR_CONFIG /kaniko/.config/gcloud/docker_credential_gcr_config.json
# add the wrapper which acts as a drone plugin
COPY plugin.sh /kaniko/plugin.sh
COPY ./plugin.sh /kaniko/plugin.sh
ENTRYPOINT [ "/kaniko/plugin.sh" ]