helm/monocular

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/

- image: circleci/golang:1.12

- image: circleci/golang:1.12

- image: circleci/node:8

- image: circleci/golang:1.12

- image: circleci/golang:1.12

See helm/helm#8848