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.

Use node:lts-trixie-slim base image

+13 -13
+1 -1
apps/cf-sandbox/deploy/amp/Dockerfile
··· 1 - FROM --platform=$BUILDPLATFORM node:24-slim 1 + FROM --platform=$BUILDPLATFORM node:lts-trixie-slim 2 2 ARG TARGETARCH 3 3 4 4 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox
+1 -1
apps/cf-sandbox/deploy/claude/Dockerfile
··· 1 - FROM node:24-slim 1 + FROM node:lts-trixie-slim 2 2 3 3 ARG TARGETARCH 4 4
+1 -1
apps/cf-sandbox/deploy/codex/Dockerfile
··· 1 - FROM node:24-slim 1 + FROM node:lts-trixie-slim 2 2 3 3 ARG TARGETARCH 4 4
+1 -1
apps/cf-sandbox/deploy/copilot/Dockerfile
··· 1 - FROM node:24-slim 1 + FROM node:lts-trixie-slim 2 2 3 3 ARG TARGETARCH 4 4
+1 -1
apps/cf-sandbox/deploy/crush/Dockerfile
··· 1 - FROM node:24-slim 1 + FROM node:lts-trixie-slim 2 2 3 3 ARG TARGETARCH 4 4
+1 -1
apps/cf-sandbox/deploy/gemini/Dockerfile
··· 1 - FROM node:24-slim 1 + FROM node:lts-trixie-slim 2 2 3 3 ARG TARGETARCH 4 4
+1 -1
apps/cf-sandbox/deploy/kilo/Dockerfile
··· 1 - FROM node:24-slim 1 + FROM node:lts-trixie-slim 2 2 3 3 ARG TARGETARCH 4 4
+1 -1
apps/cf-sandbox/deploy/kiro/Dockerfile
··· 1 - FROM node:24-slim 1 + FROM node:lts-trixie-slim 2 2 3 3 ARG TARGETARCH 4 4
+1 -1
apps/cf-sandbox/deploy/nullclaw/Dockerfile
··· 1 - FROM node:24-slim 1 + FROM node:lts-trixie-slim 2 2 3 3 ARG TARGETARCH 4 4
+1 -1
apps/cf-sandbox/deploy/openclaw/Dockerfile
··· 1 - FROM node:24-slim 1 + FROM node:lts-trixie-slim 2 2 3 3 ARG TARGETARCH 4 4
+1 -1
apps/cf-sandbox/deploy/opencode/Dockerfile
··· 1 - FROM node:24-slim 1 + FROM node:lts-trixie-slim 2 2 3 3 ARG TARGETARCH 4 4
+1 -1
apps/cf-sandbox/deploy/picoclaw/Dockerfile
··· 1 - FROM node:24-slim 1 + FROM node:lts-trixie-slim 2 2 3 3 ARG TARGETARCH 4 4
+1 -1
apps/cf-sandbox/deploy/wasmer/Dockerfile
··· 1 - FROM node:24-slim 1 + FROM node:lts-trixie-slim 2 2 3 3 ARG TARGETARCH 4 4