Skip to content

Commit

Permalink
fix: use full bootstrap_image url
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored Aug 15, 2024
1 parent 539f629 commit f816217
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 @@ -5,7 +5,7 @@ config_opts['package_manager'] = 'dnf{% if releasever != "rawhide" %}5{% endif %
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
#config_opts['bootstrap_image'] = 'registry.fedoraproject.org/fedora:{{ releasever }}'
#config_opts['bootstrap_image'] = 'docker.io/library/fedora:{{ releasever }}'
config_opts['bootstrap_image'] = 'terrapkg/builder:f{{ releasever }}'
config_opts['bootstrap_image'] = 'ghcr.io/terrapkg/builder:f{{ 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 f816217

Please sign in to comment.