mirror of
https://github.com/containers/podman.git
synced 2025-06-23 10:38:20 +08:00
Merge pull request #20833 from sanmai-NL/patch-1
Set `BUILDAH_ISOLATION=chroot` within Podman Containerfile
This commit is contained in:
@ -64,4 +64,5 @@ RUN mkdir -p /var/lib/shared/overlay-images \
|
||||
touch /var/lib/shared/vfs-images/images.lock && \
|
||||
touch /var/lib/shared/vfs-layers/layers.lock
|
||||
|
||||
ENV _CONTAINERS_USERNS_CONFIGURED=""
|
||||
ENV _CONTAINERS_USERNS_CONFIGURED="" \
|
||||
BUILDAH_ISOLATION=chroot
|
||||
|
Reference in New Issue
Block a user