From 468b4134816070695f0e5d60370f7231de6b3797 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 7 Feb 2025 13:19:45 -0500 Subject: [PATCH] Containerfile.base: Work around rpmdb location This took me an unreasonably long time to figure out. See https://github.com/coreos/rpm-ostree/issues/3397 Signed-off-by: Colin Walters --- Containerfile.base | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile.base b/Containerfile.base index c29b1ec..250c98a 100644 --- a/Containerfile.base +++ b/Containerfile.base @@ -8,6 +8,8 @@ # If you want to configure the input rpm-md repositories, just override this # container image. FROM quay.io/fedora/fedora:rawhide as repos +# See https://github.com/coreos/rpm-ostree/issues/3397 +RUN ln -sr /usr/lib/sysimage/rpm /usr/share/rpm # BOOTSTRAPPING: This can be any image that has the following packages. FROM registry.gitlab.com/fedora/bootc/base-images-dev/fedora-bootc-dev:rawhide as builder