OpenHands/containers
dependabot[bot] 99fd3f7bb2
chore(deps): bump ubuntu from 22.04 to 24.04 in /containers/e2b-sandbox (#9042)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-21 12:23:42 -07:00
..
2025-06-20 21:14:23 +00:00

Docker Containers

Each folder here contains a Dockerfile, and a config.sh describing how to build the images and where to push them. These images are built and pushed in GitHub Actions by the ghcr.yml workflow.

Building Manually

docker build -f containers/app/Dockerfile -t openhands .
docker build -f containers/sandbox/Dockerfile -t sandbox .