fix: specify bootstrap image for mock configs (#1442) (#1445)

(cherry picked from commit c2676b7a1a)

Co-authored-by: lea <lleyton@fyralabs.com>
This commit is contained in:
Raboneko
2024-07-08 20:54:35 -07:00
committed by GitHub
parent bc3a6be935
commit dcb7640cb7
2 changed files with 2 additions and 1 deletions
@@ -1,5 +1,5 @@
Name: terra-mock-configs
Version: 8
Version: 9
Release: 1%{?dist}
Summary: Mock configs for Terra repos
+1
View File
@@ -4,6 +4,7 @@ config_opts['macros']['%dist'] = '.fc{{ releasever }}'
config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
config_opts['package_manager'] = 'dnf5'
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['bootstrap_image'] = 'registry.fedoraproject.org/fedora:{{ releasever }}'
config_opts['mirrored'] = True
config_opts['plugin_conf']['root_cache_enable'] = True
config_opts['plugin_conf']['yum_cache_enable'] = True