Restore ELN container image builds
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
4dba1f5794
commit
857fbfe4f4
@ -98,13 +98,33 @@ image_build = {
|
||||
"disk-size": "10",
|
||||
"arches": ["x86_64"],
|
||||
'install_tree_from': 'BaseOS',
|
||||
"repo": ["BaseOS","AppStream","CRB"]
|
||||
"repo": ["BaseOS","AppStream","CRB"],
|
||||
"failable": ["*"],
|
||||
},
|
||||
"factory-parameters": {
|
||||
"generate_icicle": False,
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
'image-build': {
|
||||
'format': [('docker', 'tar.xz')],
|
||||
'name': 'Fedora-Container-Base',
|
||||
'kickstart': 'fedora-eln-container-base.ks',
|
||||
'distro': 'Fedora-22',
|
||||
'disk_size': 10,
|
||||
'repo': ["BaseOS","AppStream","CRB"],
|
||||
'install_tree_from': 'Everything',
|
||||
'subvariant': 'Container_Base',
|
||||
'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'],
|
||||
'failable': ['*'],
|
||||
},
|
||||
'factory-parameters': {
|
||||
'dockerversion': "1.10.1",
|
||||
'docker_cmd': '[ "/bin/bash" ]',
|
||||
'docker_env': '[ "DISTTAG=elncontainer", "FGC=eln", "container=oci" ]',
|
||||
'docker_label': '{ "name": "fedora-eln", "license": "MIT", "vendor": "Fedora Project", "version": "eln"}',
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user