bootc icon indicating copy to clipboard operation
bootc copied to clipboard

Boot and upgrade via container images

Results 272 bootc issues
Sort by recently updated
recently updated
newest added

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

enhancement
triaged
area/cli

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

area/osintegration

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

enhancement
area/install
area/config
triaged

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

enhancement
triaged

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

enhancement
area/install
gain/high

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

enhancement
area/experimental-feature

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

enhancement
triaged
area/cli

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

area/osintegration