| |
@@ -6,7 +6,7 @@
|
| |
//const baseUrl = 'https://s3.amazonaws.com/fcos-builds/streams'
|
| |
const baseUrl = 'https://builds.coreos.fedoraproject.org/streams'
|
| |
// list of cloud image artifacts
|
| |
- const cloudImages = ['aws', 'azure', 'azurestack', 'aliyun', 'digitalocean', 'exoscale', 'gcp', 'ibmcloud', 'nutanix', 'openstack', 'packet', 'vultr']
|
| |
+ const cloudImages = ['aws', 'azure', 'azurestack', 'aliyun', 'digitalocean', 'exoscale', 'gcp', 'ibmcloud', 'kubevirt', 'nutanix', 'openstack', 'packet', 'vultr']
|
| |
// list of virtualized image artifacts
|
| |
const virtualizedImages = ['qemu', 'virtualbox', 'vmware']
|
| |
// dict of pretty names for platforms, indexed by platform.extension
|
| |
@@ -19,6 +19,7 @@
|
| |
"exoscale": "Exoscale",
|
| |
"gcp": "GCP",
|
| |
"ibmcloud": "IBM Cloud",
|
| |
+ "kubevirt": "KubeVirt",
|
| |
"metal": {
|
| |
"raw.xz": "Raw",
|
| |
"4k.raw.xz": "Raw (4k Native)",
|
| |
Add KubeVirt FCOS artifacts to the getfedora download page.