fix: regressing for buildah
ZeroDownTime/jenkins-podman/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Stefan Reimer 2022-01-13 14:56:54 +01:00
parent 26233b1eda
commit 9d5a3ec8a7
1 changed files with 1 additions and 1 deletions

View File

@ -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