Tagged articles

Build Cache

5 articles · Page 1 of 1
Tech Musings
Tech Musings
Jul 3, 2026 · Cloud Native

How I Uncovered Two Hidden Causes of Remote Docker Container Restarts

A remote Docker container kept restarting with no logs; by inspecting the ExitCode and analyzing build cache and file permissions, the author identified a polluted build layer that produced an empty binary and a UID mismatch on a mounted key file, then applied concrete fixes.

Build CacheContainer DeploymentDocker
0 likes · 13 min read
How I Uncovered Two Hidden Causes of Remote Docker Container Restarts
Tencent Cloud Developer
Tencent Cloud Developer
Oct 16, 2024 · Cloud Native

CNB Volumes Cache: Accelerating Large-Scale Compilation with Copy-on-Write

CNB speeds up massive AOSP builds by using Docker volumes with a copy‑on‑write overlay cache, turning a 46‑minute compilation into a 90‑second incremental build even with six concurrent pipelines, while simplifying configuration and supporting multiple caching strategies for parallel development.

AOSP CompilationBuild CacheCI/CD Optimization
0 likes · 8 min read
CNB Volumes Cache: Accelerating Large-Scale Compilation with Copy-on-Write