Skip to content

Commit 9f9d76f

Browse files
committed
docs: add IvorySQL community Harbor registry tips for Chinese users
Add concise TIP notes in Docker-related sections pointing to the new community Harbor mirror (https://registry.highgo.com/) so users in China can pull images faster. Applied symmetrically across EN/ and CN/ in the Quick Start, Installation, Docker & Podman deployment, and Operator image-preload pages.
1 parent 15c7476 commit 9f9d76f

8 files changed

Lines changed: 22 additions & 0 deletions

File tree

CN/modules/ROOT/pages/3.1.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ ivorysql 3238 1551 0 20:35 pts/0 00:00:00 grep --color=auto postgres
120120
$ docker pull ivorysql/ivorysql:{ivorysql-version}-ubi8
121121
```
122122

123+
TIP: 国内用户可使用 IvorySQL 社区的 Harbor 镜像服务(https://registry.highgo.com/[https://registry.highgo.com/])加速拉取,例如:`docker pull registry.highgo.com/ivorysql/ivorysql:{ivorysql-version}-ubi8`。
124+
123125
** 运行IvorySQL
124126

125127
[source,bash,subs="attributes"]

CN/modules/ROOT/pages/4.1.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ $ sudo dnf install -y ivorysql5-{ivorysql-version}
4646
$ docker pull ivorysql/ivorysql:{ivorysql-version}-ubi8
4747
```
4848

49+
TIP: 国内用户也可使用 IvorySQL 社区的 Harbor 镜像服务(https://registry.highgo.com/[https://registry.highgo.com/])加速拉取,将上述地址替换为 `registry.highgo.com/ivorysql/ivorysql:{ivorysql-version}-ubi8` 即可。
50+
4951
** 运行IvorySQL
5052

5153
[source,bash,subs="attributes"]

CN/modules/ROOT/pages/4.6.4.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
= Docker & Podman 部署IvorySQL
66

7+
[TIP]
8+
====
9+
除 Docker Hub 外,IvorySQL 社区还为国内用户提供 Harbor 镜像服务:https://registry.highgo.com/[https://registry.highgo.com/]。将本章节中的镜像地址前缀替换为 `registry.highgo.com/` 即可使用,例如 `registry.highgo.com/ivorysql/ivorysql:{ivorysql-version}-ubi8`。
10+
====
11+
712
== docker方式运行
813

914
** 从Docker Hub上获取IvorySQL镜像

CN/modules/ROOT/pages/4.7.1.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,8 @@ https://github.com/IvorySQL/ivory-operator/tree/IVYO_REL_5_STABLE[https://github
364364

365365
如果服务器可以直接访问到docker hub,可以跳过该章节。否则需要在所有的K8S集群节点提前load 如下docker镜像
366366

367+
TIP: 国内用户可使用 IvorySQL 社区的 Harbor 镜像服务(https://registry.highgo.com/[https://registry.highgo.com/])拉取以下镜像,将 `docker.io/` 替换为 `registry.highgo.com/` 即可。
368+
367369
[literal]
368370
----
369371
docker.io/ivorysql/pgadmin:ubi8-9.9-5.0-1

EN/modules/ROOT/pages/3.1.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ ivorysql 3238 1551 0 20:35 pts/0 00:00:00 grep --color=auto postgres
114114
$ docker pull ivorysql/IvorySQL {ivorysql-version}-ubi8
115115
```
116116

117+
TIP: Users in China can also pull from the IvorySQL community Harbor registry (https://registry.highgo.com/[https://registry.highgo.com/]) for faster downloads, e.g. `docker pull registry.highgo.com/ivorysql/ivorysql:{ivorysql-version}-ubi8`.
118+
117119
** Running IvorySQL
118120

119121
[source,bash,subs="attributes"]

EN/modules/ROOT/pages/4.1.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ $ sudo dnf install -y ivorysql5-{ivorysql-version}
4747
$ docker pull ivorysql/IvorySQL {ivorysql-version}-ubi8
4848
```
4949

50+
TIP: Users in China can also pull from the IvorySQL community Harbor registry (https://registry.highgo.com/[https://registry.highgo.com/]) for faster downloads — replace the image reference above with `registry.highgo.com/ivorysql/ivorysql:{ivorysql-version}-ubi8`.
51+
5052
** Run IvorySQL
5153

5254
[source,bash,subs="attributes"]

EN/modules/ROOT/pages/4.6.4.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
= Docker & Podman deployment IvorySQL
66

7+
[TIP]
8+
====
9+
In addition to Docker Hub, the IvorySQL community also provides a Harbor registry for users in China: https://registry.highgo.com/[https://registry.highgo.com/]. Replace the image prefix used in this chapter with `registry.highgo.com/`, e.g. `registry.highgo.com/ivorysql/ivorysql:{ivorysql-version}-ubi8`.
10+
====
11+
712
== Running IvorySQL in docker
813

914
** Get IvorySQL image from Docker Hub

EN/modules/ROOT/pages/4.7.1.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,8 @@ https://github.com/IvorySQL/ivory-operator/tree/IVYO_REL_5_STABLE[https://github
363363

364364
If your servers have direct access to Docker Hub, you can skip this step. Otherwise, preload the following images on every node in the Kubernetes cluster.
365365

366+
TIP: Users in China can pull the following images from the IvorySQL community Harbor registry (https://registry.highgo.com/[https://registry.highgo.com/]) by replacing the `docker.io/` prefix with `registry.highgo.com/`.
367+
366368
[literal]
367369
----
368370
docker.io/ivorysql/pgadmin:ubi8-9.9-5.0-1

0 commit comments

Comments
 (0)