sandbox-agent/foundry/docker
Nathan Flurry bc872da6f2 feat: switch foundry backend from Bun to Node.js
- Replace Bun.serve() with @hono/node-server (already a dependency)
- Replace Bun-specific debug APIs (Bun.gc, Bun.heapStats,
  Bun.generateHeapSnapshot) with Node.js equivalents (globalThis.gc)
- Update all three Dockerfiles from oven/bun base images to
  node:22-bookworm-slim
- Remove @types/bun devDependency
- Update package.json scripts to use node/npx instead of bun

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 04:46:52 -07:00
..
backend.dev.Dockerfile feat: switch foundry backend from Bun to Node.js 2026-03-22 04:46:52 -07:00
backend.Dockerfile feat: switch foundry backend from Bun to Node.js 2026-03-22 04:46:52 -07:00
backend.preview.Dockerfile feat: switch foundry backend from Bun to Node.js 2026-03-22 04:46:52 -07:00
foundry-base.Dockerfile feat(foundry): add foundry base sandbox image with sudo, chromium, and dev tooling 2026-03-17 02:09:12 -07:00
frontend-caddy-entrypoint.sh Refactor Foundry GitHub state and sandbox runtime (#247) 2026-03-13 02:45:07 -07:00
frontend.Caddyfile Add Railway Caddy frontend images 2026-03-12 18:58:57 -07:00
frontend.dev.Dockerfile chore(foundry): migrate to actions (#262) 2026-03-16 15:23:59 -07:00
frontend.Dockerfile Remove frontend errors and app passthrough (#251) 2026-03-13 21:14:31 -07:00
frontend.mock.Dockerfile Remove frontend errors and app passthrough (#251) 2026-03-13 21:14:31 -07:00
frontend.preview.Dockerfile feat(foundry): add foundry base sandbox image with sudo, chromium, and dev tooling 2026-03-17 02:09:12 -07:00
nginx.preview.conf Refactor Foundry GitHub state and sandbox runtime (#247) 2026-03-13 02:45:07 -07:00