sandbox-agent/docker/release
Nathan Flurry 8aab9e346d
feat: include inspector UI in release binaries (#34)
## Summary
- Add Node.js build stage to all release Dockerfiles to build the inspector frontend
- Copy pre-built inspector assets into Rust build stages so they get embedded in binaries
- Remove `SANDBOX_AGENT_SKIP_INSPECTOR=1` from all Dockerfiles and the release workflow

## Test plan
- [ ] Build linux-x86_64 locally: `docker/release/build.sh x86_64-unknown-linux-musl`
- [ ] Run the binary and verify inspector is embedded (should show "inspector ui available")
- [ ] Access the inspector UI at http://localhost:2468/ui/

🤖 Generated with [Claude Code](https://claude.ai/code)
2026-01-30 00:07:23 -08:00
..
build.sh fix: copy fixed Dockerfiles from release-test with OpenSSL and SKIP_INSPECTOR support 2026-01-27 20:03:50 -08:00
linux-x86_64.Dockerfile feat: include inspector UI in release binaries (#34) 2026-01-30 00:07:23 -08:00
macos-aarch64.Dockerfile feat: include inspector UI in release binaries (#34) 2026-01-30 00:07:23 -08:00
macos-x86_64.Dockerfile feat: include inspector UI in release binaries (#34) 2026-01-30 00:07:23 -08:00
windows.Dockerfile feat: include inspector UI in release binaries (#34) 2026-01-30 00:07:23 -08:00