updated to 1.20.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM gcr.io/kaniko-project/executor:v1.20.0
|
||||
FROM gcr.io/kaniko-project/executor:v1.20.0-debug
|
||||
|
||||
ENV HOME /root
|
||||
ENV USER root
|
||||
@@ -8,4 +8,5 @@ ENV DOCKER_CREDENTIAL_GCR_CONFIG /kaniko/.config/gcloud/docker_credential_gcr_co
|
||||
|
||||
# add the wrapper which acts as a drone plugin
|
||||
COPY ./plugin.sh /kaniko/plugin.sh
|
||||
RUN chmod +x /kaniko/plugin.sh
|
||||
ENTRYPOINT [ "/kaniko/plugin.sh" ]
|
||||
|
||||
Reference in New Issue
Block a user