Merge branch 'add-dnf-tier0' into 'main'

tier-0: add dnf for building derived images

See merge request fedora/bootc/base-images!13
This commit is contained in:
Colin Walters (Red Hat) 2024-05-08 21:32:28 +00:00
commit 7088bed122
3 changed files with 2 additions and 5 deletions

View File

@ -56,6 +56,8 @@ include:
- basic-fixes.yaml - basic-fixes.yaml
packages: packages:
# needed for building derived container images
- dnf
# Even in tier-0, we have this. If you don't want SELinux today, you'll need # Even in tier-0, we have this. If you don't want SELinux today, you'll need
# to build a custom image. # to build a custom image.
- selinux-policy-targeted - selinux-policy-targeted

View File

@ -4,7 +4,6 @@ recommends: true
include: include:
- manifest-tier-0.yaml - manifest-tier-0.yaml
- bootable-rpm-ostree.yaml - bootable-rpm-ostree.yaml
- rpm-packaging.yaml
- podman.yaml - podman.yaml
- firmware.yaml - firmware.yaml
- networking-tools.yaml - networking-tools.yaml

View File

@ -1,4 +0,0 @@
# A full dnf experience at build time, but right now
# `dnf update` *client side* doesn't do much helpful...
packages:
- dnf