Hacker News new | ask | show | jobs
by WhyNotHugo 1542 days ago
> Always better to go with the base image, add your packages to the base and then use that new image as the base image for your application.

But that makes your base image non-reproducible. You're just shifting the issue elsewhere.