From ea194783e7e2bb4127cd4b0a360651e65cf1e7bf Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 9 Oct 2023 15:52:09 +0200 Subject: [PATCH] Disable container image for Fedora ELN Relates: https://github.com/fedora-eln/eln/issues/164 Fixes: https://github.com/rpm-software-management/mock/issues/1238 --- mock-core-configs/etc/mock/templates/fedora-eln.tpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mock-core-configs/etc/mock/templates/fedora-eln.tpl b/mock-core-configs/etc/mock/templates/fedora-eln.tpl index 1f5ea784f..164de12a7 100644 --- a/mock-core-configs/etc/mock/templates/fedora-eln.tpl +++ b/mock-core-configs/etc/mock/templates/fedora-eln.tpl @@ -13,6 +13,10 @@ config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils f config_opts['dist'] = 'eln' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['package_manager'] = 'dnf' + +# There's no official Fedora ELN image ATM: +# https://github.com/fedora-eln/eln/issues/164 +config_opts['use_bootstrap_image'] = False config_opts['bootstrap_image'] = 'fedora:latest' config_opts['dnf.conf'] = """