Opened at 2020-10-22T15:59:14Z
Closed at 2020-10-23T10:43:14Z
#3483 closed defect (fixed)
New Docker Hub pull limits will likely negatively impact CircleCI jobs
Reported by: | exarkun | Owned by: | GitHub <noreply@…> |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | review | Cc: | |
Launchpad Bug: |
Description
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.
Change History (3)
comment:1 Changed at 2020-10-22T16:00:16Z by exarkun
comment:2 Changed at 2020-10-22T17:29:54Z by exarkun
- Keywords review added
comment:3 Changed at 2020-10-23T10:43:14Z by GitHub <noreply@…>
- Owner set to GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
In c8cf910/trunk:
Note: See
TracTickets for help on using
tickets.
As evidence, I now see this log output on our CircleCI jobs in the "Spin up environment" step: