How to reduce build size in Docker without slow CI builds?

Question
Asked58 days ago
Viewed370 times
4
I'm working on **Docker** and need to reduce build size. I've tried a simple cache layer, but I'm still seeing slow CI builds. Context: - Dataset size: small startup - Expected output: p95 < 200ms - Current behavior: timeouts under load What would be a clean approach here, and what should I watch out for?
asked 58 days ago
N
Neha Kapoor2100

0 Answers

🚀

Be the first to help!

No answers yet 😶 Share your approach, ask a follow-up clarification, or add a code snippet to help out.

Your Answer

Related Questions