agent-sandbox (latest)

Published 2026-05-10 13:06:31 +02:00 by jcrystall in jcrystall/agent-sandbox

Installation

docker pull git.crystall.net/jcrystall/agent-sandbox:latest
sha256:fdf1793a983a1a5be97185c2ce04dea2bfbe2f45011c78dd6a7582ff847030f8

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1777939200'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends bash bubblewrap build-essential ca-certificates curl git iproute2 nodejs npm ripgrep unzip wget && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c dpkg-statoverride --update --add root root 4755 /usr/bin/bwrap # needed to run bubblewrap in docker. Less secure than default bubblewrap setup. Might break in future debian versions # buildkit
RUN /bin/sh -c npm install -g @openai/codex@${CODEX_VERSION} # buildkit
RUN /bin/sh -c npm install -g opencode-ai@${OPENCODE_VERSION} # buildkit
RUN /bin/sh -c useradd -m -s /bin/bash developer # buildkit
RUN /bin/sh -c mkdir -p /home/developer/.codex && chown -R developer:developer /home/developer # buildkit
USER developer
WORKDIR /home/developer/workspace
CMD ["bash" "-c" "sleep infinity"]
Details
Container
2026-05-10 13:06:31 +02:00
2
OCI / Docker
linux/amd64
845 MiB
Versions (1) View all
latest 2026-05-10