Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundle kmod RPMs with key dependencies #254

Open
antheas opened this issue Oct 19, 2024 · 0 comments
Open

Bundle kmod RPMs with key dependencies #254

antheas opened this issue Oct 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@antheas
Copy link
Contributor

antheas commented Oct 19, 2024

Currently to build an akmod a COPR repo is added, its kmod is installed, and then the compiled RPM is built into the akmod image.

Then, when building the downstream image, the same COPR repo is added before installing the kmods which pull the respective rpms as a dependency.

If kmods or their dependencies update, this will cause a package skew which will invalidate the akmod cache for all previous kernels.

Therefore, in a two step process:

  1. Update the respective build scripts to include key RPM dependencies
  2. Update downstream container files to use those rpms instead of their respective repos
@castrojo castrojo added the enhancement New feature or request label Oct 19, 2024
@castrojo castrojo changed the title [Feature Request] Bundle kmod RPMs with akmod RPMs Bundle kmod RPMs with akmod RPMs Oct 19, 2024
@antheas antheas changed the title Bundle kmod RPMs with akmod RPMs Bundle kmod RPMs with key dependencies Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants