Merge branch 'pr/dnf-tweak' into 'main'

tier-0: pull in dnf using `/usr/bin/dnf` instead

See merge request fedora/bootc/base-images!56
This commit is contained in:
Colin Walters (Red Hat) 2024-09-23 16:47:26 +00:00
commit 8e6ef05eb2
1 changed files with 4 additions and 2 deletions

View File

@ -55,8 +55,10 @@ include:
packages: packages:
# this is implied by dependencies but let's make it explicit # this is implied by dependencies but let's make it explicit
- coreutils - coreutils
# needed for building derived container images # We need dnf for building derived container images. In Fedora, this pulls
- dnf5 # in dnf5. In CentOS/RHEL, this pulls in dnf(4). We can simplify this back to
# just `dnf` once the `dnf` package is retired from Fedora.
- /usr/bin/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