mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-19 22:31:23 +08:00
Remove Huecker
for Docker Hub
This commit is contained in:
parent
d0b0cdaae7
commit
5c275c1b82
@ -6,7 +6,7 @@
|
|||||||
* Contributors : Nil Null <nil@null.org>
|
* Contributors : Nil Null <nil@null.org>
|
||||||
* |
|
* |
|
||||||
* Created On : <2024-06-08>
|
* Created On : <2024-06-08>
|
||||||
* Last Modified : <2024-11-22>
|
* Last Modified : <2025-07-14>
|
||||||
* ------------------------------------------------------------*/
|
* ------------------------------------------------------------*/
|
||||||
|
|
||||||
static MirrorSite_t DaoCloud =
|
static MirrorSite_t DaoCloud =
|
||||||
@ -22,37 +22,22 @@ Fit2Cloud =
|
|||||||
IS_DedicatedMirrorSite,
|
IS_DedicatedMirrorSite,
|
||||||
"fit2cloud", "FIT2CLOUD", "杭州飞致云信息科技有限公司", "https://www.fit2cloud.com/",
|
"fit2cloud", "FIT2CLOUD", "杭州飞致云信息科技有限公司", "https://www.fit2cloud.com/",
|
||||||
{SKIP, ToFill, ToFill, NULL, ROUGH}
|
{SKIP, ToFill, ToFill, NULL, ROUGH}
|
||||||
},
|
|
||||||
|
|
||||||
Huecker =
|
|
||||||
{
|
|
||||||
IS_DedicatedMirrorSite,
|
|
||||||
"huecker", "(Russia) Huecker", "俄罗斯 Huecker.io", "https://huecker.io/",
|
|
||||||
// 同 DaoCloud,没有合适的下载链接,先随便给一个,以避免 bug
|
|
||||||
{NotSkip, NA, NA, "https://huecker.io/en/use.html", ROUGH}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @update 2024-07-24
|
* @update 2025-07-14
|
||||||
*
|
|
||||||
* @note USTC 与 SJTUG 于 2024-06-06 停止支持 DockerHub
|
|
||||||
* @note NJU 于 2024-06-07 停止支持 DockerHub
|
|
||||||
*
|
*
|
||||||
* @consult https://gist.github.com/y0ngb1n/7e8f16af3242c7815e7ca2f0833d3ea6
|
* @consult https://gist.github.com/y0ngb1n/7e8f16af3242c7815e7ca2f0833d3ea6
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static Source_t wr_dockerhub_sources[] =
|
static Source_t wr_dockerhub_sources[] =
|
||||||
{
|
{
|
||||||
{&UpstreamProvider, NULL},
|
{&UpstreamProvider, NULL, NULL},
|
||||||
// {&Ustc, "https://docker.mirrors.ustc.edu.cn/"},
|
// {&Ustc, "https://docker.mirrors.ustc.edu.cn/", NULL},
|
||||||
|
|
||||||
// https://github.com/DaoCloud/public-image-mirror
|
// https://github.com/DaoCloud/public-image-mirror
|
||||||
{&DaoCloud, "https://docker.m.daocloud.io"},
|
{&DaoCloud, "https://docker.m.daocloud.io", NULL},
|
||||||
{&Fit2Cloud, "https://docker.1panel.live"},
|
{&Fit2Cloud, "https://docker.1panel.live", NULL}
|
||||||
|
|
||||||
// 暂时加入,未来若国内镜像恢复,将删除
|
|
||||||
// https://huecker.io/en/use.html#unbanned
|
|
||||||
{&Huecker, "https://huecker.io"}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
def_sources_n(wr_dockerhub);
|
def_sources_n(wr_dockerhub);
|
||||||
|
4
src/recipe/ware/Docker-Hub/README.md
Normal file
4
src/recipe/ware/Docker-Hub/README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Docker Hub
|
||||||
|
|
||||||
|
- USTC 与 SJTUG 于 2024-06-06 停止支持 DockerHub
|
||||||
|
- NJU 于 2024-06-07 停止支持 DockerHub
|
@ -21,13 +21,13 @@ static MirrorSite_t EmacsChina =
|
|||||||
Source_t wr_emacs_sources[] =
|
Source_t wr_emacs_sources[] =
|
||||||
{
|
{
|
||||||
{&UpstreamProvider, NULL, NULL},
|
{&UpstreamProvider, NULL, NULL},
|
||||||
{&MirrorZ, "https://help.mirrors.cernet.edu.cn/elpa/"},
|
{&MirrorZ, "https://help.mirrors.cernet.edu.cn/elpa/", NULL},
|
||||||
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/docs/emacs-elpa"},
|
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/docs/emacs-elpa", NULL},
|
||||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/help/elpa/"},
|
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/help/elpa/", NULL},
|
||||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/help/elpa/"},
|
{&Bfsu, "https://mirrors.bfsu.edu.cn/help/elpa/", NULL},
|
||||||
{&Ustc, "https://mirrors.ustc.edu.cn/help/elpa.html"},
|
{&Ustc, "https://mirrors.ustc.edu.cn/help/elpa.html", NULL},
|
||||||
{&Zju, "https://mirrors.zju.edu.cn/docs/elpa/"},
|
{&Zju, "https://mirrors.zju.edu.cn/docs/elpa/", NULL},
|
||||||
{&EmacsChina, "https://elpamirror.emacs-china.org/"}
|
{&EmacsChina, "https://elpamirror.emacs-china.org/", NULL}
|
||||||
};
|
};
|
||||||
def_sources_n(wr_emacs);
|
def_sources_n(wr_emacs);
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ wr_emacs_setsrc (char *option)
|
|||||||
chsrc_yield_source_and_confirm (wr_emacs);
|
chsrc_yield_source_and_confirm (wr_emacs);
|
||||||
|
|
||||||
chsrc_note2 ("Emacs换源涉及Elisp,需要手动查阅并换源:");
|
chsrc_note2 ("Emacs换源涉及Elisp,需要手动查阅并换源:");
|
||||||
p(source.url);
|
p (source.url);
|
||||||
|
|
||||||
chsrc_determine_chgtype (ChgType_Manual);
|
chsrc_determine_chgtype (ChgType_Manual);
|
||||||
chsrc_conclude (&source);
|
chsrc_conclude (&source);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user