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:
parent
9e080cdb92
commit
2a556d0b47
@ -269,7 +269,7 @@ image_build = {
|
|||||||
'kickstart': "fedora-docker-base.ks",
|
'kickstart': "fedora-docker-base.ks",
|
||||||
'distro': 'Fedora-20',
|
'distro': 'Fedora-20',
|
||||||
'disk_size': 3,
|
'disk_size': 3,
|
||||||
'arches': ['x86_64', 'i386'],
|
'arches': ['x86_64'],
|
||||||
'repo_from': 'Cloud'
|
'repo_from': 'Cloud'
|
||||||
'install_tree_from': 'Cloud'
|
'install_tree_from': 'Cloud'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user