Skip to content

Commit

Permalink
fix: try specifying docker.io
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored Aug 14, 2024
1 parent c2b24b9 commit 74054f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terra.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ config_opts['macros']['%dist'] = '.fc{{ releasever }}'
config_opts['package_manager'] = 'dnf5'
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
#config_opts['bootstrap_image'] = 'registry.fedoraproject.org/fedora:{{ releasever }}'
config_opts['bootstrap_image'] = 'fedora:{{ releasever }}'
config_opts['bootstrap_image'] = 'docker.io/library/fedora:{{ releasever }}'
config_opts['mirrored'] = config_opts['target_arch'] != 'i686'
config_opts['chroot_setup_cmd'] = 'install @{% if mirrored %}buildsys-{% endif %}build'
config_opts['plugin_conf']['root_cache_enable'] = True
Expand Down

0 comments on commit 74054f2

Please sign in to comment.