#80 coreos: add aliyun cloud image artifact
Merged 4 years ago by codeblock. Opened 4 years ago by jlebon.
fedora-web/ jlebon/websites pr/add-aliyun  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', 'digitalocean', 'gcp', 'openstack', 'packet']

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

  // list of virtualized image artifacts

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

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

    "gcp": "GCP",

    "digitalocean": "DigitalOcean",

    "packet": "Packet",

+   "aliyun": "Alibaba Cloud",

    "metal": {

      "raw.xz": "Raw",

      "iso": "ISO",

We've started producing these cloud images now.

rebased onto 2f5ccd8

4 years ago

(Renamed the pretty text to "Alibaba Cloud".)

Can we get this one merged?

Pull-Request has been merged by codeblock

4 years ago
Metadata