Skip to content

soolaugust/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

containers

All Contributors

这个仓库是用来构建并下载被墙掉的镜像,比如 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

下载代码

  1. 首先Fork本项目
  2. 然后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

手动修改

更改Dockerfile

$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

Contributors ✨

Thanks goes to these wonderful people (emoji key):


soolaugust

🚧

liuliangyu

📢

JeffDeans

📢

This project follows the all-contributors specification. Contributions of any kind welcome!