27 lines
897 B
Plaintext
27 lines
897 B
Plaintext
# Alpine Linux 国内镜像源配置
|
|
# 主要使用阿里云镜像源,提供更快的下载速度
|
|
|
|
# 阿里云镜像源 (主要)
|
|
https://mirrors.aliyun.com/alpine/v3.18/main/
|
|
https://mirrors.aliyun.com/alpine/v3.18/community/
|
|
|
|
# 备用镜像源
|
|
# 华为云镜像源
|
|
# https://repo.huaweicloud.com/alpine/v3.18/main/
|
|
# https://repo.huaweicloud.com/alpine/v3.18/community/
|
|
|
|
# 腾讯云镜像源
|
|
# https://mirrors.cloud.tencent.com/alpine/v3.18/main/
|
|
# https://mirrors.cloud.tencent.com/alpine/v3.18/community/
|
|
|
|
# 网易云镜像源
|
|
# https://mirrors.163.com/alpine/v3.18/main/
|
|
# https://mirrors.163.com/alpine/v3.18/community/
|
|
|
|
# 清华大学镜像源
|
|
# https://mirrors.tuna.tsinghua.edu.cn/alpine/v3.18/main/
|
|
# https://mirrors.tuna.tsinghua.edu.cn/alpine/v3.18/community/
|
|
|
|
# 中科大镜像源
|
|
# https://mirrors.ustc.edu.cn/alpine/v3.18/main/
|
|
# https://mirrors.ustc.edu.cn/alpine/v3.18/community/ |