bump cloud_base disk size to 5gb from 4gb

We really need to figure out whats grown here, but in the mean time we
just need to get a compose out, so increase the size here.

The aarch64 one went past 4gb.
see: https://koji.fedoraproject.org/koji/taskinfo?taskID=56316220

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-11-27 09:48:19 -08:00
parent 19eafa1737
commit 6938adccf0

View File

@ -349,7 +349,7 @@ image_build = {
'name': 'Fedora-Cloud-Base',
'kickstart': 'fedora-cloud-base.ks',
'distro': 'Fedora-22',
'disk_size': 4,
'disk_size': 5,
'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'],
'repo': 'Everything',
'install_tree_from': 'Everything',