From 6a5fbc4501163b25b075411b6c0cfe173bc91b92 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 20 Mar 2022 20:27:52 +0100 Subject: [PATCH] makefile: no need to force w/ cgroupv2 kaniko [skip ci] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a255c26..aa5f1b6 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ dargskaniko = run --rm -it -w=$(kanikowdir) -v $$PWD:$(kanikowdir) kanikoexecutorimg = gcr.io/kaniko-project/executor kanikowdir = /src 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 .PHONY: build kaniko clean test prune