circleci-orb
circleci-orb copied to clipboard
Add support for authenticating with Docker Hub to avoid rate limit
https://discuss.circleci.com/t/updated-authenticate-with-docker-to-avoid-impact-of-nov-1st-rate-limits/37567
Docker recently announced that rate limits will apply to anonymous image pulls from Docker Hub starting on November 1st, 2020. But as long as you add Docker authentication 107 to your pipeline config, you can avoid service disruption.
Alternatively, you could host the images on another host like Quay.
Thanks for creating the issue @sooo-s . Are you (or anyone else) currently running into the rate limit issue?
@jordanpowell88 Sorry, I do not know because I am not currently using this orb. 🙇♂️
Closing as I am unsure if anyone is hitting the rate limit issue since this was opened. The rate limit is quite high, so I wouldn't suspect this would be an issue. Please open a new issue if this is occuring for you so we can evaluate looking into a solution.