No .dockerignore meant target/ (10+ GB locally) got uploaded as Docker build context on every manual docker buildx build. CI never hits this (clean checkout), but it turned a local rebuild — needed today when the dedicated amd64 CI runner sat queued/never started — into a much longer wait than necessary.
No .dockerignore meant target/ (10+ GB locally) got uploaded as Docker build context on every manual docker buildx build. CI never hits this (clean checkout), but it turned a local rebuild — needed today when the dedicated amd64 CI runner sat queued/never started — into a much longer wait than necessary.
A local target/ directory (release + debug artifacts, easily 10+ GB
after a normal working session) was getting uploaded as Docker build
context on every manual `docker buildx build` — CI never hits this
since it always starts from a clean checkout, but it made a local
rebuild (needed today when the amd64 CI runner sat queued indefinitely)
take much longer than it should have.
day01
merged commit 7fc44bbb70 into %!s()2026-08-21 14:34:13 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
No .dockerignore meant target/ (10+ GB locally) got uploaded as Docker build context on every manual docker buildx build. CI never hits this (clean checkout), but it turned a local rebuild — needed today when the dedicated amd64 CI runner sat queued/never started — into a much longer wait than necessary.