tobitege a52df6a272 (Docker) Fix passing of POETRY_CACHE_DIR into RUN command (#3163) 1 år sedan
..
app a52df6a272 (Docker) Fix passing of POETRY_CACHE_DIR into RUN command (#3163) 1 år sedan
e2b-sandbox 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) 1 år sedan
runtime 405c8a0456 [Arch] Add runtime image build CI & clean up runtime build using `jinja2` template (#3055) 1 år sedan
sandbox 351127db55 add od runtime clinet dependencies (#2858) 1 år sedan
README.md 823298e0d0 fix: Agentskills enhancements (#2384) 1 år sedan
build.sh 405c8a0456 [Arch] Add runtime image build CI & clean up runtime build using `jinja2` template (#3055) 1 år sedan

README.md

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 opendevin .
docker build -f containers/sandbox/Dockerfile -t sandbox .