mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00

Users can specify BUILDAH_ISOLATION environment variable to change the default. Fixes: https://github.com/containers/podman/issues/20024 Currently podman play kube is defaulting to chroot, which is the least safe version of build, we should always default to secure whenever possible. Chroot should only be used when building within a container. No great way to tests this. [NO NEW TESTS NEEDED] Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>