-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Push official images to a different registry, in addition to Docker Hub #4143
Comments
Google has a pull through caching mirror of dockerhub, use it instead of dockerhub when trying to get around dockerhub rate limits (if not paying for dockerhub account): mirror.gcr.io |
@cgill27 that doesn't seem to work, it only supports "special" dockerhub images. What "special" means is unclear but maybe only
|
I had this problem for all of my promtail instances and updates |
Hi! This issue has been automatically marked as stale because it has not had any We use a stalebot among other tools to help manage the state of issues in this project. Stalebots are also emotionless and cruel and can close issues which are still very relevant. If this issue is important to you, please add a comment to keep it open. More importantly, please add a thumbs-up to the original issue entry. We regularly sort for closed issues which have a We may also:
We are doing our best to respond, organize, and prioritize all issues but it can be a challenging task, |
Still interested in this becoming a reality, thanks! |
Hi! This issue has been automatically marked as stale because it has not had any We use a stalebot among other tools to help manage the state of issues in this project. Stalebots are also emotionless and cruel and can close issues which are still very relevant. If this issue is important to you, please add a comment to keep it open. More importantly, please add a thumbs-up to the original issue entry. We regularly sort for closed issues which have a We may also:
We are doing our best to respond, organize, and prioritize all issues but it can be a challenging task, |
Not stale |
Definitely an issue for us as well, especially when running on AWS spot instances (which get frequently rotated, causing re-pulling). GitHub has a free container registry that is available automatically on all public repositories, it should be easy to integrate in your CI workflow. |
Given the recent dockerhub announcement of removing free team orgs, I'm wondering if the current |
It looks like the grafana account is a "verified publisher", which should make it exempt from rate limits. |
Do the rate limits not apply for downloads of the images, or does the wording imply that developers of the verified publisher's org are not subject to rate limits? |
Anyone can download from verified publishers without limit. For some reason that doesn't apply to "official images", only images from "verified publishers". It's weird but seems reliable for now. |
Any news on this? |
Even if, the Loki helm chart uses 3rd-party software too.
(Similar: grafana/helm-charts#1400) |
Is your feature request related to a problem? Please describe.
Dockerhub rate limits
Describe the solution you'd like
Push loki and promtail to an additional registry like Quay or GHCR
Additional context
grafana/grafana#27677
The text was updated successfully, but these errors were encountered: