概要
- フル名
docker.io/camunda/camunda-bpm-platform- Registry
- docker.io
- 名前空間
- camunda
- リポジトリ
- camunda-bpm-platform
- キャッシュ Tag 数
- 380
- 最終同期
- 07/06/2026, 01:36 AM
概要
Camunda BPM 工作流引擎镜像,BPMN/DMN 流程编排与任务管理,企业审批与自动化流程后端。
詳細
camunda/camunda-bpm-platform 运行 Camunda 开源 BPM 工作流引擎,提供 BPMN 2.0 流程建模、任务分配、DMN 决策与 REST API。定位为流程自动化引擎,内嵌 H2 仅供演示,生产需外接 PostgreSQL;K8s Deployment 企业审批/OA 流程后端。
快速启动
docker run -d --name camunda \
-p 8080:8080 \
docker.io/camunda/camunda-bpm-platform:latest
推荐实践
docker run -d --name camunda \
--restart unless-stopped \
-p 8080:8080 \
-e DB_DRIVER=org.postgresql.Driver \
-e DB_URL=jdbc:postgresql://postgres:5432/camunda \
-e DB_USERNAME=camunda \
-e DB_PASSWORD=changeme \
docker.io/camunda/camunda-bpm-platform:7.21.0
核心参数说明
-p 8080:8080— Camunda Web + REST API-e DB_URL— PostgreSQL JDBC 连接-e DB_PASSWORD— 数据库密码(高敏)- 建模 — Camunda Modeler 设计 BPMN
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: camunda
spec:
replicas: 1
selector:
matchLabels:
app: camunda
template:
metadata:
labels:
app: camunda
spec:
containers:
- name: camunda
image: docker.io/camunda/camunda-bpm-platform:7.21.0
ports:
- containerPort: 8080
envFrom:
- secretRef:
name: camunda-db
---
apiVersion: v1
kind: Service
metadata:
name: camunda
spec:
selector:
app: camunda
ports:
- port: 8080
targetPort: 8080
PostgreSQL 独立 StatefulSet;Ingress 暴露流程门户。
最新 Tag(20 件)
すべての 380 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/camunda/camunda-bpm-platform :run-7.24.0 | linux/amd64linux/arm64 | 2026/04/06 19:52 | 165.7 MB | sha256:8d0cc541c210… | |||
docker.io/camunda/camunda-bpm-platform :7.24.0 | linux/amd64linux/arm64 | 2026/04/06 19:52 | 152.1 MB | sha256:4a7b7975e0dc… | |||
docker.io/camunda/camunda-bpm-platform :tomcat-7.24.0 | linux/amd64linux/arm64 | 2026/04/06 19:52 | 152.1 MB | sha256:4a7b7975e0dc… | |||
docker.io/camunda/camunda-bpm-platform :wildfly-7.24.0 | linux/amd64linux/arm64 | 2026/04/06 19:52 | 377.2 MB | sha256:ca0203608e15… | |||
docker.io/camunda/camunda-bpm-platform :wildfly-7.24.0-arm64 | linux/arm64 | 2026/04/06 19:51 | 376.7 MB | sha256:638750b16ccb… | |||
docker.io/camunda/camunda-bpm-platform :run-7.24.0-arm64 | linux/arm64 | 2026/04/06 19:51 | 165.3 MB | sha256:b3de088cb34c… | |||
docker.io/camunda/camunda-bpm-platform :wildfly-7.24.0-amd64 | linux/amd64 | 2026/04/06 19:51 | 377.2 MB | sha256:ca0203608e15… | |||
docker.io/camunda/camunda-bpm-platform :7.24.0-arm64 | linux/arm64 | 2026/04/06 19:51 | 151.7 MB | sha256:bc1e97a74138… | |||
docker.io/camunda/camunda-bpm-platform :tomcat-7.24.0-arm64 | linux/arm64 | 2026/04/06 19:50 | 151.7 MB | sha256:bc1e97a74138… | |||
docker.io/camunda/camunda-bpm-platform :run-7.24.0-amd64 | linux/amd64 | 2026/04/06 19:50 | 165.7 MB | sha256:8d0cc541c210… | |||
docker.io/camunda/camunda-bpm-platform :7.24.0-amd64 | linux/amd64 | 2026/04/06 19:50 | 152.1 MB | sha256:4a7b7975e0dc… | |||
docker.io/camunda/camunda-bpm-platform :tomcat-7.24.0-amd64 | linux/amd64 | 2026/04/06 19:50 | 152.1 MB | sha256:4a7b7975e0dc… | |||
docker.io/camunda/camunda-bpm-platform :wildfly-latest | linux/arm64linux/amd64 | 2025/10/07 17:12 | 376.6 MB | sha256:9578fe51b4f8… | |||
docker.io/camunda/camunda-bpm-platform :latest | linux/arm64linux/amd64 | 2025/10/07 17:07 | 151.6 MB | sha256:328f6db1e379… | |||
docker.io/camunda/camunda-bpm-platform :tomcat-latest | linux/arm64linux/amd64 | 2025/10/07 17:07 | 151.6 MB | sha256:328f6db1e379… | |||
docker.io/camunda/camunda-bpm-platform :run-latest | linux/arm64linux/amd64 | 2025/10/07 16:52 | 165.2 MB | sha256:8d9aec8c5d0f… | |||
docker.io/camunda/camunda-bpm-platform :wildfly-7.24.0-alpha3 | linux/arm64linux/amd64 | 2025/09/29 18:03 | 376.6 MB | sha256:0f3815d4c1b3… | |||
docker.io/camunda/camunda-bpm-platform :7.24.0-alpha3 | linux/arm64linux/amd64 | 2025/09/29 17:58 | 151.6 MB | sha256:6e4a37c54cc3… | |||
docker.io/camunda/camunda-bpm-platform :tomcat-7.24.0-alpha3 | linux/arm64linux/amd64 | 2025/09/29 17:58 | 151.6 MB | sha256:6e4a37c54cc3… | |||
docker.io/camunda/camunda-bpm-platform :run-7.24.0-alpha3 | linux/arm64linux/amd64 | 2025/09/29 17:43 | 165.2 MB | sha256:57d782d0d364… |