Skip to content

Commit 35267ab

Browse files
committed
Add FIT2CLOUD mirror site for docker
[GitHub link #35]
1 parent 651c0b2 commit 35267ab

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

include/source.h

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Contributors : Shengwei Chen <[email protected]>
88
* |
99
* Created on : <2023-08-29>
10-
* Last modified : <2024-07-03>
10+
* Last modified : <2024-07-24>
1111
*
1212
* 镜像站与换源信息
1313
* ------------------------------------------------------------*/
@@ -108,7 +108,9 @@ MirrorSite
108108
Sohu = {"sohu", "SOHU", "搜狐开源镜像站", "https://mirrors.sohu.com/",
109109
"https://mirrors.sohu.com/deepin-cd" Big_File_deepin},
110110

111-
Api7 = {"api7", "api7.ai", "深圳支流科技有限公司", "https://www.apiseven.com/", NULL};
111+
Api7 = {"api7", "api7.ai", "深圳支流科技有限公司", "https://www.apiseven.com/", NULL},
112+
113+
Fit2Cloud = {"fit2cloud", "FIT2CLOUD", "杭州飞致云信息科技有限公司", "https://www.fit2cloud.com/", NULL};
112114

113115
// 开源社区
114116
MirrorSite
@@ -143,7 +145,7 @@ MirrorSite
143145
MirrorSite*
144146
available_mirrors[] = {
145147
&MirrorZ, &Tuna, &Sjtug_Zhiyuan, &Zju, &Lzuoss, &Jlu, &Bfsu, &Pku, &Bjtu, &Sustech, &Ustc, &Hust, &Nju, // &Cqu,
146-
&Ali, &Tencent, &Huawei, &Volcengine, &Netease, &Sohu, &Api7,
148+
&Ali, &Tencent, &Huawei, &Volcengine, &Netease, &Sohu, &Api7, &Fit2Cloud,
147149
&RubyChina, &EmacsChina, &NpmMirror, &GoProxyCN, &GoProxyIO,
148150
// 暂不支持 &NugetOrg
149151

@@ -157,25 +159,13 @@ typedef struct {
157159
} SourceInfo;
158160

159161

160-
/**
161-
* 源信息
162-
*
163-
* @note 我们要求每个源最好情况下
164-
* 1. 至少有一个教育网镜像
165-
* 2. 至少有一个商业公司或开源社区维护的镜像
166-
*/
167-
168-
169162
/**
170163
* 2024-05-25 更新
171164
*
172165
* @note
173166
* 下面的源,并非都实现正确,
174167
* BFSU 和 Tuna 以及 阿里的镜像都有问题,会循环遍历一个gem的所有版本,导致安装时间相当长
175168
*
176-
* @note
177-
* 2024-04-18: @ccmywish: 华为云镜像正确可用
178-
*
179169
* @note 网络情况
180170
* 若实现正确:
181171
* 1. 目前北外最快最稳定
@@ -863,7 +853,7 @@ wr_cocoapods_sources[] = {
863853
},
864854

865855
/**
866-
* 2024-06-14 更新
856+
* 2024-07-24 更新
867857
*
868858
* @note USTC 与 SJTUG 于 2024-06-06 停止支持 DockerHub
869859
* @note NJU 于 2024-06-07 停止支持 DockerHub
@@ -876,6 +866,7 @@ wr_dockerhub_sources[] = {
876866

877867
// https://github.com/DaoCloud/public-image-mirror
878868
{&DaoCloud, "https://docker.m.daocloud.io"},
869+
{&Fit2Cloud, "https://docker.1panel.live"},
879870

880871
// 暂时加入,未来若国内镜像恢复,将删除
881872
// https://huecker.io/en/use.html#unbanned

0 commit comments

Comments
 (0)