mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-31 21:40:44 +00:00
Aiming to have the main container build not use rpm-ostree. Signed-off-by: Colin Walters <walters@verbum.org>
11 lines
418 B
YAML
11 lines
418 B
YAML
# The bootc components.
|
|
packages:
|
|
- systemd
|
|
- bootc
|
|
# bootc pulls in podman, which pulls in containers-common, which wants
|
|
# `iptables`. Currently that pulls in iptables-legacy. Let's explicitly name
|
|
# iptables-nft instead to satisfy it.
|
|
- iptables-nft
|
|
# Required by bootc install, sgdisk has been replaced by Rust crate
|
|
# in bootc https://github.com/containers/bootc/pull/775
|
|
- xfsprogs e2fsprogs dosfstools
|