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