Merge pull request #165 from mstg/upgrade-builder-image-230224

maintenance: upgrade base images and enable rpmautospec for RL10
This commit is contained in:
resf-prow[bot] 2024-02-23 22:49:26 +00:00 committed by GitHub
commit 348e1f0962
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -1 +1 @@
ACTIVE_VERSION = "v0.3.10"
ACTIVE_VERSION = "v0.3.29"

View File

@ -473,6 +473,12 @@ config_opts['releasever'] = '{majorVersion}'
config_opts['package_manager'] = 'dnf'
config_opts['extra_chroot_dirs'] = [ '/run/lock' ]
config_opts['rpmbuild_command'] = '{rpmbuildCommand}'
config_opts['use_bootstrap_image'] = False
config_opts['plugin_conf']['rpmautospec_enable'] = True
config_opts['plugin_conf']['rpmautospec_opts'] = {
'requires': ['rpmautospec'],
'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'],
}
{additionalVendorConfig}
config_opts['plugin_conf']['ccache_enable'] = False