bootc
bootc copied to clipboard
Boot and upgrade via container images
> openat(AT_FDCWD, "/run/ostree-booted", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) When running `bootc switch` on a non-ostree system it errors out with > ERROR Switching: Acquiring sysroot: No...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...
When installing `postfix` in a container image based on `fedora-bootc`, I noticed that the file /usr/sbin/sendmail is not created. It affects other applications that rely on this file. The directory...
How does one inject a configuration file post `bootc install` but before the first system boot? A customized `/etc/fstab` is a good example or perhaps some systemd mount units. With...
Our testing story is of course scattered. It's time to improve that. Right now we have important tests being run via github actions bridging to testing farm, which itself is...
Right now bootc only seems envisioned as a simple CLI application to install and lifecycle an ostree based system using ostree containers as the install/update payload. Given the inevitability that...
# Logically bound images *Current documentation*: https://containers.github.io/bootc/experimental-logically-bound-images.html --- Original feature proposal text: We should support a mechanism where some container images are "lifecycle bound" to the base bootc image. A...
As the popularity of bootc grows a central location for go types/examples would be useful for projects. Speaking with @cgwalters he is willing to consider something similar to rpmostree-client-go[1] for...
As suggested in https://github.com/containers/bootc/issues/421#issuecomment-2019122563 and https://github.com/containers/bootc/issues/440 more complex cases of installing a system with bootc to disk need support from an external "installer". The simplest case here is probably some...
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`...