HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.30
System: Linux iZj6c1151k3ad370bosnmsZ 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: root (0)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: //etc/cloud/templates/sources.list.aliyun.tmpl
## template:jinja
## Note, this file is written by cloud-init on first boot of an instance
## modifications made here will not survive a re-bundle.
## if you wish to make changes you can:
## a.) do the same in user-data
## b.) add sources in /etc/yum.repos.d/
## c.) make changes to template file /etc/cloud/templates/sources.list.aliyun.tmpl
###

# AliYun.repo
[base]
name=AliYun-$releasever - Base - mirrors.aliyun.com
baseurl={{mirror}}/alinux/$releasever/os/$basearch/
gpgcheck=1
gpgkey={{mirror}}/alinux/RPM-GPG-KEY-ALIYUN

#released updates
[updates]
name=AliYun-$releasever - Updates - mirrors.aliyun.com
baseurl={{mirror}}/alinux/$releasever/updates/$basearch/
gpgcheck=1
gpgkey={{mirror}}/alinux/RPM-GPG-KEY-ALIYUN

#additional packages that may be useful
[extras]
name=AliYun-$releasever - Extras - mirrors.aliyun.com
baseurl={{mirror}}/alinux/$releasever/extras/$basearch/
gpgcheck=1
gpgkey={{mirror}}/alinux/RPM-GPG-KEY-ALIYUN

# plus packages provided by Aliyun Linux dev team
[plus]
name=AliYun-$releasever - Plus - mirrors.aliyun.com
baseurl={{mirror}}/alinux/$releasever/plus/$basearch/
gpgcheck=1
gpgkey={{mirror}}/alinux/RPM-GPG-KEY-ALIYUN