You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This runs a FC container via podman, installs buildah, and than outputs the contents of /etc/os-release and /usr/lib/os-release and greps for the version number, once without BUILDAH_ISOLATION and once with BUILDAH_ISOLATION=chroot.
On FC <= 41, this outputs PLATFORM_ID="platform:f40" four times. On FC >= 42, this outputs the PLATFORM_ID from the host fs once (for BUILDAH_ISOLATION=chroot and /etc/os-release).
Expected behavior: /etc/os-release comes from the container building environment.
The text was updated successfully, but these errors were encountered:
mh21
changed the title
buildah 1.38.1: When using BUILDAH_ISOLATION=chroot, symlinks are not followed correctly (?)
buildah 1.39.0: When using BUILDAH_ISOLATION=chroot, symlinks are not followed correctly (?)
Feb 24, 2025
When using buildah on FC42/Rawhide, /etc/os-release seems to come from the host fs, not the container building environment.
Reproducer:
This runs a FC container via podman, installs buildah, and than outputs the contents of /etc/os-release and /usr/lib/os-release and greps for the version number, once without BUILDAH_ISOLATION and once with BUILDAH_ISOLATION=chroot.
On FC <= 41, this outputs
PLATFORM_ID="platform:f40"
four times. On FC >= 42, this outputs the PLATFORM_ID from the host fs once (for BUILDAH_ISOLATION=chroot and /etc/os-release).Expected behavior: /etc/os-release comes from the container building environment.
Buildah version:
buildah x86_64 2:1.39.0-1.fc42 fedora
The text was updated successfully, but these errors were encountered: