makefile: bump kaniko to a cgroupv2-aware revision
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2021-08-20 15:28:45 +02:00
parent 1605479fda
commit f40ebcfc64
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -11,7 +11,7 @@ dcmd = DOCKER_BUILDKIT=1 docker
pruneargs = system prune -af
dcmdrun = $(dcmd) run --rm
wdir = /src
kanikoimg = gcr.io/kaniko-project/executor
kanikoimg = gcr.io/kaniko-project/executor@sha256:6ecc43ae139ad8cfa11604b592aaedddcabff8cef469eda303f1fb5afe5e3034
dargskaniko = -w=$(wdir) -v $$(pwd):$(wdir):z $(kanikoimg)
kanikoargs = -c=$(wdir) --use-new-run --snapshotMode=redo --no-push
krelease = $(dcmdrun) $(dargskaniko) -f=$(dfile) $(kanikoargs)