bump kaniko executor version to v1.8.0-debug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-04-01 21:06:07 +02:00
parent acf1d19c64
commit fe3ebc6d83
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -5,7 +5,7 @@ dargs = build -t $(dtag) --no-cache --pull .
cleanargs = image rm -f $(dtag)
pruneargs = system prune -af
dargskaniko = run --rm -it -w=$(kanikowdir) -v $$PWD:$(kanikowdir)
kanikoexecutorimg = gcr.io/kaniko-project/executor
kanikoexecutorimg = gcr.io/kaniko-project/executor:v1.8.0-debug
kanikowdir = /src
kanikocontext = .
kanikoargs = -f=$(dfile) -c=$(kanikocontext) --use-new-run --snapshotMode=redo --no-push --force