fabro/lib/crates/arc-devcontainer
Bryan Helmkamp 1b4c6cb903 Detect unsupported COPY/ADD in devcontainer base Dockerfiles
Daytona's Rust SDK doesn't support uploading build context files, so
COPY/ADD instructions referencing local files fail at build time with
confusing errors. Detect this early in resolve() and return a clear
UnsupportedCopyAdd error. Multi-stage COPY --from= and ADD http(s)://
are still allowed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-10 22:09:30 -04:00
..
src Detect unsupported COPY/ADD in devcontainer base Dockerfiles 2026-03-10 22:09:30 -04:00
tests Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00
Cargo.toml Introduce insta snapshot testing for arc-devcontainer and arc-cli 2026-03-10 21:09:15 -04:00
DEVCONTAINER-COMPATIBILITY.md Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00
INTEGRATION.md Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00