-
Notifications
You must be signed in to change notification settings - Fork 198
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
Support kernel overrides in ex rebuild
container flow
#3364
Comments
ex rebuild
with overrides, particularly kernel overridesex rebuild
container flow with overrides, particularly kernel overrides
I think we should probably split this issue into three:
One thing though to clarify is the concept of "override" in the CoreOS layering path. If we have a pipeline consisting of multiple sequential layering black boxes, each of which modifying the package set, do later layering steps consider newly added packages as "base" or are we always comparing against the base OSTree commit? My intuition tells me we want the former semantic because e.g. from a context where part of that pipeline is vendor-controlled and part is user-controlled, we want vendor "extensions" to be considered base packages so that users think carefully about overriding them vs just having to |
ex rebuild
container flow with overrides, particularly kernel overridesex rebuild
container flow
OK, I've split this in two:
|
OK it'd be great to pick this up for Fedora 37/OCP 4.12 timeframe-ish. Basically here's the thing - so far in the "rpm-ostree-in-container" flow we are 95% deferring to libdnf. But to implement this correctly, we must intercept rpm-ostree/rust/src/scripts.rs Line 20 in 0c738fb
But we can't rely on container-in-container stuff here. We can intercept But short term I'd say we add |
Will be working on this on the following PR: #3689 |
This is now done via #3689 |
We want to be able to override the kernel and have that Just Work when rebasing on the client-side.
This is a follow-up to #3489.
The text was updated successfully, but these errors were encountered: