Skip to content

Commit

Permalink
Use non development bootstrap image for CentOS Stream 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain-Geissler-1A authored and praiskup committed Nov 21, 2024
1 parent 8026806 commit 5b6956c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mock-core-configs/etc/mock/templates/centos-stream-10.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ config_opts['package_manager'] = 'dnf'
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['description'] = 'CentOS Stream 10'

config_opts['bootstrap_image'] = 'quay.io/centos/centos:stream10-development'
config_opts['bootstrap_image'] = 'quay.io/centos/centos:stream10'
config_opts['bootstrap_image_ready'] = True

config_opts['dnf.conf'] = """
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The CentOS Stream 10 configuration has been updated to use
`quay.io/centos/centos:stream10` as its bootstrap image,
instead of the previously used development image.

0 comments on commit 5b6956c

Please sign in to comment.