Hacker News new | ask | show | jobs
by timClicks 2137 days ago
Do you have an open source Dockerfile that demonstrates this pattern? I've used builder images before, but not multiple.
1 comments

The relevant search term is "base image"

Just remember to have a process to rebuild your base image at least once a month so you pick up latest security fixes etc.

Or search for multi-stage builds