makefile: no need to force w/ cgroupv2 kaniko
[skip ci]
This commit is contained in:
parent
0f0f5dffed
commit
6a5fbc4501
2
Makefile
2
Makefile
@ -8,7 +8,7 @@ dargskaniko = run --rm -it -w=$(kanikowdir) -v $$PWD:$(kanikowdir)
|
|||||||
kanikoexecutorimg = gcr.io/kaniko-project/executor
|
kanikoexecutorimg = gcr.io/kaniko-project/executor
|
||||||
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
|
||||||
|
|
||||||
.PHONY: build kaniko clean test prune
|
.PHONY: build kaniko clean test prune
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user