Skip to content
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

Closed
samip5 opened this issue May 20, 2023 · 6 comments
Closed

Mirror container elsewhere than Docker Hub #60

samip5 opened this issue May 20, 2023 · 6 comments
Labels
docker documentation Improvements or additions to documentation

Comments

@samip5
Copy link

samip5 commented May 20, 2023

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/

@samip5 samip5 changed the title Mirror elsewhere than Docker Hub Mirror container elsewhere than Docker Hub May 20, 2023
@JulianPrieber
Copy link
Member

I'm aware of the rate limit on docker hub, but it has never been an issue so far.
What are you doing to run into the rate limit?

@samip5
Copy link
Author

samip5 commented May 21, 2023

I'm aware of the rate limit on docker hub, but it has never been an issue so far. What are you doing to run into the rate limit?

I'm hosting 200+ containers at home (Kubernetes cluster) which means that you can hit it pretty quickly whilist updating them. :)

@JulianPrieber
Copy link
Member

https://github.com/linkstackorg/linkstack-docker/pkgs/container/linkstack

docker pull ghcr.io/linkstackorg/linkstack

@MagicLike MagicLike added documentation Improvements or additions to documentation docker labels May 21, 2023
@MagicLike MagicLike pinned this issue May 21, 2023
@samip5
Copy link
Author

samip5 commented May 21, 2023

If I'm looking at it right, there's no multi-arch manifest as latest tag?

@JulianPrieber
Copy link
Member

Yeah, my usual script dint really work, so it's individual tags and only amd64 is currently maintained.

@nikurasutan
Copy link

I'm aware of the rate limit on docker hub, but it has never been an issue so far. What are you doing to run into the rate limit?

I'm hosting 200+ containers at home (Kubernetes cluster) which means that you can hit it pretty quickly whilist updating them. :)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

4 participants