Tagged articles

build-cache

6 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.

Container DeploymentDockerDocker Compose
0 likes · 13 min read
How I Uncovered Two Hidden Causes of Remote Docker Container Restarts
Tech Ocean
Tech Ocean
Apr 19, 2026 · Cloud Native

Docker Day 5: Multi‑Stage Builds and Build Caching for Smaller, Faster Images

This article shows how to shrink Docker images and speed up builds by using multi‑stage builds, ordering instructions for layer caching, fine‑tuning .dockerignore, merging RUN commands, picking lightweight base images, and running containers as a non‑root user, with concrete code examples and build‑time measurements.

Dockerbuild-cachecontainer security
0 likes · 6 min read
Docker Day 5: Multi‑Stage Builds and Build Caching for Smaller, Faster Images
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 CompilationCI/CD optimizationCNB
0 likes · 8 min read
CNB Volumes Cache: Accelerating Large-Scale Compilation with Copy-on-Write