Merge pull request #24500 from edsantiago/kernel-6

Yet another bump, to fixed f41 kernel
This commit is contained in:
openshift-merge-bot[bot]
2024-11-08 14:14:06 +00:00
committed by GitHub
2 changed files with 1 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ env:
DEBIAN_NAME: "debian-13"
# Image identifiers
IMAGE_SUFFIX: "c20241106t163000z-f41f40d13"
IMAGE_SUFFIX: "c20241107t210000z-f41f40d13"
# EC2 images
FEDORA_AMI: "fedora-aws-${IMAGE_SUFFIX}"

View File

@@ -147,11 +147,6 @@ case "$OS_RELEASE_ID" in
msg "Enabling container_manage_cgroup"
showrun setsebool container_manage_cgroup true
fi
# Test nftables driver, https://fedoraproject.org/wiki/Changes/NetavarkNftablesDefault
# We can drop this once this implemented and pushed into fedora stable. We cannot test it on
# debian because the netavark version there is way to old for nftables support.
printf "[network]\nfirewall_driver=\"nftables\"\n" > /etc/containers/containers.conf.d/90-nftables.conf
;;
*) die_unknown OS_RELEASE_ID
esac