期望支持通过配置覆写默认docker.io的docker镜像配置 #77
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
现在的代码中,除了明确写明registry的域名外,其他的所有镜像地址都会fallback到dockerProxy上,这个行为导致服务器必须能够访问docker hub,然后一些云服务器厂商提供了docker hub的代理地址,因此需要一个配置项用来配置默认dockerProxy的代理域名和认证逻辑。
我在registry-alpha分支进行了修改,可以在配置中修改默认的注册表上游,大佬可以测试下能否正常工作