committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2021-08-08 17:49:24 +03:00
parent 67b9c10719
commit e449f9c830
20 changed files with 414 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils f
config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
config_opts['releasever'] = '7'
config_opts['bootstrap_image'] = 'registry.centos.org/centos:7'
config_opts['bootstrap_image'] = 'quay.io/centos/centos:7'
config_opts['package_manager'] = 'yum'
config_opts['yum_install_command'] += "{% if target_arch in ['x86_64', 'ppc64le', 'aarch64'] %} --disablerepo=centos-sclo*{% endif %}"