From 9d5a3ec8a7258c6e6091a4bcce72a6a77e5c52c2 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Thu, 13 Jan 2022 14:56:54 +0100 Subject: [PATCH] fix: regressing for buildah --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e7b4fd0..c6f434f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN ln -s /usr/bin/podman /usr/bin/docker RUN echo jenkins:100000:65536 > /etc/subuid \ && echo jenkins:100000:65536 > /etc/subgid -ENV BUILDAH_ISOLATION=rootless +ENV BUILDAH_ISOLATION=chroot # Allow container layers to be stored in PVCs VOLUME /home/jenkins/.local/share/containers