From ad186f5453b0482a2fd5eacb659754654a54adcd Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 10 Mar 2017 17:35:09 -0600 Subject: [PATCH] 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 --- fedora.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fedora.conf b/fedora.conf index 8ebb61f..815aa69 100644 --- a/fedora.conf +++ b/fedora.conf @@ -278,10 +278,10 @@ image_build = { 'name': 'Fedora-Docker-Base', 'kickstart': 'fedora-docker-base.ks', 'distro': 'Fedora-22', - 'disk_size': 3, + 'disk_size': 5, 'arches': ['x86_64', 'armhfp'], - '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': 3, + 'disk_size': 5, 'arches': ['x86_64', 'armhfp'], - 'repo_from': 'Cloud', - 'install_tree_from': 'Cloud', + 'repo_from': 'Everything', + 'install_tree_from': 'Everything', 'subvariant': 'Container_Minimal_Base' 'failable': ['*'], }