概要
- フル名
docker.io/dcm4che/postgres-dcm4chee- Registry
- docker.io
- 名前空間
- dcm4che
- リポジトリ
- postgres-dcm4chee
- キャッシュ Tag 数
- 194
- 最終同期
- 07/06/2026, 11:41 AM
- 関連トピック
概要
DCM4CHEe 归档专用 PostgreSQL 镜像,预装 dcm4chee-arc 所需 schema 与扩展,面向 PACS 医学影像存储私有化部署。
詳細
dcm4che/postgres-dcm4chee 初始化 DICOM 归档所需的 PostgreSQL 库表与 dcm4che 扩展,与 dcm4chee-arc 应用镜像配套。典型用于医院 PACS/VNA 私有化,存储 Study/Series/Instance 元数据,与通用 postgres 相比省去手动跑 flyway 脚本。生产应固定 tag、PVC 持久化并规划大容量存储,HIPAA/等保环境下网络隔离与审计日志必备。
快速启动
docker run -d --name postgres-dcm4chee \
-p 5432:5432 \
-e POSTGRES_PASSWORD=secret \
docker.io/dcm4che/postgres-dcm4chee:latest
推荐实践
docker run -d --name postgres-dcm4chee \
--restart unless-stopped \
-p 5432:5432 \
-e POSTGRES_USER=pacs \
-e POSTGRES_PASSWORD=strong-pass \
-e POSTGRES_DB=pacsdb \
-v /data/dcm4chee-pg:/var/lib/postgresql/data \
docker.io/dcm4che/postgres-dcm4chee:5.33.0
核心参数说明
-p 5432:5432— PostgreSQL 服务端口-e POSTGRES_USER/PASSWORD/DB— PACS 数据库凭据-v .../dcm4chee-pg:...— 影像元数据持久化(必挂)--restart unless-stopped— 归档库持续在线- 固定 tag — 与 dcm4chee-arc 版本 pin
- 合规 — 医疗数据需加密与访问审计
Kubernetes
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: postgres-dcm4chee
spec:
serviceName: postgres-dcm4chee
replicas: 1
selector:
matchLabels:
app: postgres-dcm4chee
template:
metadata:
labels:
app: postgres-dcm4chee
spec:
containers:
- name: postgres
image: docker.io/dcm4che/postgres-dcm4chee:5.33.0
ports:
- containerPort: 5432
envFrom:
- secretRef:
name: dcm4chee-pg-secrets
volumeMounts:
- name: data
mountPath: /var/lib/postgresql/data
volumeClaimTemplates:
- metadata:
name: data
spec:
accessModes: [ReadWriteOnce]
resources:
requests:
storage: 200Gi
---
apiVersion: v1
kind: Service
metadata:
name: postgres-dcm4chee
spec:
selector:
app: postgres-dcm4chee
ports:
- port: 5432
targetPort: 5432
dcm4chee-arc 独立 Deployment;StorageClass 选高 IOPS,NetworkPolicy 限制仅 PACS 应用访问。
最新 Tag(20 件)
すべての 194 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/dcm4che/postgres-dcm4chee :11.11-35 | linux/amd64linux/arm64linux/arm/v7 | 2026/05/05 20:01 | 128.8 MB | sha256:947a0d1379df… | |||
docker.io/dcm4che/postgres-dcm4chee :13.23-35 | linux/amd64linux/arm64linux/arm/v7 | 2026/05/05 19:59 | 148.6 MB | sha256:825e92bb92d6… | |||
docker.io/dcm4che/postgres-dcm4chee :12.22-35 | linux/amd64linux/arm64linux/arm/v7 | 2026/05/05 19:57 | 140.8 MB | sha256:711f08938e5a… | |||
docker.io/dcm4che/postgres-dcm4chee :14.22-35 | linux/amd64linux/arm64linux/arm/v7 | 2026/05/05 19:55 | 149.7 MB | sha256:d4bffbaaa265… | |||
docker.io/dcm4che/postgres-dcm4chee :15.17-35 | linux/amd64linux/arm64linux/arm/v7 | 2026/05/05 19:54 | 150.7 MB | sha256:823ac4292758… | |||
docker.io/dcm4che/postgres-dcm4chee :16.13-35 | linux/amd64linux/arm64linux/arm/v7 | 2026/05/05 19:53 | 152.7 MB | sha256:f84e2c138847… | |||
docker.io/dcm4che/postgres-dcm4chee :17.9-35 | linux/amd64linux/arm64linux/arm/v7 | 2026/05/05 19:52 | 153.7 MB | sha256:7dc86d4aaa99… | |||
docker.io/dcm4che/postgres-dcm4chee :18.3-35 | linux/amd64linux/arm64linux/arm/v7 | 2026/05/05 19:45 | 154.8 MB | sha256:13a24deb57d5… | |||
docker.io/dcm4che/postgres-dcm4chee :11.22-35 | linux/amd64linux/arm64linux/arm/v7 | 2026/04/30 23:30 | 128.8 MB | sha256:aed35b35d51a… | |||
docker.io/dcm4che/postgres-dcm4chee :11.22-34 | linux/amd64linux/arm64linux/arm/v7 | 2025/06/12 18:58 | 0.0 MB | sha256:4d984adc8b7a… | |||
docker.io/dcm4che/postgres-dcm4chee :12.22-34 | linux/amd64linux/arm64linux/arm/v7 | 2025/06/12 18:58 | 140.8 MB | sha256:001652344e96… | |||
docker.io/dcm4che/postgres-dcm4chee :13.20-34 | linux/amd64linux/arm64linux/arm/v7 | 2025/06/12 18:57 | 144.0 MB | sha256:eb344758f675… | |||
docker.io/dcm4che/postgres-dcm4chee :14.17-34 | linux/amd64linux/arm64linux/arm/v7 | 2025/06/12 18:56 | 145.1 MB | sha256:0b7dd52b11fe… | |||
docker.io/dcm4che/postgres-dcm4chee :15.12-34 | linux/amd64linux/arm64linux/arm/v7 | 2025/06/12 18:56 | 146.1 MB | sha256:d6e92814a32e… | |||
docker.io/dcm4che/postgres-dcm4chee :16.8-34 | linux/amd64linux/arm64linux/arm/v7 | 2025/06/12 18:55 | 148.1 MB | sha256:331bca0cc3d9… | |||
docker.io/dcm4che/postgres-dcm4chee :17.4-34 | linux/amd64linux/arm64linux/arm/v7 | 2025/06/12 18:54 | 149.1 MB | sha256:a81d6a08d9e9… | |||
docker.io/dcm4che/postgres-dcm4chee :12.21-33 | linux/amd64linux/arm64linux/arm/v7 | 2024/11/22 00:02 | 141.7 MB | sha256:acea252ee415… | |||
docker.io/dcm4che/postgres-dcm4chee :13.17-33 | linux/arm/v7linux/amd64linux/arm64 | 2024/11/22 00:01 | 130.2 MB | sha256:f7f9c71d62a7… | |||
docker.io/dcm4che/postgres-dcm4chee :14.14-33 | linux/amd64linux/arm64linux/arm/v7 | 2024/11/22 00:00 | 143.3 MB | sha256:a696da561a10… | |||
docker.io/dcm4che/postgres-dcm4chee :15.9-33 | linux/amd64linux/arm64linux/arm/v7 | 2024/11/21 23:59 | 144.4 MB | sha256:3e46d3806d79… |