fedora: Use Atomic installtree/ISO for cloud image builds
This will enable the optimizations landed in https://github.com/rhinstaller/anaconda/pull/1119 to avoid lots of HTTP requests when installing the cloud images. Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
e8ea945776
commit
97b45259db
@ -353,7 +353,7 @@ image_build = {
|
||||
'distro': 'Fedora-22',
|
||||
'disk_size': 6,
|
||||
'arches': ['aarch64', 'ppc64le', 'x86_64'],
|
||||
'install_tree_from': 'Cloud',
|
||||
'install_tree_from': 'Atomic',
|
||||
'subvariant': 'Atomic',
|
||||
'failable': ['*'],
|
||||
}
|
||||
@ -366,7 +366,7 @@ image_build = {
|
||||
'distro': 'Fedora-22',
|
||||
'disk_size': 40,
|
||||
'arches': ['x86_64'],
|
||||
'install_tree_from': 'Cloud',
|
||||
'install_tree_from': 'Atomic',
|
||||
'subvariant': 'Atomic',
|
||||
'failable': ['*'],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user