Xingyao Wang 405c8a0456 [Arch] Add runtime image build CI & clean up runtime build using `jinja2` template (#3055) пре 1 година
..
app 15697bed5a Update Dockerfile casing (#3045) пре 1 година
e2b-sandbox 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) пре 1 година
runtime 405c8a0456 [Arch] Add runtime image build CI & clean up runtime build using `jinja2` template (#3055) пре 1 година
sandbox 351127db55 add od runtime clinet dependencies (#2858) пре 1 година
README.md 823298e0d0 fix: Agentskills enhancements (#2384) пре 1 година
build.sh 405c8a0456 [Arch] Add runtime image build CI & clean up runtime build using `jinja2` template (#3055) пре 1 година

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 .