Comment on Docker Hub limiting unauthenticated users to 10 pulls per hour
Shading7104@feddit.nl 1 day ago
Instead of using a sort of Docker Hub proxy, you can also use GitHub’s repository or Quay. If the project allows it, you can easily switch to these alternatives. Alternatively, you can build the Docker image yourself from the source. It’s usually not a difficult process, as most of it is automated. Or what I personally would probably do is just update the image a day later if I hit the limit.
jaxxed@lemmy.ml 20 hours ago
You can also host your own with harbor (or MSR v4 if you want a commercial product.) You can set them up to replicate upstream.