Skip to content

Commit c985096

Browse files
committed
feat(recipe): 添加轩辕镜像站支持并更新Docker镜像源
- 新增Xuanyuan镜像站配置,包括站点信息和URL - 更新Docker镜像源列表,添加轩辕镜像站作为新的镜像源 - 同步更新sources最后更新时间为2025-08-09 - 轴辕镜像站提供docker hub镜像代理服务
1 parent a56f330 commit c985096

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

src/recipe/ware/Docker/Docker.c

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ Fit2Cloud =
1717
IS_DedicatedMirrorSite,
1818
"fit2cloud", "FIT2CLOUD", "杭州飞致云信息科技有限公司", "https://www.fit2cloud.com/",
1919
{SKIP, ToFill, ToFill, NULL, ROUGH}
20+
},
21+
22+
Xuanyuan =
23+
{
24+
IS_DedicatedMirrorSite,
25+
"xuanyuan", "轩辕", "轩辕镜像站", "https://docker.xuanyuan.me",
26+
{SKIP, ToFill, ToFill, NULL, ROUGH}
2027
};
2128

2229
def_target(wr_docker, "docker/dockerhub");
@@ -28,7 +35,7 @@ wr_docker_prelude ()
2835

2936
chef_set_recipe_created_on (this, "2024-06-08");
3037
chef_set_recipe_last_updated (this, "2025-08-09");
31-
chef_set_sources_last_updated (this, "2025-07-14");
38+
chef_set_sources_last_updated (this, "2025-08-09");
3239

3340
chef_set_chef (this, "@happy-game");
3441
chef_set_cooks (this, 2, "@happy-game", "@ccmywish");
@@ -45,7 +52,8 @@ wr_docker_prelude ()
4552
def_sources_begin()
4653
{&UpstreamProvider, "https://hub.docker.com/", DelegateToUpstream},
4754
{&DaoCloud, "https://docker.m.daocloud.io", DelegateToMirror},
48-
{&Fit2Cloud, "https://docker.1panel.live", DelegateToMirror}
55+
{&Fit2Cloud, "https://docker.1panel.live", DelegateToMirror},
56+
{&Xuanyuan, "https://docker.xuanyuan.me", DelegateToMirror}
4957
def_sources_end()
5058
}
5159

0 commit comments

Comments
 (0)