概要
- フル名
docker.io/kubeshield360/sphinx- Registry
- docker.io
- 名前空間
- kubeshield360
- リポジトリ
- sphinx
- キャッシュ Tag 数
- 4
- 最終同期
- 07/06/2026, 06:02 AM
概要
KubeShield360 Sphinx 文档生成工具镜像,从 K8s 配置生成安全合规文档,适合 CI 流水线一次性构建输出。
詳細
kubeshield360/sphinx 封装 Sphinx 与 KubeShield 模板,读取集群 manifest 生成安全审计文档。定位为 --rm 文档生成 CLI,CI Job 挂载 kubeconfig 与输出目录;非常驻 Web 服务。
快速启动
docker run --rm \
-v $(pwd)/docs:/docs \
docker.io/kubeshield360/sphinx:latest \
sphinx-build -b html /src /docs
推荐实践
docker run --rm \
-v ~/.kube/config:/root/.kube/config:ro \
-v $(pwd)/output:/output \
docker.io/kubeshield360/sphinx:1.0.0 \
kubeshield-doc --cluster prod --out /output
核心参数说明
-v .../config:...— 集群 kubeconfig(高敏)--out— HTML/PDF 输出目录- 定位 — CI
--rm文档生成 - 固定 tag — 模板版本 pin
最新 Tag(20 件)
すべての 4 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/kubeshield360/sphinx :v2.6.4 | linux/amd64 | 2024/08/20 11:10 | 56.3 MB | sha256:293479bac858… | |||
docker.io/kubeshield360/sphinx :v2.6.3 | linux/amd64 | 2024/08/16 17:26 | 56.2 MB | sha256:0ce178d82b42… | |||
docker.io/kubeshield360/sphinx :v2.6.1 | linux/amd64 | 2024/07/11 16:05 | 55.6 MB | sha256:8e163832a4dd… | |||
docker.io/kubeshield360/sphinx :v2.6 | linux/amd64 | 2024/07/11 15:03 | 55.6 MB | sha256:d89cb1726905… |