Skip to content

Commit

Permalink
Switch ELN to a native container
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Oct 12, 2023
1 parent 3f351f5 commit 7785a75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mock-core-configs/etc/mock/templates/fedora-eln.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +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'
config_opts['bootstrap_image'] = 'fedora:latest'

# Per https://github.com/fedora-eln/eln/issues/164 updated up to 4 times a day.
# Docs: https://docs.fedoraproject.org/en-US/eln/deliverables/#_container_image
config_opts['bootstrap_image'] = 'quay.io/fedoraci/fedora:eln'

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

0 comments on commit 7785a75

Please sign in to comment.