-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0da6eb5
commit d80dc17
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
## Author: SuperManito | ||
## Modified: 2024-01-31 | ||
## Modified: 2024-06-07 | ||
## License: MIT | ||
## GitHub: https://github.com/SuperManito/LinuxMirrors | ||
## Website: https://linuxmirrors.cn | ||
|
@@ -23,14 +23,10 @@ mirror_list_docker_ce=( | |
"官方@download.docker.com" | ||
) | ||
|
||
## Docker Registry 镜像仓库列表 | ||
## Docker Registry 仓库列表 | ||
# 格式:"软件源名称@软件源地址" | ||
mirror_list_registry=( | ||
"上海交通大学@docker.mirrors.sjtug.sjtu.edu.cn" | ||
"网易@hub-mirror.c.163.com" | ||
"腾讯云@mirror.ccs.tencentyun.com" | ||
"道客 [email protected]" | ||
"微软 Azure 中国@dockerhub.azk8s.cn" | ||
"道客 [email protected]" | ||
"阿里云(杭州)@registry.cn-hangzhou.aliyuncs.com" | ||
"阿里云(上海)@registry.cn-shanghai.aliyuncs.com" | ||
"阿里云(青岛)@registry.cn-qingdao.aliyuncs.com" | ||
|
@@ -54,6 +50,7 @@ mirror_list_registry=( | |
"阿里云(美国西部-硅谷)@registry.us-west-1.aliyuncs.com" | ||
"阿里云(美国东部-弗吉尼亚)@registry.us-east-1.aliyuncs.com" | ||
"阿里云(阿联酋-迪拜)@registry.me-east-1.aliyuncs.com" | ||
"腾讯云@mirror.ccs.tencentyun.com" | ||
"谷歌云@mirror.gcr.io" | ||
"官方@registry.hub.docker.com" | ||
) | ||
|