Skip to content

Commit

Permalink
disable use_bootstrap_image for mageia chroots
Browse files Browse the repository at this point in the history
the images are reported to be broken and does not work with Mock (or at all)
When the state change (and somebody will test it) we can enable it to use this feature.
  • Loading branch information
xsuchy authored and praiskup committed Jul 20, 2023
1 parent 6397cad commit ff554be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions mock-core-configs/etc/mock/templates/mageia-7.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ config_opts['releasever'] = '7'
config_opts['macros']['%distro_section'] = 'core'
config_opts['package_manager'] = 'dnf'
config_opts['bootstrap_image'] = 'docker.io/library/mageia:7'
config_opts['use_bootstrap_image'] = False
config_opts['description'] = 'Mageia 7'

config_opts['dnf.conf'] = """
Expand Down
1 change: 1 addition & 0 deletions mock-core-configs/etc/mock/templates/mageia-branched.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['macros']['%distro_section'] = 'core'
config_opts['package_manager'] = 'dnf'
config_opts['bootstrap_image'] = 'docker.io/library/mageia:{{ releasever }}'
config_opts['use_bootstrap_image'] = False
config_opts['description'] = 'Mageia {{ releasever }}'

config_opts['dnf.conf'] = """
Expand Down
1 change: 1 addition & 0 deletions mock-core-configs/etc/mock/templates/mageia-cauldron.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ config_opts['releasever'] = '9'
config_opts['macros']['%distro_section'] = 'core'
config_opts['package_manager'] = 'dnf'
config_opts['bootstrap_image'] = 'docker.io/library/mageia:cauldron'
config_opts['use_bootstrap_image'] = False
config_opts['description'] = 'Mageia Cauldron'

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

0 comments on commit ff554be

Please sign in to comment.