Skip to content

Commit

Permalink
fix: specify bootstrap image for mock configs (#1442)
Browse files Browse the repository at this point in the history
(cherry picked from commit c2676b7)
  • Loading branch information
lleyton authored and raboneko committed Jul 9, 2024
1 parent 18564a0 commit fec1b8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion anda/terra/mock-configs/terra-mock-configs.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: terra-mock-configs
Version: 8
Version: 9
Release: 1%{?dist}
Summary: Mock configs for Terra repos

Expand Down
1 change: 1 addition & 0 deletions anda/terra/mock-configs/terra.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fec1b8e

Please sign in to comment.