这个仓库是用来构建并下载被墙掉的镜像,比如 gcr.io/xxx等,
最终产生的镜像路径是: registry.cn-hangzhou.aliyuncs.com/soolaugust/containers:$containers-$version, 比如 gcr.io/kubernetes-helm/tiller:v2.12.3 会被替换成 registry.cn-hangzhou.aliyuncs.com/soolaugust/containers:kubernetes-helm-tiller-v2.12.3
- 首先Fork本项目
- 然后clone代码:
git clone https://github.com/{your_name}/docker-images.git
cd docker-images/
使用下面命令检查镜像是否存在:
./download.sh gcr.io/kubernetes-helm/tiller:v2.12.3 #./download.sh $your_image
如果没有成功下载,则说明镜像不存在,提交issue说明一下。
如果是在Linux开发环境下,可以使用脚本来简化操作。
./commit.sh gcr.io/kubernetes-helm/tiller:v2.12.3
本地成功成功后,提交issue说明一下。
./download.sh gcr.io/kubernetes-helm/tiller:v2.12.3
将 $image
替换成你要的镜像, 比如 gcr.io/kubernetes-helm/tiller:v2.12.3
git add .
git commit -m "add images 'gcr.io/kubernetes-helm/tiller:v2.12.3'" # 修改信息格式为 add images $your_images
git tag release-vkubernetes-helm-tiller-v2.12.3 # 提交格式为 git tag release-v$your_image中 ‘/, :’替换成‘-’
git push --tags
提交后创建Pull Request, 等待approve后执行下面的操作:
docker pull registry.cn-hangzhou.aliyuncs.com/soolaugust/image:kubernetes-helm-tiller-v2.12.3
docker tag registry.cn-hangzhou.aliyuncs.com/soolaugust/image:kubernetes-helm-tiller-v2.12.3 gcr.io/kubernetes-helm/tiller:v2.12.3
docker rmi registry.cn-hangzhou.aliyuncs.com/soolaugust/image:kubernetes-helm-tiller-v2.12.3
如果有任何问题,欢迎提交issue
Thanks goes to these wonderful people (emoji key):
soolaugust 🚧 |
liuliangyu 📢 |
JeffDeans 📢 |
This project follows the all-contributors specification. Contributions of any kind welcome!