From 25577fa9bc4f1d3444d392ea2cba7b7092f81ec9 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Fri, 1 Nov 2024 10:32:17 -0300 Subject: [PATCH] build images: Update images for Fedora 41 Fedora has released version 41, which was the previous 'rawhide' version, and now the 'fedora-latest' requires dnf5 related packages. --- infra/image/dockerfile/fedora-latest | 2 +- infra/image/dockerfile/fedora-rawhide | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/infra/image/dockerfile/fedora-latest b/infra/image/dockerfile/fedora-latest index f286f9f..acdcbcf 100644 --- a/infra/image/dockerfile/fedora-latest +++ b/infra/image/dockerfile/fedora-latest @@ -6,7 +6,7 @@ dnf makecache; \ dnf --assumeyes install \ /usr/bin/python3 \ /usr/bin/python3-config \ - /usr/bin/dnf-3 \ + python3-libdnf5 \ sudo \ bash \ systemd \ diff --git a/infra/image/dockerfile/fedora-rawhide b/infra/image/dockerfile/fedora-rawhide index b726489..42bb896 100644 --- a/infra/image/dockerfile/fedora-rawhide +++ b/infra/image/dockerfile/fedora-rawhide @@ -6,7 +6,6 @@ dnf makecache; \ dnf --assumeyes install \ /usr/bin/python3 \ /usr/bin/python3-config \ - /usr/bin/dnf-3 \ python3-libdnf5 \ sudo \ bash \ -- GitLab