-
Notifications
You must be signed in to change notification settings - Fork 183
Do clean up in cosa for bootc v1.6.0 #4285
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
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
Looks like the issue still exist in the latest bootc version. |
I think the issue there is that we needed new enough rpm-ostree (v2025.10, which pulls in the newer ostree-ext) in the starting disk image, i.e. the qcow2 that |
Using EDIT: rpm-ostree version in the above image is rpm-ostree-2025.10-3.fc44.x86_64 |
b8699b0
to
ecac0c3
Compare
Hmm, and you're sure you're using new enough cosa that has the newer bootc as well? |
Yup, using local build from this branch.
|
Can you dig into this more? E.g. compare the output of |
I think bootc-dev/bootc#1637 could also be a factor here that breaks reproducibility. |
As bootc v1.6.0 is expected to fix the reproducibility of ostree commit, these changes mainly contains changes to use ostree commit from meta.json
Closes: #4275