-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mirror container elsewhere than Docker Hub #60
Comments
I'm aware of the rate limit on docker hub, but it has never been an issue so far. |
I'm hosting 200+ containers at home (Kubernetes cluster) which means that you can hit it pretty quickly whilist updating them. :) |
https://github.com/linkstackorg/linkstack-docker/pkgs/container/linkstack
|
If I'm looking at it right, there's no multi-arch manifest as latest tag? |
Yeah, my usual script dint really work, so it's individual tags and only amd64 is currently maintained. |
At work we worked arround that by building a simple application that mirrores the needed containers on demand, so only the first pull that our mirror server does counts in the docker hub rate limit. |
Docker Hub has very restrictive pull limits even authenticated, so please consider also pushing to alternatives like GHCR.
More information: https://docs.docker.com/docker-hub/download-rate-limit/
The text was updated successfully, but these errors were encountered: