GithubHelp home page GithubHelp logo

xjqx6676 / hub-mirror Goto Github PK

View Code? Open in Web Editor NEW

This project forked from togettoyou/hub-mirror

0.0 0.0 0.0 121 KB

🚀 gcr.io、k8s.gcr.io、quay.io、ghcr.io 等国外镜像加速下载服务

License: MIT License

Go 100.00%

hub-mirror's Introduction

hub-mirror

使用 docker.io 或其他镜像服务来提供(但不限于) gcr.io、k8s.gcr.io、quay.io、ghcr.io 等国外镜像加速下载服务

为减少重复请求,合理利用资源,建议提前在 issues 搜索镜像是否已转换过

示例:https://github.com/togettoyou/hub-mirror/issues?q=gcr.io%2Fgoogle-samples%2Fmicroservices-demo%2Femailservice%3Av0.3.5

使用

1. 白嫖我的,点个 Star ,直接提交 issues(目前本人 Docker 账号另有它用,本项目 Workflow 已关闭,建议使用方式 2 )

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

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

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

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

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

  • 如果要使用DockerHub的镜像服务

    Settings-Secrets 新建 DOCKER_USERNAME(你的 Docker 用户名) 和 DOCKER_TOKEN(你的 Docker 密码) 两个 Secrets

  • 如果需要使用其他镜像服务,例如腾讯云,阿里云

    Settings-Secrets 新建 DOCKER_USERNAME(你的其他镜像服务用户名) 和 DOCKER_TOKEN(你的其他镜像服务密码)以及 DOCKER_REPOSITORY 三个 Secrets

    DOCKER_REPOSITORY配置例子

    • 腾讯云: ccr.ccs.tencentyun.com/xxxxxx
    • 阿里云: registry.cn-hangzhou.aliyuncs.com/xxxxxx
    • 其他云...

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

hub-mirror's People

Contributors

togettoyou avatar sowevo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.