Adding Container Minimal Base image
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
parent
0ae9a8f8f0
commit
7b69eb4f98
12
fedora.conf
12
fedora.conf
@ -284,6 +284,18 @@ image_build = {
|
|||||||
'install_tree_from': 'Cloud',
|
'install_tree_from': 'Cloud',
|
||||||
'subvariant': 'Docker_Base'
|
'subvariant': 'Docker_Base'
|
||||||
'failable': ['*'],
|
'failable': ['*'],
|
||||||
|
},
|
||||||
|
'image-build': {
|
||||||
|
'format': [('docker', 'tar.xz')]
|
||||||
|
'name': 'Fedora-Container-Minimal-Base',
|
||||||
|
'kickstart': 'fedora-docker-base-minimal.ks',
|
||||||
|
'distro': 'Fedora-22',
|
||||||
|
'disk_size': 3,
|
||||||
|
'arches': ['x86_64', 'armhfp'],
|
||||||
|
'repo_from': 'Cloud',
|
||||||
|
'install_tree_from': 'Cloud',
|
||||||
|
'subvariant': 'Container_Minimal_Base'
|
||||||
|
'failable': ['*'],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user