mycheryhr / hub-mirror-aliyun

1 stars 0 forks source link

hub-mirror

使用 docker.io 或其他镜像服务来提供(但不限于) gcr.io、k8s.gcr.io、quay.io、ghcr.io 等国外镜像加速下载服务 为减少重复请求,合理利用资源,建议提前在 issues 搜索镜像是否已转换过

示例

Tools forks SuperGopher

使用

要求:严格按照模板规范提交,参考: 成功案例 , 失败案例

限制:每次提交最多 11 个镜像地址

个人 Docker 账号有每日镜像拉取限额,请勿滥用

提交 issue

{
"hub-mirror": [
"k8s.gcr.io/kube-state-metrics/kube-state-metrics:v2.5.0",
"k8s.gcr.io/defaultbackend-amd64:1.5"
]
}

2. 自己动手,Fork 本项目,开启 issues 并绑定你自己的 DockerHub 账号或其他镜像服务账号

开启 Settings-Options-Features 中的 Issues 功能

Issues-Labels 添加三个 label:hub-mirrorsuccessfailure

最后在 Actions 里选择 hub-mirror ,在右边 ··· 菜单里选择 Enable Workflow

3. 已有魔法,本地使用

$ go install github.com/togettoyou/hub-mirror@latest
$ hub-mirror --username=xxxxxx --password=xxxxxx --content='{ "hub-mirror": ["gcr.io/google-samples/microservices-demo/emailservice:v0.3.5","hello-world:latest"] }'
# 如果需要使用自定义镜像仓库
$ hub-mirror --username=xxxxxx --password=xxxxxx --repository=registry.cn-hangzhou.aliyuncs.com/xxxxxx --content='{ "hub-mirror": ["gcr.io/google-samples/microservices-demo/emailservice:v0.3.5","hello-world:latest"] }'

教程

https://mp.weixin.qq.com/s/Vt0FRTx1PsoYFdLa0QZzWw