Unstage via spec
Open
area/updates
enhancement
- Dominant language
- Rust
- Stars
- 2.3k
- Forks
- 230
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 38
Description
A major goal for this project was to try to get a fully declarative Kubernetes-style spec/status model going.
In practice...the spec basically allows changing the image source, which is fine. However, we need to support things like "unstaging" an update; i.e. to undo the effect of a `bootc upgrade`. Right now it's definitely not ergonomic to do, and we should ensure we have coverage for it.
This overlaps with https://github.com/containers/bootc/issues/383 which is similarly about affecting the bootloader ordering without changing image sources.
Contributor guide
Assessment
This issue has not been assessed yet.