Docker images for LangBot infrastructure.
Each subdirectory contains a Dockerfile for one image. Pushing to main auto-builds and pushes changed images to Docker Hub under rockchin/<dir>.
| Directory | Image | Description |
|---|---|---|
langbot-sandbox |
rockchin/langbot-sandbox |
Python 3.12 + Node 22 + common tools (git, vim, curl, wget, jq) for LangBot langbot-sandbox environments |
- Create a new directory (e.g.
my-image/) - Add a
Dockerfileinside it - Push to
main— CI will auto-detect and buildlangbot/my-image
Use the workflow dispatch to build a specific image:
gh workflow run build.yml -f image=langbot-sandbox
DOCKERHUB_USERNAME— Docker Hub username (rockchin)DOCKERHUB_TOKEN— Docker Hub access token