概要

フル名
docker.io/ontotext/graphdb
Registry
docker.io
名前空間
ontotext
リポジトリ
graphdb
キャッシュ Tag 数
332
最終同期
07/06/2026, 07:50 AM

概要

GraphDB 语义图数据库镜像,支持 RDF/SPARQL 与推理引擎,适合知识图谱与企业语义搜索私有化部署。

詳細

ontotext/graphdb 运行 GraphDB Workbench 与 triplestore,存储 RDF 图并执行 SPARQL。定位为图数据库 Web+API 服务,需大容量 PVC;K8s StatefulSet + Service。

快速启动

docker run -d --name graphdb \
  -p 7200:7200 \
  -v /data/graphdb:/opt/graphdb/home \
  docker.io/ontotext/graphdb:latest

推荐实践

docker run -d --name graphdb \
  --restart unless-stopped \
  -p 7200:7200 \
  -v /data/graphdb:/opt/graphdb/home \
  -e GDB_HEAP_SIZE=4g \
  docker.io/ontotext/graphdb:10.6.0

核心参数说明

  • -p 7200:7200 — Workbench HTTP 端口
  • -v .../home:... — 仓库与索引持久化
  • -e GDB_HEAP_SIZE — JVM 堆大小
  • 固定 tag — GraphDB 与 license pin

Kubernetes

apiVersion: apps/v1
kind: StatefulSet
metadata:
  name: graphdb
spec:
  serviceName: graphdb
  replicas: 1
  selector:
    matchLabels:
      app: graphdb
  template:
    metadata:
      labels:
        app: graphdb
    spec:
      containers:
        - name: graphdb
          image: docker.io/ontotext/graphdb:10.6.0
          ports:
            - containerPort: 7200
          volumeMounts:
            - name: data
              mountPath: /opt/graphdb/home
  volumeClaimTemplates:
    - metadata:
        name: data
      spec:
        accessModes: [ReadWriteOnce]
        resources:
          requests:
            storage: 200Gi
---
apiVersion: v1
kind: Service
metadata:
  name: graphdb
spec:
  selector:
    app: graphdb
  ports:
    - port: 7200
      targetPort: 7200

Enterprise license Secret;定期 backup repository。

Tagアーキテクチャプッシュ日時サイズDigest同期期望操作
docker.io/ontotext/graphdb
:11.4.0
linux/amd64linux/arm64/v8
2026/06/15 21:32657.6 MBsha256:20fd3b24c8ca
docker.io/ontotext/graphdb
:11.4.0-amd64
linux/amd64
2026/06/15 21:32657.6 MBsha256:20fd3b24c8ca
docker.io/ontotext/graphdb
:11.4.0-arm64
linux/arm64/v8
2026/06/15 21:31657.3 MBsha256:f8a357b5d1b0
docker.io/ontotext/graphdb
:10.8.14
linux/amd64linux/arm64/v8
2026/05/06 14:20522.3 MBsha256:f2e6c514e84e
docker.io/ontotext/graphdb
:10.8.14-amd64
linux/amd64
2026/05/06 14:20522.3 MBsha256:f2e6c514e84e
docker.io/ontotext/graphdb
:10.8.14-arm64
linux/arm64/v8
2026/05/06 14:19541.2 MBsha256:7c317cc42463
docker.io/ontotext/graphdb
:11.3.3
linux/amd64linux/arm64/v8
2026/04/23 17:37647.0 MBsha256:29f3276c1456
docker.io/ontotext/graphdb
:11.3.3-amd64
linux/amd64
2026/04/23 17:37647.0 MBsha256:29f3276c1456
docker.io/ontotext/graphdb
:11.3.3-arm64
linux/arm64/v8
2026/04/23 17:36648.7 MBsha256:2f20f6952a65
docker.io/ontotext/graphdb
:11.3.2
linux/amd64linux/arm64/v8
2026/04/06 20:50645.1 MBsha256:fd9fa8114a03
docker.io/ontotext/graphdb
:11.3.2-amd64
linux/amd64
2026/04/06 20:49645.1 MBsha256:fd9fa8114a03
docker.io/ontotext/graphdb
:11.3.2-arm64
linux/arm64/v8
2026/04/06 20:48646.6 MBsha256:beab8867950d
docker.io/ontotext/graphdb
:11.3.1
linux/amd64linux/arm64/v8
2026/03/18 22:45644.2 MBsha256:9a0e54e4fce6
docker.io/ontotext/graphdb
:11.3.1-amd64
linux/amd64
2026/03/18 22:45644.2 MBsha256:9a0e54e4fce6
docker.io/ontotext/graphdb
:11.3.1-arm64
linux/arm64/v8
2026/03/18 22:44645.6 MBsha256:ecccb1981af1
docker.io/ontotext/graphdb
:10.8.13
linux/amd64linux/arm64/v8
2026/03/09 18:25520.6 MBsha256:8e56ca57badb
docker.io/ontotext/graphdb
:10.8.13-amd64
linux/amd64
2026/03/09 18:25520.6 MBsha256:8e56ca57badb
docker.io/ontotext/graphdb
:10.8.13-arm64
linux/arm64/v8
2026/03/09 18:23539.0 MBsha256:83480a51ef48
docker.io/ontotext/graphdb
:11.3.0
linux/amd64linux/arm64/v8
2026/02/18 00:02651.2 MBsha256:c870174a1ebc
docker.io/ontotext/graphdb
:11.3.0-amd64
linux/amd64
2026/02/17 23:34651.2 MBsha256:c870174a1ebc