makefile: bump kaniko to v1.9.0-debug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-08-19 21:28:04 +02:00
parent e70895d4c8
commit e1418c5118
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

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