the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add TARGETARCH ARG to Daytona Dockerfiles

Expose TARGETARCH as a build argument so Dockerfiles can inspect the
target architecture during multi-arch builds

+8
+2
daytona/nullclaw/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + ARG TARGETARCH 4 + 3 5 RUN sudo apt-get update && sudo apt-get install -y wget 4 6 5 7 RUN case "${TARGETARCH}" in \
+2
daytona/opencrust/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + ARG TARGETARCH 4 + 3 5 RUN sudo apt-get update && sudo apt-get install -y wget 4 6 5 7 RUN case "${TARGETARCH}" in \
+2
daytona/picoclaw/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + ARG TARGETARCH 4 + 3 5 RUN sudo apt-get update && sudo apt-get install -y wget 4 6 5 7 RUN case "${TARGETARCH}" in \
+2
daytona/zeroclaw/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + ARG TARGETARCH 4 + 3 5 RUN sudo apt-get update && sudo apt-get install -y wget 4 6 5 7 RUN case "${TARGETARCH}" in \