I had an interesting conversation with some #Docker executives on Friday, in which they highlighted some changes to their terms of service / business model. TL;DR: enterprises are now expected to pay for a full Docker subscription for *any* access to any "Docker Platform" features, including Docker Hub, regardless of pull rate.

So, for example, if you're a company with > 250 employees or > $10M revenue, and you have a Linux box pulling one open source image a week from Docker Hub, you must buy a Docker subscription for that box. And any others.

Previously, their website verbiage was focused solely on usage of Docker Desktop by enterprises.

If you are an #OpenSource maintainer and you're publishing container images on Docker Hub, they are monetizing your images, and they're doing so via a flat monthly rate regardless of consumption level. (IMHO that rate is too high, but YMMV, I guess)

This is obviously their prerogative. Really my only request/suggestion to Open Source maintainers who publish container images would be to consider also publishing them on GitHub's container registry (aka GitHub Packages) or any other registry, rather than single-sourcing with Docker Hub.
@rossgrady
"TL;DR: enterprises are now expected to pay for a full Docker subscription for *any* access to any "Docker Platform" features, including Docker Hub, regardless of pull rate."

Is there some sort of official statement one can link to?
@rwa Right now the closest any of us can find is the wording change (actually like 20 months old) at the very bottom of the pricing FAQ: https://www.docker.com/pricing/faq/

"Do I need a paid subscription to use the images on Docker Hub for commercial use?"

"Images on Docker Hub can be used for commercial use, as long as Docker Desktop is properly licensed. Paid subscriptions are needed for commercial use of Docker Desktop at organizations with more than $10 million annual revenue OR more than 250 employees."

However, I have asked them to give me something more formal, such as a revised TOS or subscription agreement. Still waiting . . .
Docker FAQs | Docker

Find answers to the most frequently asked questions about Docker pricing, licensing, commercial use, and more.

Docker
@rossgrady thanks, looking forward for an update on this from the Docker folks