Skip to main content


the #curl docker image has been pulled 5966498898 times

should reach 6 billion in 10-12 days

I'll queue up a bragging blog post for the occasion.

#curl
in reply to daniel:// stenberg://

How have you been tracking this number? Is it a curl script against the Docker Hub API? 😁
in reply to Jonathan Yu

@jawnsy of course... and my script just waits a little, then does it again - repeatedly - to get the momentary pull rate
in reply to Tim Ward ⭐🇪🇺🔶 #FBPE

@TimWardCam as I understand it, a pull is not necessary a download but a check... so we don't know how much caching there is
in reply to daniel:// stenberg://

Some people do set their K8s systems, particularly development ones, to fetch the image every time. Which is perfectly reasonable for their own code which is changing daily, but really one should try to avoid doing it to third parties!
in reply to daniel:// stenberg://

and we are not even adding quay.io pulls (between 80-100k per day now) ;)
in reply to daniel:// stenberg://

Congratulations.

On unrelated notes, there is something wrong on how people use docker or setting up their CI/CD.

in reply to daniel:// stenberg://

I wonder whether curl is used under the covers to pull images/layers. That'd be meta. 😃
in reply to daniel:// stenberg://

I'm very curious how people use the curl docker image. With those numbers, I can't imagine it's just people interested in contributing.
in reply to Natris

@Natris1979 I don't think it is related to contributing at all. I think it is people using curl. Contributors tend to rather build curl themselves.