Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新镜像地址 #1337

Merged
merged 1 commit into from
Oct 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down