makefile: bump kaniko to v1.9.0-debug
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e70895d4c8
commit
e1418c5118
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user