From d7142132b7d42ecce802b8828c08ba8863664ad8 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 9 Jan 2025 17:24:01 -0500 Subject: [PATCH] tier-0: Drop dnf We will have a better way to make derived container images that doesn't require having dnf in the base image. Prep for more minimal and custom images. Signed-off-by: Colin Walters --- tier-0/manifest.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tier-0/manifest.yaml b/tier-0/manifest.yaml index f4baec4..1b3a036 100644 --- a/tier-0/manifest.yaml +++ b/tier-0/manifest.yaml @@ -52,10 +52,6 @@ include: packages: # this is implied by dependencies but let's make it explicit - coreutils - # 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