Hacker News new | ask | show | jobs
by FpUser 2442 days ago
Being paranoid helps. My pipelines never pull images from the hub, I always store those locally.
1 comments

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
That's right. Update on on-need basis only. Do not fix what's working ;)