Chris Kyrouac

Results 13 issues of 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`...

area/osintegration

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. ![image](https://github.com/containers/podman-desktop-extension-ai-lab/assets/2886111/551bad4a-fafd-43b4-b7fa-eec32f4f5c83)

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...

step | provision
priority | must

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:...

bug
triaged
area/logically-bound-images

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

area/install-to-existing-root
area/system-reinstall-bootc

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...

triaged
area/selinux

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...

area/install
triaged
area/selinux

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...

triaged
area/ci

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...

area/system-reinstall-bootc