Skip to content

Commit

Permalink
Disable container image for Fedora ELN
Browse files Browse the repository at this point in the history
Relates: fedora-eln/eln#164
Fixes: #1238
  • Loading branch information
praiskup committed Oct 9, 2023
1 parent 3f351f5 commit ea19478
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mock-core-configs/etc/mock/templates/fedora-eln.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils f
config_opts['dist'] = 'eln' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['package_manager'] = 'dnf'

# There's no official Fedora ELN image ATM:
# https://github.com/fedora-eln/eln/issues/164
config_opts['use_bootstrap_image'] = False
config_opts['bootstrap_image'] = 'fedora:latest'

config_opts['dnf.conf'] = """
Expand Down

0 comments on commit ea19478

Please sign in to comment.