From a02b5fd596f1ae9b38438b46f20045bd4439ed82 Mon Sep 17 00:00:00 2001 From: Carl George Date: Fri, 13 Sep 2024 22:45:10 -0500 Subject: [PATCH] Enable bootstrap container for CentOS Stream 10 Since CentOS Stream 10 hasn't been released yet, the container image exists but is using the tag stream10-development instead of stream10. At some point (probably the release announcement) it will start using the stream10 tag. This image is "ready" (i.e. `dnf builddep` is pre-installed). Fixes: #1442 --- mock-core-configs/etc/mock/templates/centos-stream-10.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mock-core-configs/etc/mock/templates/centos-stream-10.tpl b/mock-core-configs/etc/mock/templates/centos-stream-10.tpl index 5d0ed0456..25dff8139 100644 --- a/mock-core-configs/etc/mock/templates/centos-stream-10.tpl +++ b/mock-core-configs/etc/mock/templates/centos-stream-10.tpl @@ -5,8 +5,8 @@ config_opts['package_manager'] = 'dnf' config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['description'] = 'CentOS Stream 10' -config_opts['use_bootstrap_image'] = False -config_opts['bootstrap_image'] = 'quay.io/centos/centos:stream10' +config_opts['bootstrap_image'] = 'quay.io/centos/centos:stream10-development' +config_opts['bootstrap_image_ready'] = True config_opts['dnf.conf'] = """ [main]