From fe3ebc6d834f0df6e42b478f1eb052b3ede3b0b7 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 1 Apr 2022 21:06:07 +0200 Subject: [PATCH] bump kaniko executor version to v1.8.0-debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d23d3e..0afb4c2 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ dargs = build -t $(dtag) --no-cache --pull . cleanargs = image rm -f $(dtag) pruneargs = system prune -af 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 kanikocontext = . kanikoargs = -f=$(dfile) -c=$(kanikocontext) --use-new-run --snapshotMode=redo --no-push --force