Skip to content

Commit

Permalink
configs: update ELN bootstrap image
Browse files Browse the repository at this point in the history
ELN now has Pungi composes instead of OSBS, and as a result, the bootstrap
image pullspec has also changed.
  • Loading branch information
yselkowitz authored and praiskup committed Oct 21, 2024
1 parent a80df1c commit 020c5f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mock-core-configs/etc/mock/templates/fedora-eln.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ config_opts['package_manager'] = 'dnf5'

# 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['bootstrap_image'] = 'quay.io/fedora/eln:latest'

# https://fedoraproject.org/wiki/Changes/ReplaceDnfWithDnf5 applied to ELN!
config_opts['bootstrap_image_ready'] = True
Expand Down
1 change: 1 addition & 0 deletions releng/release-notes-next/eln-bootstrap-image.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The Fedora ELN template has been updated for the new pullspec of the bootstrap image.

0 comments on commit 020c5f9

Please sign in to comment.