For many users in China, the speed and stability of pulling database container images often impact trial, testing, deployment, and daily operations. To provide smoother access to IvorySQL images, the IvorySQL community has launched a China-based mirror registry at registry.highgo.com, addressing the challenges of accessing official registries from within China. The mirror syncs long-term supported V1, the latest V5 versions, and companion PostgreSQL images, significantly improving pull efficiency and deployment experience.

The China registry supports multiple deployment methods:

  • Docker & Podman: ivorysql/ivorysql
  • Docker Swarm & Compose: docker-compose-ha-cluster, docker-swarm-ha-cluster
  • Kubernetes: k8s-ha-cluster
  • Operator & Companion: ivory-operator, postgis, pgadmin, pgbackrest, pgbouncer, postgres-exporter

Registry Address

Registry URL: https://registry.highgo.com/

Quick Start

Simply replace the Docker Hub registry with the China registry. For example, with IvorySQL 5.3 UBI8:

docker pull registry.highgo.com/ivorysql/ivorysql:5.3-ubi8

Then start the container:

docker run --name ivorysql -p 5432:5432 -p 1521:1521 -e IVORYSQL_PASSWORD=your_password -d registry.highgo.com/ivorysql/ivorysql:5.3-ubi8

PostgreSQL Images

The mirror also includes PostgreSQL images for comparison and compatibility testing:

docker pull registry.highgo.com/postgres/postgres:18.3-bookworm
docker pull registry.highgo.com/postgres/postgres:18.3-trixie

From Single Database to Full Ecosystem

The community continues to improve ecosystem images, including plugins, connection pools, backup & recovery, monitoring, Kubernetes/Operator, and high-availability deployment.

If you have additional image needs, feedback is welcome.

Visit registry.highgo.com to experience the new mirror service. Please submit feedback for any issues, suggestions, or additional image requests.

Faster pulls, smoother experience. Let IvorySQL deployment be seamless from the very first step.