Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Add Docker authentication to CircleCI jobs #682

Open
bacongobbler opened this issue Oct 14, 2020 · 0 comments
Open

Add Docker authentication to CircleCI jobs #682

bacongobbler opened this issue Oct 14, 2020 · 0 comments

Comments

@bacongobbler
Copy link
Member

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

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

No branches or pull requests

1 participant