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
We have "kernel package skew" when our upstream images are built on kernel A.B.C, but before our akmods images are built the the fedora repos update to kernel A.B.D. Or sometimes, even while the upstream images are building the change happens resulting in those having both kernels, while we expect a single kernel version.
The idea would be to notice if our upstream base image is not current with fedora repo, and upgrade the kernel packages during the build.
Major Concern - this may prevent downstream (eg, hwe and bazzite) from further replacing kernels? Minor Concern - this WILL add the extra weight of another set of kernel packages in a layer to to main images, which is wasted in downstream images which replace the kernel.
This requires implementation in both akmods and main.
The text was updated successfully, but these errors were encountered:
bsherman
changed the title
always build current day "main" flavor akmods/main image with latest fedora kernel
Investigate always building current day "main" kernel flavor akmods/main image with latest fedora kernel
Apr 23, 2024
We have "kernel package skew" when our upstream images are built on kernel A.B.C, but before our
akmods
images are built the the fedora repos update to kernel A.B.D. Or sometimes, even while the upstream images are building the change happens resulting in those having both kernels, while we expect a single kernel version.The idea would be to notice if our upstream base image is not current with fedora repo, and upgrade the kernel packages during the build.
Major Concern - this may prevent downstream (eg, hwe and bazzite) from further replacing kernels?
Minor Concern - this WILL add the extra weight of another set of kernel packages in a layer to to
main
images, which is wasted in downstream images which replace the kernel.This requires implementation in both
akmods
andmain
.The text was updated successfully, but these errors were encountered: