bump kaniko executor version to v1.8.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
acf1d19c64
commit
fe3ebc6d83
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ dargs = build -t $(dtag) --no-cache --pull .
|
|||||||
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)
|
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
|
kanikowdir = /src
|
||||||
kanikocontext = .
|
kanikocontext = .
|
||||||
kanikoargs = -f=$(dfile) -c=$(kanikocontext) --use-new-run --snapshotMode=redo --no-push --force
|
kanikoargs = -f=$(dfile) -c=$(kanikocontext) --use-new-run --snapshotMode=redo --no-push --force
|
||||||
|
Loading…
Reference in New Issue
Block a user