Update README.md

This commit is contained in:
AnJia 2022-03-10 18:05:17 +08:00 committed by GitHub
parent 4b3df32bd0
commit e2ab2e6d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -35,6 +35,20 @@ issues的内容无所谓可以为空
本项目目前仅支持 gcr.io和k8s.gcr.io 镜像
k8s.gcr.io 和 gcr.io 镜像tags
------
```bash
# k8s.gcr.io
# e.g. https://k8s.gcr.io/v2/sig-storage/nfs-subdir-external-provisioner/tags/list
https://k8s.gcr.io/v2/${namespace}/${image}/tags/list
# gcr.io
# e.g. https://gcr.io/v2/gloo-mesh/cert-agent/tags/list
https://gcr.io/v2/${namespace}/${image}/tags/list
```
ReTag anjia0532 images to gcr.io/ 将加速下载的镜像重命名为gcr.io
-------