cloud: Build Azure image 💙
Now that the Fedora + Azure change was approved, let's get Azure images building in koji alongside the existing qcow, raw.xz, and vagrant images. Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
parent
142ed5e0cc
commit
29fb0a1e46
@ -177,6 +177,26 @@ image_build = {
|
||||
'subvariant': 'Cloud_Base',
|
||||
}
|
||||
},
|
||||
{
|
||||
'image-build': {
|
||||
'format': [('vhd','vhd')],
|
||||
'name': 'Fedora-Cloud-Base-Azure',
|
||||
'target': 'f39',
|
||||
'version': '39',
|
||||
'release': None,
|
||||
'ksurl': 'git+https://pagure.io/fedora-kickstarts.git?#origin/f39',
|
||||
'kickstart': 'fedora-cloud-base-azure.ks',
|
||||
'distro': 'Fedora-30',
|
||||
'disk_size': 10,
|
||||
'arches': ['aarch64', 'x86_64'],
|
||||
'repo': [
|
||||
'https://kojipkgs.fedoraproject.org/compose/updates/f39-updates/compose/Everything/$arch/os/'
|
||||
'https://kojipkgs.fedoraproject.org/compose/39/latest-Fedora-39/compose/Everything/$arch/os/'
|
||||
],
|
||||
'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/39/latest-Fedora-39/compose/Everything/$arch/os/',
|
||||
'subvariant': 'Cloud_Base'
|
||||
}
|
||||
},
|
||||
],
|
||||
}
|
||||
koji_profile = 'compose_koji'
|
||||
|
Loading…
Reference in New Issue
Block a user