New Docker Hub pull limits will likely negatively impact CircleCI jobs #3483

Closed
opened 2020-10-22 15:59:14 +00:00 by exarkun · 2 comments

Docker Inc. is introducing limits on unauthenticated image pulls from Docker Hub - https://docs.docker.com/docker-hub/download-rate-limit/

Our CircleCI configuration uses Docker images for most jobs. CircleCI pulls these images from Docker Hub, unauthenticated. The result is that our jobs will share the unauthenticated pull limits with all other CircleCI users and no doubt rapidly be denied service, causing jobs failures.

Docker Inc. is introducing limits on unauthenticated image pulls from Docker Hub - <https://docs.docker.com/docker-hub/download-rate-limit/> Our CircleCI configuration uses Docker images for most jobs. CircleCI pulls these images from Docker Hub, unauthenticated. The result is that our jobs will share the unauthenticated pull limits with all other CircleCI users and no doubt rapidly be denied service, causing jobs failures.
exarkun added the
unknown
normal
defect
n/a
labels 2020-10-22 15:59:14 +00:00
exarkun added this to the undecided milestone 2020-10-22 15:59:14 +00:00
Author

As evidence, I now see this log output on our CircleCI jobs in the "Spin up environment" step:

Warning: No authentication provided, this pull may be subject to Docker Hub download rate limits.

As evidence, I now see this log output on our CircleCI jobs in the "Spin up environment" step: > Warning: No authentication provided, this pull may be subject to Docker Hub download rate limits.
GitHub <noreply@github.com> commented 2020-10-23 10:43:14 +00:00
Owner

In c8cf910/trunk:

Merge pull request #870 from tahoe-lafs/3483.cirleci-vs-dockerhub

Authenticate to Docker Hub for CircleCI Docker image pulls

Fixes: ticket:3483
In [c8cf910/trunk](/tahoe-lafs/trac-2024-07-25/commit/c8cf910c0d2b4735ada66f78ac96f42ad6202103): ``` Merge pull request #870 from tahoe-lafs/3483.cirleci-vs-dockerhub Authenticate to Docker Hub for CircleCI Docker image pulls Fixes: ticket:3483 ```
tahoe-lafs added the
fixed
label 2020-10-23 10:43:14 +00:00
GitHub <noreply@github.com> closed this issue 2020-10-23 10:43:14 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#3483
No description provided.