toolbox: use normal rawhide Everything repo

This section is for released fedoras with updates/base repo,
for rawhide, we just pass pungi "Everything" and it does the magic.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-06-28 07:50:02 -07:00
parent cac39f8e43
commit e828a78a26

View File

@ -284,11 +284,8 @@ image_build = {
'distro': 'Fedora-22',
'disk_size': 5,
'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'],
'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/39/latest-Fedora-39/compose/Everything/$arch/os/',
'repo': [
'https://kojipkgs.fedoraproject.org/compose/updates/f39-updates/compose/Everything/$arch/os/'
'https://kojipkgs.fedoraproject.org/compose/39/latest-Fedora-39/compose/Everything/$arch/os/'
],
'repo': 'Everything',
'install_tree_from': 'Everything',
'subvariant': 'Container_Toolbox',
'failable': ['s390x'],
},