基于 ghcr.io/openclaw/openclaw 官方镜像,预装 Python3 和 requests 和 ffmpeg 模块,用于支持 Python 技能、ffmpeg技能。
docker pull jimboo7339/openclaw-python:latest
| 特性 | 官方镜像 | 本镜像 |
|---|---|---|
| Node.js | ✅ | ✅ |
| Python3 | ❌ | ✅ |
| requests 模块 | ❌ | ✅ |
| ffmpeg | ❌ | ✅ |
本镜像通过 GitHub Actions 自动构建:
- 每小时自动检查基础镜像更新
- 推送 tag 时自动构建
- 支持手动触发构建