bootc
bootc copied to clipboard
Boot and upgrade via container images
`/home` partition or LVM logvol will be dropped and ignored after `bootc install to-existing-root`
If the system has a dedicated `/home` partition or LVM logvol, this part of disk will be dropped/ignored after `bootc install to-existing-root`. This part of disk will not be used...
It'd be great to be sure we support [OCI crypt](https://github.com/containers/ocicrypt); it'd greatly help use cases of embedding secret data inside a bootable container image. I need to dig into the...
1. add `bootc swtich` test. Switch to local folder `/mnt` in this case 2. add `bootc install to-disk` test 3. add case `installing SELinux-enabled targets from SELinux-disabled hosts` for https://github.com/containers/bootc/issues/419...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) |...
This is a working PoC implementation of part of https://github.com/containers/bootc/issues/128 Demo: ``` $ cat Containerfile FROM localhost/bootc COPY *.image /usr/share/containers/systemd $ cat foo.image [Container] # bootc: bound Image=quay.io/centos/centos:stream9 $ podman...
As shown in #421 if the shim version is not the same between the installation OS (could be anything really) booted when/where `bootc install to-disk --block-setup tpm2-luks` is run, the...
Fixes https://github.com/containers/bootc/issues/255. Allows users to create files within `/usr/lib/bootc/kargs.d` with kernel arguments. These arguments can now be applied on a switch, upgrade, or edit. General process: - use ostree commit...
cli: Check for container before root This has `bootc upgrade` inside a container image give a more useful error message. At least one user reran the container as root to...
- Build from the hack/Containerfile flow but using Fedora - Run that container instead of bind mounting in our binaries
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/configure-pages](https://togithub.com/actions/configure-pages) | action | major | `v4` -> `v5` | | [gvariant](https://togithub.com/wmanley/gvariant-rs) |...