Skip to content

Commit

Permalink
Add source daocloud and huecker for dockerhub
Browse files Browse the repository at this point in the history
[GitHub link #35]
  • Loading branch information
ccmywish committed Jun 13, 2024
1 parent 1e1d8a4 commit 7cbaa38
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions include/source.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
*
* 镜像站与换源信息
* ------------------------------------------------------------*/
Expand Down Expand Up @@ -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},

Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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"}
},


Expand Down

0 comments on commit 7cbaa38

Please sign in to comment.