Bug #14830
[Bug][Running a Workflow] Some processes are failing while trying to get a docker image.
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Description
Error message from process logs:
arvados.cwl-runner ERROR: Execution failed: Docker image arvados/jobs:1.1.4.20180405172544 is not available While trying to get Docker image 'arvados/jobs:1.1.4.20180405172544', failed to execute 'docker': [Errno 2] No such file or directory
Associated revisions
Merge branch '14830-process-fails-due-to-missing-docker-image'
refs #14830
Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski@contractors.roche.com>
History
#1
Updated by Michał Kłobukowski over 3 years ago
- Status changed from New to In Progress
#2
Updated by Michał Kłobukowski over 3 years ago
- Subject changed from [Bug][Running a Workflow] Some processes are failing while trying to get a docker image. to [Bug][Running a Workflow] Some processes are failing while trying to get a docker image.
- Assigned To set to Michał Kłobukowski
#3
Updated by Michał Kłobukowski over 3 years ago
- Description updated (diff)
Solution used was to add a "--local" option to container request command while starting a new process.
#4
Updated by Michał Kłobukowski over 3 years ago
- Status changed from In Progress to Resolved
#5
Updated by Pawel Kowalczyk over 3 years ago
- Status changed from Resolved to Closed
Add --local option to command of a new process
Feature #14830
Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski@contractors.roche.com>