Skip to content
Snippets Groups Projects

Update gcr.io/kaniko-project/executor Docker tag to v1.17.0

Merged Renovate Bot requested to merge renovate/gcr.io-kaniko-project-executor-1.x into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -3,7 +3,7 @@ build:
image:
# We need a shell to provide the registry credentials, so we need to use the
# kaniko debug image (https://github.com/GoogleContainerTools/kaniko#debug-image)
name: gcr.io/kaniko-project/executor:v1.16.0-debug
name: gcr.io/kaniko-project/executor:v1.17.0-debug
entrypoint: [""]
script:
- mkdir -p /kaniko/.docker/
Loading