From 9f9d76fe8b4d730f92a20b672a108ae2ccf43c5a Mon Sep 17 00:00:00 2001 From: JiaoShuntian Date: Mon, 11 May 2026 08:30:23 +0000 Subject: [PATCH 1/2] 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. --- CN/modules/ROOT/pages/3.1.adoc | 2 ++ CN/modules/ROOT/pages/4.1.adoc | 2 ++ CN/modules/ROOT/pages/4.6.4.adoc | 5 +++++ CN/modules/ROOT/pages/4.7.1.adoc | 2 ++ EN/modules/ROOT/pages/3.1.adoc | 2 ++ EN/modules/ROOT/pages/4.1.adoc | 2 ++ EN/modules/ROOT/pages/4.6.4.adoc | 5 +++++ EN/modules/ROOT/pages/4.7.1.adoc | 2 ++ 8 files changed, 22 insertions(+) diff --git a/CN/modules/ROOT/pages/3.1.adoc b/CN/modules/ROOT/pages/3.1.adoc index dd650ac2..06cba987 100644 --- a/CN/modules/ROOT/pages/3.1.adoc +++ b/CN/modules/ROOT/pages/3.1.adoc @@ -120,6 +120,8 @@ ivorysql 3238 1551 0 20:35 pts/0 00:00:00 grep --color=auto postgres $ docker pull ivorysql/ivorysql:{ivorysql-version}-ubi8 ``` +TIP: 国内用户可使用 IvorySQL 社区的 Harbor 镜像服务(https://registry.highgo.com/[https://registry.highgo.com/])加速拉取,例如:`docker pull registry.highgo.com/ivorysql/ivorysql:{ivorysql-version}-ubi8`。 + ** 运行IvorySQL [source,bash,subs="attributes"] diff --git a/CN/modules/ROOT/pages/4.1.adoc b/CN/modules/ROOT/pages/4.1.adoc index 3d0bc440..dc4de8cc 100644 --- a/CN/modules/ROOT/pages/4.1.adoc +++ b/CN/modules/ROOT/pages/4.1.adoc @@ -46,6 +46,8 @@ $ sudo dnf install -y ivorysql5-{ivorysql-version} $ docker pull ivorysql/ivorysql:{ivorysql-version}-ubi8 ``` +TIP: 国内用户也可使用 IvorySQL 社区的 Harbor 镜像服务(https://registry.highgo.com/[https://registry.highgo.com/])加速拉取,将上述地址替换为 `registry.highgo.com/ivorysql/ivorysql:{ivorysql-version}-ubi8` 即可。 + ** 运行IvorySQL [source,bash,subs="attributes"] diff --git a/CN/modules/ROOT/pages/4.6.4.adoc b/CN/modules/ROOT/pages/4.6.4.adoc index 5ff12d00..cc609d29 100644 --- a/CN/modules/ROOT/pages/4.6.4.adoc +++ b/CN/modules/ROOT/pages/4.6.4.adoc @@ -4,6 +4,11 @@ = Docker & Podman 部署IvorySQL +[TIP] +==== +除 Docker Hub 外,IvorySQL 社区还为国内用户提供 Harbor 镜像服务:https://registry.highgo.com/[https://registry.highgo.com/]。将本章节中的镜像地址前缀替换为 `registry.highgo.com/` 即可使用,例如 `registry.highgo.com/ivorysql/ivorysql:{ivorysql-version}-ubi8`。 +==== + == docker方式运行 ** 从Docker Hub上获取IvorySQL镜像 diff --git a/CN/modules/ROOT/pages/4.7.1.adoc b/CN/modules/ROOT/pages/4.7.1.adoc index 55120b87..b3ee62b7 100644 --- a/CN/modules/ROOT/pages/4.7.1.adoc +++ b/CN/modules/ROOT/pages/4.7.1.adoc @@ -364,6 +364,8 @@ https://github.com/IvorySQL/ivory-operator/tree/IVYO_REL_5_STABLE[https://github 如果服务器可以直接访问到docker hub,可以跳过该章节。否则需要在所有的K8S集群节点提前load 如下docker镜像 +TIP: 国内用户可使用 IvorySQL 社区的 Harbor 镜像服务(https://registry.highgo.com/[https://registry.highgo.com/])拉取以下镜像,将 `docker.io/` 替换为 `registry.highgo.com/` 即可。 + [literal] ---- docker.io/ivorysql/pgadmin:ubi8-9.9-5.0-1 diff --git a/EN/modules/ROOT/pages/3.1.adoc b/EN/modules/ROOT/pages/3.1.adoc index f4438e4b..6e3af503 100644 --- a/EN/modules/ROOT/pages/3.1.adoc +++ b/EN/modules/ROOT/pages/3.1.adoc @@ -114,6 +114,8 @@ ivorysql 3238 1551 0 20:35 pts/0 00:00:00 grep --color=auto postgres $ docker pull ivorysql/IvorySQL {ivorysql-version}-ubi8 ``` +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`. + ** Running IvorySQL [source,bash,subs="attributes"] diff --git a/EN/modules/ROOT/pages/4.1.adoc b/EN/modules/ROOT/pages/4.1.adoc index 64589f17..ade0aafd 100644 --- a/EN/modules/ROOT/pages/4.1.adoc +++ b/EN/modules/ROOT/pages/4.1.adoc @@ -47,6 +47,8 @@ $ sudo dnf install -y ivorysql5-{ivorysql-version} $ docker pull ivorysql/IvorySQL {ivorysql-version}-ubi8 ``` +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`. + ** Run IvorySQL [source,bash,subs="attributes"] diff --git a/EN/modules/ROOT/pages/4.6.4.adoc b/EN/modules/ROOT/pages/4.6.4.adoc index 4c15bc2b..be1318b6 100644 --- a/EN/modules/ROOT/pages/4.6.4.adoc +++ b/EN/modules/ROOT/pages/4.6.4.adoc @@ -4,6 +4,11 @@ = Docker & Podman deployment IvorySQL +[TIP] +==== +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`. +==== + == Running IvorySQL in docker ** Get IvorySQL image from Docker Hub diff --git a/EN/modules/ROOT/pages/4.7.1.adoc b/EN/modules/ROOT/pages/4.7.1.adoc index 251a4093..6868d63a 100644 --- a/EN/modules/ROOT/pages/4.7.1.adoc +++ b/EN/modules/ROOT/pages/4.7.1.adoc @@ -363,6 +363,8 @@ https://github.com/IvorySQL/ivory-operator/tree/IVYO_REL_5_STABLE[https://github 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. +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/`. + [literal] ---- docker.io/ivorysql/pgadmin:ubi8-9.9-5.0-1 From 6194a2719f0392a4648c4fd780fe74985351902d Mon Sep 17 00:00:00 2001 From: JiaoShuntian Date: Mon, 11 May 2026 08:54:44 +0000 Subject: [PATCH 2/2] docs: remove inline Harbor registry URL from TIP notes Drop the parenthesized https://registry.highgo.com/ link from the Harbor mirror TIPs to clean up rendering. The registry domain is still visible in the example image references, so users can derive the URL from there. --- CN/modules/ROOT/pages/3.1.adoc | 2 +- CN/modules/ROOT/pages/4.1.adoc | 2 +- CN/modules/ROOT/pages/4.6.4.adoc | 2 +- CN/modules/ROOT/pages/4.7.1.adoc | 2 +- EN/modules/ROOT/pages/3.1.adoc | 2 +- EN/modules/ROOT/pages/4.1.adoc | 2 +- EN/modules/ROOT/pages/4.6.4.adoc | 2 +- EN/modules/ROOT/pages/4.7.1.adoc | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CN/modules/ROOT/pages/3.1.adoc b/CN/modules/ROOT/pages/3.1.adoc index 06cba987..042757dd 100644 --- a/CN/modules/ROOT/pages/3.1.adoc +++ b/CN/modules/ROOT/pages/3.1.adoc @@ -120,7 +120,7 @@ ivorysql 3238 1551 0 20:35 pts/0 00:00:00 grep --color=auto postgres $ docker pull ivorysql/ivorysql:{ivorysql-version}-ubi8 ``` -TIP: 国内用户可使用 IvorySQL 社区的 Harbor 镜像服务(https://registry.highgo.com/[https://registry.highgo.com/])加速拉取,例如:`docker pull registry.highgo.com/ivorysql/ivorysql:{ivorysql-version}-ubi8`。 +TIP: 国内用户也可使用 IvorySQL 社区的 Harbor 镜像服务加速拉取,例如:`docker pull registry.highgo.com/ivorysql/ivorysql:{ivorysql-version}-ubi8`。 ** 运行IvorySQL diff --git a/CN/modules/ROOT/pages/4.1.adoc b/CN/modules/ROOT/pages/4.1.adoc index dc4de8cc..500b388b 100644 --- a/CN/modules/ROOT/pages/4.1.adoc +++ b/CN/modules/ROOT/pages/4.1.adoc @@ -46,7 +46,7 @@ $ sudo dnf install -y ivorysql5-{ivorysql-version} $ docker pull ivorysql/ivorysql:{ivorysql-version}-ubi8 ``` -TIP: 国内用户也可使用 IvorySQL 社区的 Harbor 镜像服务(https://registry.highgo.com/[https://registry.highgo.com/])加速拉取,将上述地址替换为 `registry.highgo.com/ivorysql/ivorysql:{ivorysql-version}-ubi8` 即可。 +TIP: 国内用户也可使用 IvorySQL 社区的 Harbor 镜像服务加速拉取,将上述地址替换为 `registry.highgo.com/ivorysql/ivorysql:{ivorysql-version}-ubi8` 即可。 ** 运行IvorySQL diff --git a/CN/modules/ROOT/pages/4.6.4.adoc b/CN/modules/ROOT/pages/4.6.4.adoc index cc609d29..ae56079f 100644 --- a/CN/modules/ROOT/pages/4.6.4.adoc +++ b/CN/modules/ROOT/pages/4.6.4.adoc @@ -6,7 +6,7 @@ [TIP] ==== -除 Docker Hub 外,IvorySQL 社区还为国内用户提供 Harbor 镜像服务:https://registry.highgo.com/[https://registry.highgo.com/]。将本章节中的镜像地址前缀替换为 `registry.highgo.com/` 即可使用,例如 `registry.highgo.com/ivorysql/ivorysql:{ivorysql-version}-ubi8`。 +除 Docker Hub 外,IvorySQL 社区还为国内用户提供 Harbor 镜像服务。将本章节中的镜像地址前缀替换为 `registry.highgo.com/` 即可使用,例如 `registry.highgo.com/ivorysql/ivorysql:{ivorysql-version}-ubi8`。 ==== == docker方式运行 diff --git a/CN/modules/ROOT/pages/4.7.1.adoc b/CN/modules/ROOT/pages/4.7.1.adoc index b3ee62b7..a1caa94f 100644 --- a/CN/modules/ROOT/pages/4.7.1.adoc +++ b/CN/modules/ROOT/pages/4.7.1.adoc @@ -364,7 +364,7 @@ https://github.com/IvorySQL/ivory-operator/tree/IVYO_REL_5_STABLE[https://github 如果服务器可以直接访问到docker hub,可以跳过该章节。否则需要在所有的K8S集群节点提前load 如下docker镜像 -TIP: 国内用户可使用 IvorySQL 社区的 Harbor 镜像服务(https://registry.highgo.com/[https://registry.highgo.com/])拉取以下镜像,将 `docker.io/` 替换为 `registry.highgo.com/` 即可。 +TIP: 国内用户也可使用 IvorySQL 社区的 Harbor 镜像服务拉取以下镜像,将 `docker.io/` 替换为 `registry.highgo.com/` 即可。 [literal] ---- diff --git a/EN/modules/ROOT/pages/3.1.adoc b/EN/modules/ROOT/pages/3.1.adoc index 6e3af503..60d34c03 100644 --- a/EN/modules/ROOT/pages/3.1.adoc +++ b/EN/modules/ROOT/pages/3.1.adoc @@ -114,7 +114,7 @@ ivorysql 3238 1551 0 20:35 pts/0 00:00:00 grep --color=auto postgres $ docker pull ivorysql/IvorySQL {ivorysql-version}-ubi8 ``` -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`. +TIP: Users in China can also pull from the IvorySQL community Harbor registry for faster downloads, e.g. `docker pull registry.highgo.com/ivorysql/ivorysql:{ivorysql-version}-ubi8`. ** Running IvorySQL diff --git a/EN/modules/ROOT/pages/4.1.adoc b/EN/modules/ROOT/pages/4.1.adoc index ade0aafd..fe20f6c1 100644 --- a/EN/modules/ROOT/pages/4.1.adoc +++ b/EN/modules/ROOT/pages/4.1.adoc @@ -47,7 +47,7 @@ $ sudo dnf install -y ivorysql5-{ivorysql-version} $ docker pull ivorysql/IvorySQL {ivorysql-version}-ubi8 ``` -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`. +TIP: Users in China can also pull from the IvorySQL community Harbor registry for faster downloads — replace the image reference above with `registry.highgo.com/ivorysql/ivorysql:{ivorysql-version}-ubi8`. ** Run IvorySQL diff --git a/EN/modules/ROOT/pages/4.6.4.adoc b/EN/modules/ROOT/pages/4.6.4.adoc index be1318b6..73f64056 100644 --- a/EN/modules/ROOT/pages/4.6.4.adoc +++ b/EN/modules/ROOT/pages/4.6.4.adoc @@ -6,7 +6,7 @@ [TIP] ==== -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`. +In addition to Docker Hub, the IvorySQL community also provides a Harbor registry for users in China. Replace the image prefix used in this chapter with `registry.highgo.com/`, e.g. `registry.highgo.com/ivorysql/ivorysql:{ivorysql-version}-ubi8`. ==== == Running IvorySQL in docker diff --git a/EN/modules/ROOT/pages/4.7.1.adoc b/EN/modules/ROOT/pages/4.7.1.adoc index 6868d63a..5884c879 100644 --- a/EN/modules/ROOT/pages/4.7.1.adoc +++ b/EN/modules/ROOT/pages/4.7.1.adoc @@ -363,7 +363,7 @@ https://github.com/IvorySQL/ivory-operator/tree/IVYO_REL_5_STABLE[https://github 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. -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/`. +TIP: Users in China can pull the following images from the IvorySQL community Harbor registry by replacing the `docker.io/` prefix with `registry.highgo.com/`. [literal] ----