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:
parent
cac39f8e43
commit
e828a78a26
@ -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'],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user