updated to 1.20.0

This commit is contained in:
2024-02-08 13:21:59 +03:00
parent b199a412d1
commit cb53ef374c
2 changed files with 3 additions and 2 deletions

View File

@@ -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 HOME /root
ENV USER 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 # add the wrapper which acts as a drone plugin
COPY ./plugin.sh /kaniko/plugin.sh COPY ./plugin.sh /kaniko/plugin.sh
RUN chmod +x /kaniko/plugin.sh
ENTRYPOINT [ "/kaniko/plugin.sh" ] ENTRYPOINT [ "/kaniko/plugin.sh" ]

View File

@@ -129,7 +129,7 @@ docker build -t 1sept/drone-kaniko .
```bash ```bash
docker buildx build --no-cache --platform linux/amd64 --push -t 1sept/drone-kaniko:latest -t 1sept/drone-kaniko:v1.9.2-debug . -t harbor.1sept.ru/drone/drone-kaniko:latest -t harbor.1sept.ru/drone/drone-kaniko:v1.9.2-debug docker buildx build --no-cache --platform linux/amd64 --push -t 1sept/drone-kaniko:latest -t 1sept/drone-kaniko:v1.20.0-debug . -t harbor.1sept.ru/drone/drone-kaniko:latest -t harbor.1sept.ru/drone/drone-kaniko:v1.20.0-debug
``` ```