From e2ab2e6d06f9e7dd6aa1f0903a08933056699fb7 Mon Sep 17 00:00:00 2001 From: AnJia Date: Thu, 10 Mar 2022 18:05:17 +0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ae76bad..fb8066b 100644 --- a/README.md +++ b/README.md @@ -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 -------