we need a imagefactory update to build docker base images for anything other than x86_64

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2016-02-27 08:49:56 -06:00
parent 9e080cdb92
commit 2a556d0b47

View File

@ -269,7 +269,7 @@ image_build = {
'kickstart': "fedora-docker-base.ks",
'distro': 'Fedora-20',
'disk_size': 3,
'arches': ['x86_64', 'i386'],
'arches': ['x86_64'],
'repo_from': 'Cloud'
'install_tree_from': 'Cloud'
}