Overview
- Full name
docker.io/flowable/flowable-rest- Registry
- docker.io
- Namespace
- flowable
- Repository
- flowable-rest
- Cached tags
- 26
- Last synced
- 07/06/2026, 08:27 AM
Introduction
Flowable REST BPM 引擎镜像,提供流程定义、实例与任务 REST API,适合工作流引擎微服务化集成部署。
Details
flowable/flowable-rest 运行 Flowable 引擎 REST 层,对接 MySQL/PostgreSQL 持久化流程数据。定位为 BPM REST API 服务,需 JDBC 连接串;K8s Deployment 水平扩展。
快速启动
docker run -d --name flowable-rest \
-p 8080:8080 \
-e SPRING_DATASOURCE_URL=jdbc:mysql://mysql:3306/flowable \
docker.io/flowable/flowable-rest:latest
推荐实践
docker run -d --name flowable-rest \
--restart unless-stopped \
-p 8080:8080 \
-e SPRING_DATASOURCE_URL=jdbc:postgresql://postgres:5432/flowable \
-e SPRING_DATASOURCE_USERNAME=flowable \
-e SPRING_DATASOURCE_PASSWORD=secret \
docker.io/flowable/flowable-rest:7.0.0
核心参数说明
-p 8080:8080— Flowable REST API 端口-e SPRING_DATASOURCE_URL— 流程数据库 JDBC-e SPRING_DATASOURCE_PASSWORD— DB 密码(高敏)- 固定 tag — Flowable 与 schema pin
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: flowable-rest
spec:
replicas: 2
selector:
matchLabels:
app: flowable-rest
template:
metadata:
labels:
app: flowable-rest
spec:
containers:
- name: rest
image: docker.io/flowable/flowable-rest:7.0.0
ports:
- containerPort: 8080
envFrom:
- secretRef:
name: flowable-db
---
apiVersion: v1
kind: Service
metadata:
name: flowable-rest
spec:
selector:
app: flowable-rest
ports:
- port: 8080
targetPort: 8080
Ingress /flowable-rest;DB 独立 StatefulSet。
Latest tags (20)
View all 26 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/flowable/flowable-rest :latest | linux/amd64linux/arm64 | 2026/02/28 00:34 | 164.4 MB | sha256:85fdcc11ef43… | |||
docker.io/flowable/flowable-rest :8.0.0 | linux/amd64linux/arm64 | 2026/02/28 00:34 | 164.4 MB | sha256:85fdcc11ef43… | |||
docker.io/flowable/flowable-rest :7.2.0 | linux/amd64linux/arm64 | 2025/08/21 19:49 | 162.1 MB | sha256:dc70193dbc70… | |||
docker.io/flowable/flowable-rest :7.1.0 | linux/amd64linux/arm64 | 2024/10/09 15:42 | 165.5 MB | sha256:ae28f5b63f23… | |||
docker.io/flowable/flowable-rest :7.0.1 | linux/amd64linux/arm64 | 2024/01/18 01:03 | 148.9 MB | sha256:a0a253b42d7f… | |||
docker.io/flowable/flowable-rest :7.0.0 | linux/amd64linux/arm64 | 2023/09/21 17:40 | 155.4 MB | sha256:e238dbd1b3a8… | |||
docker.io/flowable/flowable-rest :6.8.0 | linux/amd64 | 2022/12/30 18:16 | 105.9 MB | sha256:914478014f3f… | |||
docker.io/flowable/flowable-rest :6.7.2 | linux/amd64 | 2021/12/28 23:09 | 108.6 MB | sha256:a9589601eaa3… | |||
docker.io/flowable/flowable-rest :6.7.1 | linux/amd64 | 2021/11/12 20:11 | 108.6 MB | sha256:864cdb1f7f52… | |||
docker.io/flowable/flowable-rest :6.7.0 | linux/amd64 | 2021/08/30 23:51 | 108.3 MB | sha256:acd196189518… | |||
docker.io/flowable/flowable-rest :6.6.0 | linux/amd64 | 2020/10/12 22:58 | 103.8 MB | sha256:769d3698c8f8… | |||
docker.io/flowable/flowable-rest :6.5.0 | linux/amd64 | 2020/01/22 21:52 | 99.1 MB | sha256:96ed076e0428… | |||
docker.io/flowable/flowable-rest :6.4.2.1 | linux/amd64 | 2019/08/16 17:02 | 97.0 MB | sha256:d5008bb4a5cb… | |||
docker.io/flowable/flowable-rest :6.4.2 | linux/amd64 | 2019/07/11 22:44 | 86.5 MB | sha256:87c8f94eaa6b… | |||
docker.io/flowable/flowable-rest :6.4.1 | amd64 | 2019/01/14 22:30 | - | - | |||
docker.io/flowable/flowable-rest :6.4.0 | linux/amd64 | 2018/10/09 23:06 | 84.7 MB | sha256:2e39bad53c49… | |||
docker.io/flowable/flowable-rest :6.3.1 | linux/amd64 | 2018/05/22 21:29 | 83.3 MB | sha256:aeca974ab0f7… | |||
docker.io/flowable/flowable-rest :6.3.0 | linux/amd64 | 2018/04/04 17:38 | 82.9 MB | sha256:d1bd69126e25… | |||
docker.io/flowable/flowable-rest :6.2.1 | linux/amd64 | 2017/12/12 16:04 | 82.0 MB | sha256:1605505210b9… | |||
docker.io/flowable/flowable-rest :6.2.0 | linux/amd64 | 2017/10/14 04:05 | 81.6 MB | sha256:a93c0f3f03da… |