镜像概览
- 完整引用
docker.io/openmetadata/postgresql- Registry
- docker.io
- 命名空间
- openmetadata
- 仓库
- postgresql
- 已缓存 Tag 数
- 191
- 最近同步
- 07/05/2026, 01:09 PM
- 相关主题
简介
OpenMetadata 配套 PostgreSQL 镜像,预配置元数据 catalog 表结构,数据治理平台 OpenMetadata 私有化数据库层。
详细介绍
openmetadata/postgresql 提供 OpenMetadata 所需的 PostgreSQL 预初始化 schema,存储数据资产元数据、血缘与用户配置。定位为 OpenMetadata 配套 DB 服务,与 openmetadata/server 配合;数据目录、血缘追踪与数据质量治理平台私有化部署数据库层。
快速启动
docker run -d --name openmetadata-pg \
-p 5432:5432 \
-e POSTGRES_PASSWORD=changeme \
docker.io/openmetadata/postgresql:latest
推荐实践
docker run -d --name openmetadata-pg \
--restart unless-stopped \
-p 5432:5432 \
-e POSTGRES_PASSWORD=changeme \
-v /data/openmetadata-pg:/var/lib/postgresql/data \
docker.io/openmetadata/postgresql:1.5.0
核心参数说明
-p 5432:5432— PostgreSQL 端口POSTGRES_PASSWORD— 密码(高敏)-v .../data:...— 元数据持久化- 配对 — openmetadata/server
Kubernetes
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: openmetadata-pg
spec:
serviceName: openmetadata-pg
replicas: 1
selector:
matchLabels:
app: openmetadata-pg
template:
metadata:
labels:
app: openmetadata-pg
spec:
containers:
- name: postgres
image: docker.io/openmetadata/postgresql:1.5.0
ports:
- containerPort: 5432
envFrom:
- secretRef:
name: openmetadata-pg-secret
volumeMounts:
- name: data
mountPath: /var/lib/postgresql/data
volumeClaimTemplates:
- metadata:
name: data
spec:
accessModes: [ReadWriteOnce]
resources:
requests:
storage: 50Gi
Secret 管理密码;与 OpenMetadata 同 namespace。
最新 Tag(20 条)
查看全部 191 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/openmetadata/postgresql :1.13.1 | linux/amd64linux/arm64 | 2026/06/27 13:17 | 150.8 MB | sha256:6cf5b37ef99d… | |||
docker.io/openmetadata/postgresql :latest | linux/amd64linux/arm64 | 2026/06/24 17:14 | 150.8 MB | sha256:1c7676689443… | |||
docker.io/openmetadata/postgresql :1.12.12 | linux/amd64linux/arm64 | 2026/06/24 17:14 | 150.8 MB | sha256:1c7676689443… | |||
docker.io/openmetadata/postgresql :1.12.11 | linux/amd64linux/arm64 | 2026/06/12 18:29 | 150.8 MB | sha256:c63d9e4e513c… | |||
docker.io/openmetadata/postgresql :1.13.0 | linux/amd64linux/arm64 | 2026/06/08 17:38 | 150.8 MB | sha256:ea863bb1f196… | |||
docker.io/openmetadata/postgresql :1.12.10 | linux/amd64linux/arm64 | 2026/06/03 14:29 | 0.0 MB | sha256:b74322b81617… | |||
docker.io/openmetadata/postgresql :1.12.9 | linux/amd64linux/arm64 | 2026/05/28 12:38 | 150.8 MB | sha256:ca2801d142cc… | |||
docker.io/openmetadata/postgresql :1.12.8 | linux/amd64linux/arm64 | 2026/05/13 16:30 | 150.7 MB | sha256:a39d8db7fa7b… | |||
docker.io/openmetadata/postgresql :1.12.7 | linux/amd64linux/arm64 | 2026/05/11 22:22 | 150.7 MB | sha256:d0ff1b1be17b… | |||
docker.io/openmetadata/postgresql :1.13.0-rc1 | linux/amd64linux/arm64 | 2026/05/08 18:22 | 150.7 MB | sha256:2ada4d0ead19… | |||
docker.io/openmetadata/postgresql :1.12.6 | linux/amd64linux/arm64 | 2026/04/22 14:51 | 150.7 MB | sha256:81a6fbab9afe… | |||
docker.io/openmetadata/postgresql :1.12.5 | linux/amd64linux/arm64 | 2026/04/10 21:36 | 150.7 MB | sha256:b1d9aa1ab396… | |||
docker.io/openmetadata/postgresql :1.12.4 | linux/amd64linux/arm64 | 2026/03/30 18:43 | 150.7 MB | sha256:406752ebac74… | |||
docker.io/openmetadata/postgresql :1.12.3 | linux/amd64linux/arm64 | 2026/03/19 22:53 | 150.7 MB | sha256:16ace85497a3… | |||
docker.io/openmetadata/postgresql :1.11.14 | linux/amd64linux/arm64 | 2026/03/17 20:00 | 150.7 MB | sha256:500352d17808… | |||
docker.io/openmetadata/postgresql :1.11.13 | linux/amd64linux/arm64 | 2026/03/06 22:36 | 150.7 MB | sha256:ebf2fcdbf736… | |||
docker.io/openmetadata/postgresql :1.11.12 | linux/amd64linux/arm64 | 2026/03/05 15:14 | 150.7 MB | sha256:4e1a5bdf02fa… | |||
docker.io/openmetadata/postgresql :1.11.11 | linux/amd64linux/arm64 | 2026/02/26 16:00 | 150.7 MB | sha256:e0226ed529fd… | |||
docker.io/openmetadata/postgresql :1.12.1 | linux/amd64linux/arm64 | 2026/02/24 19:24 | 150.7 MB | sha256:194b2b7562ee… | |||
docker.io/openmetadata/postgresql :1.12.0 | linux/amd64linux/arm64 | 2026/02/23 00:07 | 150.7 MB | sha256:82bba457768a… |