Skip to content

Upgrade F34 bootstrapping image

The current Fedora 34 image used when bootstrapping is missing an entry for the new clone3 syscall in the seccomp file which results in issues when attempting to build container images based on C libraries that make use of this new syscall. One such C library is the glibc version that comes with Fedora 35, meaning that without this upgrade, ci-templates cannot be used to build Fedora 35 images, assuming one does not use privileged runners only.

clone3 was added in containers-common-4:1-20.fc34.


Haven't tested if this fixes the issues that blocks upgrading container images to F35 in the GNOME Gitlab instance, but hopefully it is.

Merge request reports