Selective Docker prune (preserve build cache) + k3s retry #39

Merged
will.anderson merged 1 commits from fix/stage-source-check into dev 2026-05-10 02:22:10 +00:00
Owner

Full docker system prune removed build cache, making Docker builds take 10-12 minutes — too close to the runner's 26-minute restart window. Switch to selective prune (containers + images + volumes only) to free disk space without losing cache. Also adds --retry 3 on k3s download to handle transient GitHub failures.

Full docker system prune removed build cache, making Docker builds take 10-12 minutes — too close to the runner's 26-minute restart window. Switch to selective prune (containers + images + volumes only) to free disk space without losing cache. Also adds --retry 3 on k3s download to handle transient GitHub failures.
will.anderson added 1 commit 2026-05-10 02:22:02 +00:00
Selective Docker prune to preserve build cache; retry k3s download
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 4m2s
f838e0c8a7
will.anderson merged commit 87ac67a70e into dev 2026-05-10 02:22:10 +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: neuron-technologies/neuron-web#39