Overview
- Full name
docker.io/yuzutech/kroki- Registry
- docker.io
- Namespace
- yuzutech
- Repository
- kroki
- Cached tags
- 56
- Last synced
- 07/06/2026, 04:11 AM
Introduction
Kroki 统一图表渲染 API 镜像,HTTP 请求将 PlantUML/Mermaid/Graphviz 等文本转为 SVG/PNG,文档站点内嵌图表服务。
Details
yuzutech/kroki 运行 Kroki 图表渲染 HTTP 服务,接收 diagram 源码并调用 PlantUML、Mermaid、Graphviz 等引擎输出 SVG/PNG。定位为无状态 diagram API 服务,K8s Deployment 水平扩展;文档平台与 Wiki 内嵌图表渲染。
快速启动
docker run -d --name kroki \
-p 8000:8000 \
docker.io/yuzutech/kroki:latest
推荐实践
docker run -d --name kroki \
--restart unless-stopped \
-p 8000:8000 \
-e KROKI_MAX_URI_LENGTH=8192 \
docker.io/yuzutech/kroki:0.23.0
核心参数说明
-p 8000:8000— Kroki HTTP API-e KROKI_MAX_URI_LENGTH— GET 请求 URI 长度上限--restart unless-stopped— 渲染服务持续在线- 用途 — 文档/Wiki 内嵌图表
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: kroki
spec:
replicas: 2
selector:
matchLabels:
app: kroki
template:
metadata:
labels:
app: kroki
spec:
containers:
- name: kroki
image: docker.io/yuzutech/kroki:0.23.0
ports:
- containerPort: 8000
---
apiVersion: v1
kind: Service
metadata:
name: kroki
spec:
selector:
app: kroki
ports:
- port: 8000
targetPort: 8000
HPA 按 CPU 扩展;内网 ClusterIP 供文档平台调用。
Latest tags (20)
View all 56 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/yuzutech/kroki :latest | linux/arm64linux/amd64 | 2026/06/12 01:11 | 1.1 GB | sha256:be23a3559c18… | |||
docker.io/yuzutech/kroki :0.31.0 | linux/arm64linux/amd64 | 2026/06/12 01:11 | 1.1 GB | sha256:be23a3559c18… | |||
docker.io/yuzutech/kroki :0.30.1 | linux/arm64linux/amd64 | 2026/03/02 16:51 | 1.0 GB | sha256:121bf78a8990… | |||
docker.io/yuzutech/kroki :0.30.0 | linux/arm64linux/amd64 | 2026/02/19 22:48 | 1.0 GB | sha256:9ff81da2a451… | |||
docker.io/yuzutech/kroki :0.29.1 | linux/arm64linux/amd64 | 2025/12/21 07:53 | 1.0 GB | sha256:02e2ada47b16… | |||
docker.io/yuzutech/kroki :0.28.0 | linux/arm64linux/amd64 | 2025/05/19 22:46 | 1004.4 MB | sha256:190106a93a6e… | |||
docker.io/yuzutech/kroki :0.27.0 | linux/arm64linux/amd64 | 2025/02/21 04:58 | 0.0 MB | sha256:d14c86f44bc3… | |||
docker.io/yuzutech/kroki :0.26.0 | linux/arm64linux/amd64 | 2024/11/11 07:03 | 820.2 MB | sha256:4e96d87bfc1a… | |||
docker.io/yuzutech/kroki :0.25.0 | linux/arm64linux/amd64 | 2024/03/31 19:00 | 718.1 MB | sha256:978333441e40… | |||
docker.io/yuzutech/kroki :0.24.1 | linux/arm64linux/amd64 | 2024/01/14 00:51 | 712.3 MB | sha256:e0cfbf7d53a6… | |||
docker.io/yuzutech/kroki :0.23.0 | linux/arm64linux/amd64 | 2023/09/24 01:54 | 705.7 MB | sha256:f1d4576e9363… | |||
docker.io/yuzutech/kroki :0.22.0 | linux/arm64linux/amd64 | 2023/08/16 21:12 | 697.2 MB | sha256:8b87804e2a70… | |||
docker.io/yuzutech/kroki :0.21.3 | linux/arm64linux/amd64 | 2023/05/27 18:55 | 664.0 MB | sha256:c7ebfaef353f… | |||
docker.io/yuzutech/kroki :0.21.2 | linux/arm64linux/amd64 | 2023/05/20 23:52 | 663.9 MB | sha256:72f39ce030b6… | |||
docker.io/yuzutech/kroki :0.21.0 | linux/arm64linux/amd64 | 2023/05/19 01:01 | 664.1 MB | sha256:2087a4b68495… | |||
docker.io/yuzutech/kroki :0.20.0 | linux/amd64 | 2023/03/18 19:49 | 292.4 MB | sha256:06127a16cdff… | |||
docker.io/yuzutech/kroki :0.19.0 | linux/amd64 | 2023/01/19 03:35 | 289.3 MB | sha256:580fb18e03ea… | |||
docker.io/yuzutech/kroki :0.18.0 | linux/amd64 | 2022/11/14 18:00 | 248.9 MB | sha256:1282065d4b3d… | |||
docker.io/yuzutech/kroki :0.17.2 | linux/amd64 | 2022/06/01 23:56 | 235.2 MB | sha256:aed7c32710eb… | |||
docker.io/yuzutech/kroki :0.17.1 | linux/amd64 | 2022/05/18 00:46 | 235.2 MB | sha256:99530133c31d… |