|
| 1 | +--- |
| 2 | +title: IvorySQL & PostgreSQL 国内镜像服务上线——更快拉取,更稳体验 |
| 3 | +hide_table_of_contents: true |
| 4 | +--- |
| 5 | + |
| 6 | +import useBaseUrl from '@docusaurus/useBaseUrl'; |
| 7 | + |
| 8 | +<style>{` |
| 9 | + .detail-banner { |
| 10 | + background: linear-gradient(135deg, #532abd 0%, #7D52F4 100%); |
| 11 | + padding: 40px 0; |
| 12 | + color: white !important; |
| 13 | + margin-bottom: 30px; |
| 14 | + } |
| 15 | + .detail-banner-inner { |
| 16 | + max-width: 1200px; |
| 17 | + margin: 0 auto; |
| 18 | + padding: 0 20px; |
| 19 | + position: relative; |
| 20 | + } |
| 21 | + .detail-banner h1 { font-size: 2.2rem; margin: 0; color: white !important; } |
| 22 | + .detail-banner-decor { position: absolute; right: 10%; top: 50%; transform: translateY(-50%); opacity: 0.2; pointer-events: none; } |
| 23 | +
|
| 24 | + .detail-wrapper { |
| 25 | + max-width: 1200px; |
| 26 | + margin: 0 auto; |
| 27 | + padding: 0 20px 80px; |
| 28 | + display: flex; |
| 29 | + gap: 40px; |
| 30 | + } |
| 31 | +
|
| 32 | + .detail-main { flex: 1; min-width: 0; } |
| 33 | + .breadcrumb { font-size: 0.9rem; color: #888; margin-bottom: 20px; } |
| 34 | + .breadcrumb a { color: #888; text-decoration: none; } |
| 35 | + .breadcrumb a:hover { color: #7D52F4; } |
| 36 | + |
| 37 | + .post-header { margin-bottom: 30px; border-bottom: 1px solid #eee; padding-bottom: 20px; } |
| 38 | + .post-title { font-size: 2rem; font-weight: bold; color: #333; margin-bottom: 10px; line-height: 1.3; } |
| 39 | + .post-date { color: #999; font-size: 0.9rem; display: flex; align-items: center; gap: 5px; } |
| 40 | +
|
| 41 | + .post-cover { width: 100%; border-radius: 12px; margin-bottom: 30px; box-shadow: 0 8px 20px rgba(0,0,0,0.05); } |
| 42 | + |
| 43 | + .post-content h2 { font-size: 1.5rem; color: #333; margin-top: 40px; margin-bottom: 20px; border-left: 4px solid #7D52F4; padding-left: 15px; } |
| 44 | + .post-content h3 { font-size: 1.25rem; color: #444; margin-top: 25px; margin-bottom: 15px; font-weight: bold; } |
| 45 | + .post-content p { font-size: 1.05rem; line-height: 1.8; color: #444; margin-bottom: 20px; } |
| 46 | + .post-content li { font-size: 1.05rem; line-height: 1.8; color: #444; margin-bottom: 10px; } |
| 47 | + .post-content strong { color: #333; } |
| 48 | + .post-content a { color: #7D52F4; text-decoration: none; font-weight: 500; } |
| 49 | + .post-content a:hover { text-decoration: underline; } |
| 50 | + .post-content blockquote { background: #fff4e5; border-left: 5px solid #ffa94d; padding: 15px 20px; margin: 20px 0; color: #666; font-size: 0.95rem; } |
| 51 | + .post-content pre { background: #f5f7fa; border: 1px solid #e2e6ed; border-radius: 10px; padding: 16px 20px; margin: 16px 0 24px; font-size: 0.88rem; overflow-x: auto; } |
| 52 | + .post-content code { background: #f5f7fa; border: 1px solid #e2e6ed; border-radius: 6px; padding: 2px 8px; font-size: 0.9rem; } |
| 53 | +
|
| 54 | + .detail-sidebar { width: 260px; flex-shrink: 0; } |
| 55 | + .sidebar-sticky { position: sticky; top: 100px; border-left: 2px solid #f0f0f0; padding-left: 20px; } |
| 56 | + .sidebar-title { font-weight: bold; color: #333; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; font-size: 0.9rem; } |
| 57 | + .sidebar-nav { list-style: none; padding: 0; margin: 0; } |
| 58 | + .sidebar-nav li { margin-bottom: 10px; } |
| 59 | + .sidebar-nav a { color: #666; font-size: 0.85rem; text-decoration: none; transition: color 0.2s; line-height: 1.4; display: block; } |
| 60 | + .sidebar-nav a:hover { color: #7D52F4; } |
| 61 | +
|
| 62 | + @media (max-width: 996px) { |
| 63 | + .detail-banner { padding: 30px 0; } |
| 64 | + .detail-banner h1 { font-size: 1.5rem; } |
| 65 | + .detail-wrapper { flex-direction: column; } |
| 66 | + .detail-sidebar { display: none; } |
| 67 | + .post-title { font-size: 1.5rem; } |
| 68 | + } |
| 69 | +`}</style> |
| 70 | + |
| 71 | +<div className="detail-banner"> |
| 72 | + <div className="detail-banner-inner"> |
| 73 | + <h1>新闻动态</h1> |
| 74 | + <div className="detail-banner-decor">● ○ ●</div> |
| 75 | + </div> |
| 76 | +</div> |
| 77 | + |
| 78 | +<div className="detail-wrapper"> |
| 79 | + <div className="detail-main"> |
| 80 | + <div className="breadcrumb"> |
| 81 | + <a href="/zh-cn/news">新闻动态</a> <span>></span> <span>正文内容</span> |
| 82 | + </div> |
| 83 | + |
| 84 | + <div className="post-header"> |
| 85 | + <div className="post-title">IvorySQL & PostgreSQL 国内镜像服务上线——更快拉取,更稳体验</div> |
| 86 | + <div className="post-date">📅 发布时间:2026 年 05 月 19 日</div> |
| 87 | + </div> |
| 88 | + |
| 89 | + <div className="post-content"> |
| 90 | + <p> |
| 91 | + 对很多国内用户来说,数据库容器镜像的拉取速度和稳定性,常常会影响试用、测试、部署和日常运维体验。为了让大家更顺畅地获取 IvorySQL 相关镜像,IvorySQL 社区现已在 <code>registry.highgo.com</code> 推出国内镜像源,旨在解决国内用户访问官方镜像受限的问题。该镜像源同步了社区长期支持的 V1、最新 V5 版本及配套 PostgreSQL 镜像,大幅提升拉取效率与部署体验。 |
| 92 | + </p> |
| 93 | + |
| 94 | + <p>国内仓库的 IvorySQL 镜像支持多种部署方式,可满足不同用户的使用需求:</p> |
| 95 | + <ul> |
| 96 | + <li><strong>Docker & Podman 部署</strong></li> |
| 97 | + <ul><li>ivorysql/ivorysql</li></ul> |
| 98 | + <li><strong>Docker Swarm & Docker Compose 部署</strong></li> |
| 99 | + <ul> |
| 100 | + <li>ivorysql/docker-compose-ha-cluster</li> |
| 101 | + <li>ivorysql/docker-swarm-ha-cluster</li> |
| 102 | + </ul> |
| 103 | + <li><strong>Kubernetes 部署</strong></li> |
| 104 | + <ul><li>ivorysql/k8s-ha-cluster</li></ul> |
| 105 | + <li><strong>Operator 部署及配套镜像</strong></li> |
| 106 | + <ul> |
| 107 | + <li>ivorysql/ivory-operator</li> |
| 108 | + <li>ivorysql/postgis</li> |
| 109 | + <li>ivorysql/pgadmin</li> |
| 110 | + <li>ivorysql/pgbackrest</li> |
| 111 | + <li>ivorysql/pgbouncer</li> |
| 112 | + <li>ivorysql/postgres-exporter</li> |
| 113 | + </ul> |
| 114 | + </ul> |
| 115 | + |
| 116 | + <h2 id="registry">镜像仓库地址</h2> |
| 117 | + <p>本次上线的<a href="https://registry.highgo.com/" target="_blank" rel="noopener noreferrer">镜像仓库地址</a>为:<code>https://registry.highgo.com/</code></p> |
| 118 | + <p>该镜像服务面向国内网络环境优化,适合开发测试、演示验证、CI 构建以及容器化部署场景中快速拉取数据库相关镜像。</p> |
| 119 | + |
| 120 | + <h2 id="quickstart">快速体验 IvorySQL 镜像</h2> |
| 121 | + <p>如果你已经熟悉 IvorySQL 文档中的 Docker 安装方式,只需要将原有 Docker Hub 镜像地址替换为国内仓库地址即可。以 IvorySQL 5.3 的 UBI8 镜像为例:</p> |
| 122 | + <pre>docker pull registry.highgo.com/ivorysql/ivorysql:5.3-ubi8</pre> |
| 123 | + <p>拉取完成后,可以使用下面的命令启动 IvorySQL 容器,并同时映射 5432 和 1521 两个端口:</p> |
| 124 | + <pre>docker run --name ivorysql -p 5432:5432 -p 1521:1521 -e IVORYSQL_PASSWORD=your_password -d registry.highgo.com/ivorysql/ivorysql:5.3-ubi8</pre> |
| 125 | + <p>其中,<strong>IVORYSQL_PASSWORD</strong> 用于设置数据库用户密码。容器启动后,可以通过本机 1521 端口连接 IvorySQL:</p> |
| 126 | + <pre>psql -d ivorysql -U ivorysql -h 127.0.0.1 -p 1521</pre> |
| 127 | + <p>如果你在本地开发、教学演示或测试环境中频繁创建容器,使用国内镜像仓库可以减少等待时间,让体验更连贯。</p> |
| 128 | + |
| 129 | + <h2 id="postgres">PostgreSQL 镜像便捷通道</h2> |
| 130 | + <p>除了 IvorySQL 镜像,本次上线的镜像仓库中也提供了 PostgreSQL 镜像,方便国内用户在原生 PostgreSQL 与 IvorySQL 之间进行对比测试、兼容性验证和迁移评估。</p> |
| 131 | + <p>目前可用的 PostgreSQL 镜像版本包括 18.3-bookworm、18.3-trixie 等:</p> |
| 132 | + <pre>docker pull registry.highgo.com/postgres/postgres:18.3-bookworm</pre> |
| 133 | + <pre>docker pull registry.highgo.com/postgres/postgres:18.3-trixie</pre> |
| 134 | + <p>对于需要同时维护 PostgreSQL 与 IvorySQL 环境的用户来说,统一从国内镜像仓库获取镜像,可以让环境搭建更加稳定。</p> |
| 135 | + |
| 136 | + <h2 id="ecosystem">从单数据库到全生态</h2> |
| 137 | + <p>围绕 IvorySQL 的容器化使用场景,社区也在持续完善更多生态镜像,包括插件、连接池、备份恢复、监控、Kubernetes/Operator、高可用部署等方向。</p> |
| 138 | + <p>如果你在实际使用中有其他镜像需求,也<strong>欢迎反馈给 IvorySQL 社区</strong>。无论是常用数据库组件、运维工具、备份工具、监控组件,还是特定版本的 PostgreSQL/IvorySQL 生态镜像,都可以告诉我们。</p> |
| 139 | + |
| 140 | + <blockquote> |
| 141 | + 欢迎访问 <a href="https://registry.highgo.com/" target="_blank" rel="noopener noreferrer">registry.highgo.com</a> 体验新的镜像服务,也欢迎将使用过程中的问题、建议和镜像需求反馈给社区。<strong>你的反馈,将帮助 IvorySQL 镜像生态更贴近真实业务场景。</strong> |
| 142 | + </blockquote> |
| 143 | + |
| 144 | + <p>更快拉取,更稳体验。让 IvorySQL 的上手和部署,从第一步开始就更顺畅。</p> |
| 145 | + </div> |
| 146 | + </div> |
| 147 | + |
| 148 | + <div className="detail-sidebar"> |
| 149 | + <div className="sidebar-sticky"> |
| 150 | + <div className="sidebar-title">▼ 文章大纲</div> |
| 151 | + <ul className="sidebar-nav"> |
| 152 | + <li><a href="#registry">镜像仓库地址</a></li> |
| 153 | + <li><a href="#quickstart">快速体验</a></li> |
| 154 | + <li><a href="#postgres">PG 镜像通道</a></li> |
| 155 | + <li><a href="#ecosystem">从数据库到全生态</a></li> |
| 156 | + </ul> |
| 157 | + </div> |
| 158 | + </div> |
| 159 | +</div> |
0 commit comments