Commit Graph
1 Commits
Author SHA1 Message Date
dtourolleandClaude Opus 5 c7bb60c666 Stop shipping 32 GB to the daemon to build an image that reads none of it
🚴 Build and Test BikeControl / Android compile check (push) Skipped
🚴 Build and Test BikeControl / Workspace tests (push) Failing after 6m6s
Neither Dockerfile has a COPY or an ADD. Both are environment images —
CI checks the repo out inside the container, local use bind-mounts it —
so every byte of the build context was uploaded and then ignored. Here
that is 32 GB, 30 GB of it target/, before the first apt line runs.

The registry has never held either image, so this had never actually
been paid: the workflows were committed and the push never happened.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-20 22:28:06 +02:00