Closed
Bug 1250316
Opened 10 years ago
Closed 10 years ago
Retry docker image download when download is incomplete
Categories
(Taskcluster :: Workers, defect)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: garndt, Assigned: garndt)
Details
Attachments
(1 file)
Noticed on some tasks that when downloading the image, the connection will end without error but not all of the file was downloaded.
the worker should evaluate what has been downloaded and check to see if at least it's the total size that should have been retrieved.
| Assignee | ||
Updated•10 years ago
|
Summary: Retry docker image download download is incomplete → Retry docker image download when download is incomplete
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8722205 -
Flags: review?(dustin)
Comment 2•10 years ago
|
||
Commit pushed to master at https://github.com/taskcluster/docker-worker
https://github.com/taskcluster/docker-worker/commit/08f1e116b2cfca53f47587317672e83befd33230
Merge pull request #213 from gregarndt/pull_indexed_image_error
Bug 1250316 - Compare downloaded file size for indexed image downloads
| Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8722205 [details] [review]
https://github.com/taskcluster/docker-worker/pull/213
carrying over the "Looks good" from the PR. Merged.
Attachment #8722205 -
Flags: review?(dustin) → review+
| Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Docker-Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•