Go to file
Dustin 8ae4e625d0 Set BUILDAH_ISOLATION env var
By default, `buildah` creates its working containers using kernel
namespaces.  When it is running in a container itself, this is not
possible, so it must use a plain `chroot`.  Setting this environment
variable will ensure that it does this by default, without having to
explicitly pass `--isolation chroot` on the command line.
2024-02-07 12:59:11 -06:00
Containerfile Set BUILDAH_ISOLATION env var 2024-02-07 12:59:11 -06:00
Jenkinsfile Initial commit 2024-02-07 11:17:41 -06:00