-
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
Port to ostree-ext 0.13, cap-std 3 #4794
Conversation
cgwalters
commented
Jan 24, 2024
•
edited
Loading
edited
- Soooo much churn around the extension traits
- A little bit of small ostree-ext porting
Skipping CI for Draft Pull Request. |
I also want to get containers/containers-image-proxy-rs#63 out so that we can drop the duplicate cap-std versions |
/test all |
8e8840f
to
02757af
Compare
Argh, very likely related to ostreedev/ostree-rs-ext#586 ...will debug this |
Let's just do #4795 first |
02757af
to
d392712
Compare
d392712
to
6ebc1d9
Compare
OK rebased 🏄 and updated to 0.13.1 which should fix the previous bug. |
/retest |
Let's get ostreedev/ostree-rs-ext#603 in then I'll update this, and then it should be good to go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
- Soooo much churn around the extension traits - A little bit of small ostree-ext porting
6ebc1d9
to
9284de4
Compare
I already updated bootc in containers/bootc#334 but multiple tools currently use (I do still want to try to slowly convert callers over to By landing in git main this'll land in our -dev images and be more easily testable. |
Starting with rpm-ostree v2024.3, the version is only set with the 'org.opencontainers.image.version' label and no longer with the 'version' one. Check the new label first and the old one second to be compatible with all images. See: - https://github.com/coreos/rpm-ostree/releases/tag/v2024.3 - coreos/rpm-ostree#4794 - ostreedev/ostree-rs-ext#581
Starting with rpm-ostree v2024.3, the version is only set with the 'org.opencontainers.image.version' label and no longer with the 'version' one. Check the new label first and the old one second to be compatible with all images. See: - https://github.com/coreos/rpm-ostree/releases/tag/v2024.3 - coreos/rpm-ostree#4794 - ostreedev/ostree-rs-ext#581