Skip to content

Commit

Permalink
Merge branch 'pr/dnf-tweak' into 'main'
Browse files Browse the repository at this point in the history
tier-0: pull in dnf using `/usr/bin/dnf` instead

See merge request fedora/bootc/base-images!56
  • Loading branch information
cgwalters committed Sep 23, 2024
2 parents 92172d2 + 4511546 commit 8e6ef05
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tier-0/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ include:
packages:
# this is implied by dependencies but let's make it explicit
- coreutils
# needed for building derived container images
- dnf5
# We need dnf for building derived container images. In Fedora, this pulls
# 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
# to build a custom image.
- selinux-policy-targeted
Expand Down

0 comments on commit 8e6ef05

Please sign in to comment.