Skip to content

Commit

Permalink
configs: mark ELN bootstrap image as "ready"
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Oct 19, 2023
1 parent c3a4bca commit d65f936
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mock-core-configs/etc/mock/templates/fedora-eln.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ config_opts['package_manager'] = 'dnf'
# 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'
# Per https://github.com/fedora-eln/eln/issues/166
config_opts['bootstrap_image_ready'] = True

config_opts['dnf.conf'] = """
[main]
Expand Down
6 changes: 6 additions & 0 deletions releng/release-notes-next/eln-bootstrap-image-ready.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
The default `fedora-eln-*` bootstrap image `quay.io/fedoraci/fedora:eln` [has
been fixed](https://github.com/fedora-eln/eln/issues/166) to provide
the `dnf builddep` command. It means it is now "ready for bootstrap" right
after the image download (no additional packages need to be installed inside)
which makes the buildroot preparation
[much faster](https://rpm-software-management.github.io/mock/Feature-container-for-bootstrap).

0 comments on commit d65f936

Please sign in to comment.