docs(research): investigate Docker build caching options #20

Merged
haylan merged 1 commits from research/build-caching into main 2026-08-06 23:00:32 +00:00
1 Commits
Author SHA1 Message Date
haylan 08b0fedf6f docs(research): investigate Docker build caching options
Ranked recommendation: fix the docker system prune -af --volumes step
first (it deletes BuildKit's build cache before every build, so no
Dockerfile change can help until that stops), then split the
apt-get install layer from the Godot/Blender download layer so the
~470s apt layer becomes cache-eligible across nightly runs. Registry
cache and Gitea Actions' actions/cache don't fit this repo's single
persistent runner / multi-GB nightly-changing layers.

Research only, no code changes.
2026-08-07 00:52:49 +02:00