Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
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

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions