Actions
Task #2923
closedIdea #2879: Crunch uses Docker images stored in Keep, and records Keep locators used for Jobs
All Arvados stores Docker images in Keep
Description
- Add a new
docker_image_locator
column to the Jobs table. - crunch-job installs images from Keep rather than using docker pull.
- crunch-job records the Keep Collection locator used in the new column.
- Support using a Keep Collection locator as the
docker_image
runtime constraint.
Updated by Brett Smith over 10 years ago
- Description updated (diff)
- Estimated time set to 8.00 h
- Remaining (hours) set to 8.0
Updated by Brett Smith over 10 years ago
- Remaining (hours) changed from 8.0 to 1.5
I have the code for this written in a branch. I'm reluctant to ask for review until #3006 is taken care of, but that's currently underway.
Updated by Brett Smith over 10 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
- Remaining (hours) changed from 1.5 to 0.0
Applied in changeset arvados|commit:439e1417599cad4e65d506a11b583a6ebabc7604.
Actions