chore(makefile): bump kaniko to v1.9.1 [skip ci]
This commit is contained in:
parent
4ee9aa6ce7
commit
ee46545683
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ dargs = build -t $(dtag) --no-cache --pull - < $(dfile)
|
|||||||
cleanargs = image rm -f $(dtag)
|
cleanargs = image rm -f $(dtag)
|
||||||
pruneargs = system prune -af
|
pruneargs = system prune -af
|
||||||
dargskaniko = run --rm -it -w=$(kanikowdir) -v $$PWD:$(kanikowdir):z
|
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.1-debug
|
||||||
kanikowdir = /src
|
kanikowdir = /src
|
||||||
kanikocontext = .
|
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
|
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