概要
- フル名
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(20 件)
すべての 332 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/ontotext/graphdb :11.4.0 | linux/amd64linux/arm64/v8 | 2026/06/15 21:32 | 657.6 MB | sha256:20fd3b24c8ca… | |||
docker.io/ontotext/graphdb :11.4.0-amd64 | linux/amd64 | 2026/06/15 21:32 | 657.6 MB | sha256:20fd3b24c8ca… | |||
docker.io/ontotext/graphdb :11.4.0-arm64 | linux/arm64/v8 | 2026/06/15 21:31 | 657.3 MB | sha256:f8a357b5d1b0… | |||
docker.io/ontotext/graphdb :10.8.14 | linux/amd64linux/arm64/v8 | 2026/05/06 14:20 | 522.3 MB | sha256:f2e6c514e84e… | |||
docker.io/ontotext/graphdb :10.8.14-amd64 | linux/amd64 | 2026/05/06 14:20 | 522.3 MB | sha256:f2e6c514e84e… | |||
docker.io/ontotext/graphdb :10.8.14-arm64 | linux/arm64/v8 | 2026/05/06 14:19 | 541.2 MB | sha256:7c317cc42463… | |||
docker.io/ontotext/graphdb :11.3.3 | linux/amd64linux/arm64/v8 | 2026/04/23 17:37 | 647.0 MB | sha256:29f3276c1456… | |||
docker.io/ontotext/graphdb :11.3.3-amd64 | linux/amd64 | 2026/04/23 17:37 | 647.0 MB | sha256:29f3276c1456… | |||
docker.io/ontotext/graphdb :11.3.3-arm64 | linux/arm64/v8 | 2026/04/23 17:36 | 648.7 MB | sha256:2f20f6952a65… | |||
docker.io/ontotext/graphdb :11.3.2 | linux/amd64linux/arm64/v8 | 2026/04/06 20:50 | 645.1 MB | sha256:fd9fa8114a03… | |||
docker.io/ontotext/graphdb :11.3.2-amd64 | linux/amd64 | 2026/04/06 20:49 | 645.1 MB | sha256:fd9fa8114a03… | |||
docker.io/ontotext/graphdb :11.3.2-arm64 | linux/arm64/v8 | 2026/04/06 20:48 | 646.6 MB | sha256:beab8867950d… | |||
docker.io/ontotext/graphdb :11.3.1 | linux/amd64linux/arm64/v8 | 2026/03/18 22:45 | 644.2 MB | sha256:9a0e54e4fce6… | |||
docker.io/ontotext/graphdb :11.3.1-amd64 | linux/amd64 | 2026/03/18 22:45 | 644.2 MB | sha256:9a0e54e4fce6… | |||
docker.io/ontotext/graphdb :11.3.1-arm64 | linux/arm64/v8 | 2026/03/18 22:44 | 645.6 MB | sha256:ecccb1981af1… | |||
docker.io/ontotext/graphdb :10.8.13 | linux/amd64linux/arm64/v8 | 2026/03/09 18:25 | 520.6 MB | sha256:8e56ca57badb… | |||
docker.io/ontotext/graphdb :10.8.13-amd64 | linux/amd64 | 2026/03/09 18:25 | 520.6 MB | sha256:8e56ca57badb… | |||
docker.io/ontotext/graphdb :10.8.13-arm64 | linux/arm64/v8 | 2026/03/09 18:23 | 539.0 MB | sha256:83480a51ef48… | |||
docker.io/ontotext/graphdb :11.3.0 | linux/amd64linux/arm64/v8 | 2026/02/18 00:02 | 651.2 MB | sha256:c870174a1ebc… | |||
docker.io/ontotext/graphdb :11.3.0-amd64 | linux/amd64 | 2026/02/17 23:34 | 651.2 MB | sha256:c870174a1ebc… |