zhangguanzhang / gcr.io

:cyclone: sync the docker images of the gcr.io and quay.io
Apache License 2.0
250 stars 65 forks source link

能否添加一个jenkinsxio名称空间 #3

Closed mrtylerzhou closed 5 years ago

mrtylerzhou commented 5 years ago

最近为了搞镜像也学了不少招,从dockerhub上拉了一些然后修改tag.dockerhub上也有jenkinsxio/nexus这个镜像,但是不知道为什么下载不下来

[root@k8s-node1 ~]# docker pull jenkinsxio/nexus
Using default tag: latest
Error response from daemon: manifest for jenkinsxio/nexus:latest not found

能否帮添加这个名称空间,或者仅添加gcr.io/jenkinsxio/nexus这个镜像

zhangguanzhang commented 5 years ago

所有gcr.io都可以用之前告诉你的那个方法拉取

mrtylerzhou commented 5 years ago
[root@k8s-master ~]# curl -s https://zhangguanzhang.github.io/bash/pull.sh | bash -s search gcr.io/jenkinsxio/nexus
Not Found
zhangguanzhang commented 5 years ago

你把所有的gcr.io改成gcr.azk8s.cn就行了

mrtylerzhou commented 5 years ago

好的,明天我试试看,3q