Skip to content

langbot-app/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

LangBot Docker Images

Docker images for LangBot infrastructure.

Structure

Each subdirectory contains a Dockerfile for one image. Pushing to main auto-builds and pushes changed images to Docker Hub under rockchin/<dir>.

Images

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

Adding a new image

  1. Create a new directory (e.g. my-image/)
  2. Add a Dockerfile inside it
  3. Push to main — CI will auto-detect and build langbot/my-image

Manual build

Use the workflow dispatch to build a specific image:

gh workflow run build.yml -f image=langbot-sandbox

Secrets required

  • DOCKERHUB_USERNAME — Docker Hub username (rockchin)
  • DOCKERHUB_TOKEN — Docker Hub access token

About

Docker images for LangBot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages