build: add .dockerignore to exclude target/ from the build context #11

Merged
day01 merged %!d() commits from %!s() into %!s() 2026-08-21 14:34:13 +00:00
Owner

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.
day01 added 1 commit 2026-08-21 09:24:47 +00:00
		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
day01 deleted branch etap5/heatmap-dockerignore 2026-08-21 14:34:14 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: syncode/identity#11