Hacker News new | ask | show | jobs
by gchamonlive 2442 days ago
do you have some kind of a maintenance routine that pulls image updates? you can end up with ancient docker hub images, because without --pull when compiling docker image, docker build won't pull base image updates by default
1 comments

That's right. Update on on-need basis only. Do not fix what's working ;)