Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Fix Docker Hub rate limit errors in CI #1911

Open
lucaudill opened this issue Jul 9, 2024 · 0 comments
Open

Fix Docker Hub rate limit errors in CI #1911

lucaudill opened this issue Jul 9, 2024 · 0 comments

Comments

@lucaudill
Copy link
Collaborator

Over the last couple days, Docker Hub rate limit errors have started popping up in CI, making it fail. Apparently as of June 30, 2024, something has changed about the way Docker Hub rate limits work for Azure (perhaps due to some agreement ending on that date, see [1] and [2]). Regardless of the specifics, it looks like from now on CI is subject to the usual rate limit of 100 pulls per 6 hrs. We won't be able to get CI to pass reliably until we find a way around this rate limit. The first thing that comes to mind is for us to set up our own mirror registry that has the images we need for CI and just use that instead.

[1] - DockerHub Rate limit with Azure Container Instance and AKS
[2] - How to Avoid Docker Hub Rate Limits

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant