From 020c5f9d96f2b99504987d403efc5a5304de2a1d Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 27 Sep 2024 13:03:38 -0400 Subject: [PATCH] configs: update ELN bootstrap image ELN now has Pungi composes instead of OSBS, and as a result, the bootstrap image pullspec has also changed. --- mock-core-configs/etc/mock/templates/fedora-eln.tpl | 2 +- releng/release-notes-next/eln-bootstrap-image.bugfix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 releng/release-notes-next/eln-bootstrap-image.bugfix diff --git a/mock-core-configs/etc/mock/templates/fedora-eln.tpl b/mock-core-configs/etc/mock/templates/fedora-eln.tpl index f920588d6..a5ae8783b 100644 --- a/mock-core-configs/etc/mock/templates/fedora-eln.tpl +++ b/mock-core-configs/etc/mock/templates/fedora-eln.tpl @@ -14,7 +14,7 @@ config_opts['package_manager'] = 'dnf5' # 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['bootstrap_image'] = 'quay.io/fedora/eln:latest' # https://fedoraproject.org/wiki/Changes/ReplaceDnfWithDnf5 applied to ELN! config_opts['bootstrap_image_ready'] = True diff --git a/releng/release-notes-next/eln-bootstrap-image.bugfix b/releng/release-notes-next/eln-bootstrap-image.bugfix new file mode 100644 index 000000000..f400eaaf6 --- /dev/null +++ b/releng/release-notes-next/eln-bootstrap-image.bugfix @@ -0,0 +1 @@ +The Fedora ELN template has been updated for the new pullspec of the bootstrap image.