From 68ac3ba380483c802743a9f03b85a0e6b8ae8ce2 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 21 Apr 2022 14:15:32 +0200 Subject: [PATCH] fix: make kaniko work on SELinux-enabled systems --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6cd2d38..817c7f6 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ dtag = immawanderer/archlinux:testbuild 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) +dargskaniko = run --rm -it -w=$(kanikowdir) -v $$PWD:$(kanikowdir):z kanikoexecutorimg = gcr.io/kaniko-project/executor:v1.8.1-debug kanikowdir = /src kanikocontext = .