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
The composefs-rs project is a Rust implementation of composefs that is capable of generating composefs images from container images.
We should integrate it in bootc as an alternative to the ostree backend. This would help make progress on phasing out ostree, UKI support and unified storage:
To be able to do that, we need to make bootc capable of handling both repository formats and have it handle the transition from ostree to pure composefs.
I added the area/composefs label to this, there's a few related things there, but especially #935 will step towards this from the other direction and I'd like to try to land that relatively early on.
progress on phasing out ostree
And yes while this is definitely a longer term plan there's A LOT of stuff there; for example, we document configuring ostree-prepare-root today, and so we'll need to continue honoring configs for /usr/lib/ostree/prepare-root.conf into the forseeable future.
The composefs-rs project is a Rust implementation of composefs that is capable of generating composefs images from container images.
We should integrate it in bootc as an alternative to the ostree backend. This would help make progress on phasing out ostree, UKI support and unified storage:
To be able to do that, we need to make bootc capable of handling both repository formats and have it handle the transition from ostree to pure composefs.
A potential layout for this is discussed in containers/composefs-rs#38.
Here are suggested steps for creating a first proof of concept implementation:
bootc switch --composefs quay.io://foo:bar
The text was updated successfully, but these errors were encountered: