use Everything for docker and make disk size bigger

minimal container image says it needs more disk space so bump
size to 5G
use the Everything repo for the container images, microdnf
is not part of the cloud variant and it really does not make
ense to add it nor to make a container Variant with its own
install tree

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2017-03-10 17:35:09 -06:00
parent 78497bf06e
commit 30e68961a9

View File

@ -278,10 +278,10 @@ image_build = {
'name': 'Fedora-Docker-Base',
'kickstart': 'fedora-docker-base.ks',
'distro': 'Fedora-22',
'disk_size': 4,
'disk_size': 5,
'arches': ['armhfp', 'aarch64', 'x86_64'],
'repo_from': 'Cloud',
'install_tree_from': 'Cloud',
'repo_from': 'Everything',
'install_tree_from': 'Everything',
'subvariant': 'Docker_Base'
'failable': ['*'],
},
@ -292,10 +292,10 @@ image_build = {
'name': 'Fedora-Container-Minimal-Base',
'kickstart': 'fedora-docker-base-minimal.ks',
'distro': 'Fedora-22',
'disk_size': 4,
'disk_size': 5,
'arches': ['armhfp', 'aarch64', 'x86_64'],
'repo_from': 'Cloud',
'install_tree_from': 'Cloud',
'repo_from': 'Everything',
'install_tree_from': 'Everything',
'subvariant': 'Container_Minimal_Base'
'failable': ['*'],
}