From 5397b679aa3d73ba27268a6ecd01609be5f52661 Mon Sep 17 00:00:00 2001 From: surtur Date: Sat, 26 Mar 2022 14:37:57 +0100 Subject: [PATCH] makefile: bump kaniko executor to v1.8.0-debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e71503..2e2235f 100644 --- a/Makefile +++ b/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) -kanikoexecutorimg = gcr.io/kaniko-project/executor:v1.7.0-debug +kanikoexecutorimg = gcr.io/kaniko-project/executor:v1.8.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