-
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add source
daocloud
and huecker
for dockerhub
[GitHub link #35]
- Loading branch information
Showing
1 changed file
with
15 additions
and
4 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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* Authors : Aoran Zeng <[email protected]> | ||
* | Heng Guo <[email protected]> | ||
* Created on : <2023-08-29> | ||
* Last modified : <2024-06-13> | ||
* Last modified : <2024-06-14> | ||
* | ||
* 镜像站与换源信息 | ||
* ------------------------------------------------------------*/ | ||
|
@@ -96,6 +96,8 @@ MirrorSite | |
Volcengine = {"volc", "Volcengine", "火山引擎开源软件镜像站", "https://developer.volcengine.com/mirror/", | ||
"https://mirrors.volces.com/debian" Big_File_debian }, | ||
|
||
DaoCloud = {"daocloud", "DaoCloud","上海道客网络科技有限公司", "https://www.daocloud.io/", NULL}, | ||
|
||
Netease = {"netease", "Netease", "网易开源镜像站", "https://mirrors.163.com/", | ||
"https://mirrors.163.com/deepin-cd" Big_File_deepin}, | ||
|
||
|
@@ -119,8 +121,10 @@ MirrorSite | |
GoProxyIO = {"goproxy.io", "GOPROXY.IO", "GOPROXY.IO", "https://goproxy.io/", | ||
"https://goproxy.io/github.com/aws/aws-sdk-go/@v/v1.45.2.zip"}, // 30 MB | ||
|
||
NugetOrg = {"nuget.org", "NuGet Org", "Nuget Organization", "https://www.nuget.org/", NULL}, | ||
EmacsChina = {"emacschina", "EmacsChina", "Emacs China 社区", "https://elpamirror.emacs-china.org/", NULL}; | ||
NugetOrg = {"nuget.org", "NuGet Org", "Nuget Organization", "https://www.nuget.org/", NULL}, | ||
EmacsChina = {"emacschina", "EmacsChina", "Emacs China 社区", "https://elpamirror.emacs-china.org/", NULL}, | ||
|
||
Huecker = {"huecker", "(Russia) Huecker", "俄罗斯 Huecker.io", "https://huecker.io/", NULL}; | ||
|
||
|
||
MirrorSite | ||
|
@@ -823,7 +827,7 @@ wr_cocoapods_sources[] = { | |
}, | ||
|
||
/** | ||
* 2024-06-08 更新 | ||
* 2024-06-14 更新 | ||
* | ||
* @note USTC 与 SJTUG 于 2024-06-06 停止支持 DockerHub | ||
* @note NJU 于 2024-06-07 停止支持 DockerHub | ||
|
@@ -833,6 +837,13 @@ wr_cocoapods_sources[] = { | |
wr_dockerhub_sources[] = { | ||
{&Upstream, NULL}, | ||
// {&Ustc, "https://docker.mirrors.ustc.edu.cn/"}, | ||
|
||
// https://github.com/DaoCloud/public-image-mirror | ||
{&DaoCloud, "https://docker.m.daocloud.io"}, | ||
|
||
// 暂时加入,未来若国内镜像恢复,将删除 | ||
// https://huecker.io/en/use.html#unbanned | ||
{&Huecker, "https://huecker.io"} | ||
}, | ||
|
||
|
||
|