container: use the compose locations url for updates
The secondary arches were failing because they needed: https://kojipkgs.fedoraproject.org/pub/fedora-secondary/updates/27/$arch/ It's easier for us to use the pungi compose location urls rather than create separate image_build sections for the secondary architectures. Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
parent
336d1ce9c6
commit
42747e7a4b
@ -221,7 +221,7 @@ image_build = {
|
||||
'arches': ['armhfp', 'aarch64', 'ppc64le', 'x86_64'],
|
||||
'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/27/latest-Fedora-27/compose/Everything/$arch/os/',
|
||||
'repo': [
|
||||
'https://kojipkgs.fedoraproject.org/pub/fedora/linux/updates/27/$arch/',
|
||||
'https://kojipkgs.fedoraproject.org/compose/updates/f27-updates/compose/Everything/$arch/os/',
|
||||
'https://kojipkgs.fedoraproject.org/compose/27/latest-Fedora-27/compose/Everything/$arch/os/',
|
||||
],
|
||||
'subvariant': 'Docker_Base'
|
||||
@ -244,7 +244,7 @@ image_build = {
|
||||
'arches': ['armhfp', 'aarch64', 'ppc64le', 'x86_64'],
|
||||
'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/27/latest-Fedora-27/compose/Everything/$arch/os/',
|
||||
'repo': [
|
||||
'https://kojipkgs.fedoraproject.org/pub/fedora/linux/updates/27/$arch/',
|
||||
'https://kojipkgs.fedoraproject.org/compose/updates/f27-updates/compose/Everything/$arch/os/',
|
||||
'https://kojipkgs.fedoraproject.org/compose/27/latest-Fedora-27/compose/Everything/$arch/os/',
|
||||
],
|
||||
'subvariant': 'Container_Minimal_Base',
|
||||
|
Loading…
x
Reference in New Issue
Block a user