#126 coreos-download: add Vultr images
Merged 3 years ago by dustymabe. Opened 3 years ago by jlebon.
fedora-web/ jlebon/websites pr/add-vultr  into  master

@@ -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', 'aliyun', 'digitalocean', 'exoscale', 'gcp', 'openstack', 'packet']

+ const cloudImages = ['aws', 'azure', 'aliyun', 'digitalocean', 'exoscale', 'gcp', 'openstack', 'packet', 'vultr']

  // list of virtualized image artifacts

  const virtualizedImages = ['openstack', 'qemu', 'virtualbox', 'vmware']

  // dict of pretty names for platforms, indexed by platform.extension
@@ -29,7 +29,8 @@ 

    "qemu": "QEMU",

    "virtualbox": "VirtualBox",

    "vmware": "VMware",

-   "openstack": "OpenStack"

+   "openstack": "OpenStack",

+   "vultr": "Vultr"

  }

  // innerText of tab button

  const tabInnerText = {

This is in the stream metadata now. Let's display it.

rebased onto a0c29689c00cad1cb29f7cf508ba5b465852c8a3

3 years ago

rebased onto a853006

3 years ago

Pull-Request has been merged by dustymabe

3 years ago
Metadata