livepeer / protocol

Livepeer protocol
MIT License
154 stars 45 forks source link

ci: Authenticate Docker pulls #403

Closed yondonfu closed 2 years ago

yondonfu commented 3 years ago

From CircleCI:

On November 1st, Docker Hub will begin limiting anonymous image pulls. We want to make sure you know how you might be impacted and what you can do to avoid interruptions to your workflow.

Adding Docker authentication to your pipeline config is the easiest way to avoid any service disruptions. If you use the Docker executor or pull Docker images when using the machine executor on CircleCI, we encourage you to authenticate. Because the anonymous API rate limits are based on IP addresses, they will impact CircleCI cloud customers. Authenticated users get higher per-user rate limits, regardless of IP.

We are currently working on a partnership with Docker to minimize the impact of this change for our users and will share more details as we get them.

yondonfu commented 2 years ago

Closing because no longer using CircleCI or Docker in CI