koji_builder: disable bootstrap images in mock for the time being

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-08-14 18:05:30 -07:00
parent 5493dd255b
commit 53d5299895

View file

@ -21,3 +21,4 @@ config_opts['nspawn_args'] += ['--bind=/dev/fuse']
config_opts['dnf_command'] = '/usr/bin/dnf-3'
config_opts['system_dnf_command'] = '/usr/bin/dnf-3'
config_opts['dnf_install_command'] = 'install python3-dnf dnf-plugins-core'
config_opts['use_bootstrap_image'] = False