@@ -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
2229def_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