mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-16 08:04:28 +08:00
Really no available sources for DockerHub
[Gitee link #I80UDD] [GitHub link #25]
This commit is contained in:
@@ -793,6 +793,20 @@ wr_cocoapods_sources[] = {
|
||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/git/CocoaPods/Specs.git"}
|
||||
},
|
||||
|
||||
/**
|
||||
* 2024-06-08 更新
|
||||
*
|
||||
* @note USTC 与 SJTUG 于 2024-06-06 停止支持 DockerHub
|
||||
* @note NJU 于 2024-06-07 停止支持 DockerHub
|
||||
*
|
||||
* 参考:https://gist.github.com/y0ngb1n/7e8f16af3242c7815e7ca2f0833d3ea6
|
||||
*/
|
||||
wr_dockerhub_sources[] = {
|
||||
{&Upstream, NULL},
|
||||
// {&Ustc, "https://docker.mirrors.ustc.edu.cn/"},
|
||||
},
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 2023-09-11 更新
|
||||
@@ -904,6 +918,7 @@ def_sources_n(os_ros);
|
||||
|
||||
def_sources_n(wr_winget);
|
||||
def_sources_n(wr_brew); def_sources_n(wr_cocoapods);
|
||||
def_sources_n(wr_dockerhub);
|
||||
def_sources_n(wr_flathub);
|
||||
def_sources_n(wr_nix); def_sources_n(wr_guix);
|
||||
def_sources_n(wr_tex); def_sources_n(wr_emacs);
|
||||
|
||||
Reference in New Issue
Block a user