Add Docker authentication to CircleCI jobs
bacongobbler opened this issue · 0 comments
Starting November 1, 2020, Docker Hub will impose rate limits based on the originating IP. Since CircleCI runs jobs from a shared pool of IPs, it is highly recommended to use authenticated Docker pulls with Docker Hub to avoid rate limit problems.
More information on how to apply authentication to CI jobs can be found here: https://circleci.com/docs/2.0/private-images/
monocular/.circleci/config.yml
Line 63 in 6bd6648
monocular/.circleci/config.yml
Line 71 in 6bd6648
monocular/.circleci/config.yml
Line 83 in 6bd6648
monocular/.circleci/config.yml
Line 103 in 6bd6648
monocular/.circleci/config.yml
Line 133 in 6bd6648
See helm/helm#8848