From 2f5ccd899e0ee64438b591f4232a8475d6a13791 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Jan 08 2020 22:15:19 +0000 Subject: coreos: add aliyun cloud image artifact We've started producing these cloud images now. --- diff --git a/sites/static/js/coreos-download.js b/sites/static/js/coreos-download.js index 9812aae..2ddd562 100644 --- a/sites/static/js/coreos-download.js +++ b/sites/static/js/coreos-download.js @@ -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 @@ const prettyPlatforms = { "gcp": "GCP", "digitalocean": "DigitalOcean", "packet": "Packet", + "aliyun": "Alibaba Cloud", "metal": { "raw.xz": "Raw", "iso": "ISO",