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:
parent
78497bf06e
commit
30e68961a9
12
fedora.conf
12
fedora.conf
@ -278,10 +278,10 @@ image_build = {
|
|||||||
'name': 'Fedora-Docker-Base',
|
'name': 'Fedora-Docker-Base',
|
||||||
'kickstart': 'fedora-docker-base.ks',
|
'kickstart': 'fedora-docker-base.ks',
|
||||||
'distro': 'Fedora-22',
|
'distro': 'Fedora-22',
|
||||||
'disk_size': 4,
|
'disk_size': 5,
|
||||||
'arches': ['armhfp', 'aarch64', 'x86_64'],
|
'arches': ['armhfp', 'aarch64', 'x86_64'],
|
||||||
'repo_from': 'Cloud',
|
'repo_from': 'Everything',
|
||||||
'install_tree_from': 'Cloud',
|
'install_tree_from': 'Everything',
|
||||||
'subvariant': 'Docker_Base'
|
'subvariant': 'Docker_Base'
|
||||||
'failable': ['*'],
|
'failable': ['*'],
|
||||||
},
|
},
|
||||||
@ -292,10 +292,10 @@ image_build = {
|
|||||||
'name': 'Fedora-Container-Minimal-Base',
|
'name': 'Fedora-Container-Minimal-Base',
|
||||||
'kickstart': 'fedora-docker-base-minimal.ks',
|
'kickstart': 'fedora-docker-base-minimal.ks',
|
||||||
'distro': 'Fedora-22',
|
'distro': 'Fedora-22',
|
||||||
'disk_size': 4,
|
'disk_size': 5,
|
||||||
'arches': ['armhfp', 'aarch64', 'x86_64'],
|
'arches': ['armhfp', 'aarch64', 'x86_64'],
|
||||||
'repo_from': 'Cloud',
|
'repo_from': 'Everything',
|
||||||
'install_tree_from': 'Cloud',
|
'install_tree_from': 'Everything',
|
||||||
'subvariant': 'Container_Minimal_Base'
|
'subvariant': 'Container_Minimal_Base'
|
||||||
'failable': ['*'],
|
'failable': ['*'],
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user