Skip to content

Commit

Permalink
fix: try using docker image instead
Browse files Browse the repository at this point in the history
the fedora image is extremely outdated, so let's try using the docker one instead.
  • Loading branch information
madonuko authored Aug 14, 2024
1 parent ddbfe11 commit c2b24b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terra.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ config_opts['dist'] = 'fc{{ releasever }}' # only useful for --resultdir variab
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'] = 'registry.fedoraproject.org/fedora:{{ releasever }}'
config_opts['bootstrap_image'] = '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 c2b24b9

Please sign in to comment.