From fd458edea86b9d79f5f7aae87a288d94c2666a16 Mon Sep 17 00:00:00 2001 From: Jimmy song Date: Wed, 30 Oct 2019 13:52:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=95=9C=E5=83=8F=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 因中国大陆无法访问 gcr.io,在 docker.io 上传了一份镜像 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f79e7a1..311d4d8 100644 --- a/README.md +++ b/README.md @@ -94,11 +94,11 @@ > 可以使用 `make INTERNAL_ONLY=True lint` 命令,在不进行外部链接检查的情况下,完成 Lint 步骤 -因为该命令使用到了`gcr.io/istio-testing/website-builder:2019-03-03`镜像,如果您无法访问此资源,可以执行下面的命令下载替代镜像,然后再执行`make lint`检查: +因为该命令使用到了`gcr.io/istio-testing/build-tools:2019-10-24T14-05-17`镜像,如果您无法访问此资源,可以执行下面的命令下载替代镜像,然后再执行`make lint`检查: ``` -docker pull gcr.mirrors.ustc.edu.cn/istio-testing/website-builder:2019-03-03 -docker tag gcr.mirrors.ustc.edu.cn/istio-testing/website-builder:2019-03-03 gcr.io/istio-testing/website-builder:2019-03-03 +docker pull jimmysong/istio-testing-build-tools:2019-10-24T14-05-17 +docker tag jimmysong/istio-testing-build-tools:2019-10-24T14-05-17 gcr.io/istio-testing/build-tools:2019-10-24T14-05-17 ``` **提交PR**