bootc
bootc copied to clipboard
Boot and upgrade via container images
systemd-boot has a lot of uptake and is very simple for the UEFI path. We need to support it. One thing this deeply intersects with is https://github.com/ostreedev/ostree/issues/2753 and https://github.com/ostreedev/ostree/issues/1951 as...
This one may be a good first issue: today when doing `install --via-loopback`, if we get killed by e.g. `Ctrl-C` (i.e. `SIGINT`) we will leak the loopback device allocation. I've...
This isn't really a bug, just a behavior that probably needs to be documented or prevented outright. ### To reproduce 1. Have a Fedora Atomic system (with read-only usr) 2....
We should really support this; I think one could probably hack it up with a post-switchroot systemd unit that just mounts a tmpfs for `/var`, but I suspect at least...
The `bootc image copy-to-storage` code currently requires the `final-diffid` from an ostree-container base. Typed this up, but didn't test yet ``` diff --git a/ostree-ext/src/container/store.rs b/ostree-ext/src/container/store.rs index 74500f36..bb6fee11 100644 --- a/ostree-ext/src/container/store.rs...
A rough draft for installing and booting using `composefs-rs`. Current only works for `install to-disk` via `bootc install to-disk --composefs [options]` Issues: 1. Issue with transport type `continers-storage`, viz, [#117](https://github.com/containers/composefs-rs/pull/117)....
Especially fix the intro and note that bootc's APIs are stable.
Literally just find and replace github.com/containers/bootc with github.com/bootc-dev/bootc We have the redirect in place so none of this is really important, but I figure removing as many instances of the...
Hi, I've discussed this with @cgwalters and on Matrix before, but I've been trying to leverage containers to create bootable images for ARM, and more generally, any platform that doesn't...
Useful when running automatic reports and analyses where all issues need to be visible at once without truncation. To do this we needed to add a LintExecutionConfig to propagate configuration...