Chris Kyrouac
Chris Kyrouac
Thanks for the theme! I like to keep the text in each pane bright so I added this option to toggle fading inactive pane text. It looks like at least...
This took awhile to track down. I'm going to continue investigating but I wanted to document what I've found so far. The failure happens when attempting a `bootc install to-disk`...
It would be nice to have basic syntax highlighting of the client code in the service details page to make the code easier to read. 
This creates a new provision plugin that is built on top of the existing TestCloud (virtual) plugin. It adds new parameters to pass a Containerfile or container image. The plugin...
When bootc tries to copy the signed image from the host to the install disk it fails with the following error: ``` ERROR Installing to disk: Pulling from host storage:...
Spawned from https://github.com/bootc-dev/bootc/pull/1264#issuecomment-2796925908 --- Add support for something like [fail points](https://lib.rs/crates/fail) Add a failpoint around this case of post-stateroot init, pre-pull Add a test case into tests-integration/src/install.rs https://github.com/coreos/rpm-ostree/pull/4259
Spawned from: https://github.com/bootc-dev/bootc/pull/1198#discussion_r1999683826 The booted deployment's directory is going to be equivalent (mostly) to /...actually where it won't is if there are locally modified policy in /etc - which we...
Spawned from https://github.com/bootc-dev/bootc/pull/1198#discussion_r1999645377 I think in order to add a bit more crash resilence here it'd be a good idea to do e.g.: rustix::fs::fsync(root.as_fd()); root.create(LABELED)?; rustix::fs::fsync(root.as_fd()); or so - that...
Spawned from https://github.com/containers/bootc/pull/1146#discussion_r1972360016 --- I bet though we could (and really should) introduce a test framework that runs as a default-unprivileged container (i.e. uid0, where we have full capability to...
spawned from https://github.com/containers/bootc/issues/1155#issuecomment-2691268281 - Detect when the target container image has cloud-init - Skip the SSH key stuff then - To be extra nice, we could also parse the cloud-init...