HACKER Q&A
📣 notRobot

There's multiple wget Docker images with 5M+ pulls. Why?


There's multiple wget Docker images with 5M+ pulls. Why?


  👤 jalk Accepted Answer ✓
Plenty of kubernetes use cases where fetching some http resource and storing the result in a shared volume where some other container can access it. i.e.: * InitContainer in a pod * step in an Argo Workflow

👤 paxys
Is the question why a wget container image exists or why there are multiple versions of it? The former – because it is useful. The latter – because there isn't a single official version so people just created their own, and others started downloading them.

👤 readonthegoapp
I'm assuming the question is more

Why are there multiple images doing the same thing?


👤 wahern
For use in Kubernetes containers?