From 7785a75d44ba0a20a866c4d197e7288b096b9b8b Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 9 Oct 2023 15:52:09 +0200 Subject: [PATCH] Switch ELN to a native container 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mock-core-configs/etc/mock/templates/fedora-eln.tpl b/mock-core-configs/etc/mock/templates/fedora-eln.tpl index 1f5ea784f..23ca3c037 100644 --- a/mock-core-configs/etc/mock/templates/fedora-eln.tpl +++ b/mock-core-configs/etc/mock/templates/fedora-eln.tpl @@ -13,7 +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' -config_opts['bootstrap_image'] = 'fedora:latest' + +# Per https://github.com/fedora-eln/eln/issues/164 updated up to 4 times a day. +# Docs: https://docs.fedoraproject.org/en-US/eln/deliverables/#_container_image +config_opts['bootstrap_image'] = 'quay.io/fedoraci/fedora:eln' config_opts['dnf.conf'] = """ [main]