Actions
Bug #22216
closedcluster-activity workflow fails to pull Docker image
Status:
Closed
Priority:
Normal
Assigned To:
Category:
CWL
Target version:
Story points:
-
Description
% arvados-cwl-runner --submit cluster-activity.cwl cluster-activity.yml
INFO /usr/bin/arvados-cwl-runner 2.7.4, arvados-python-client 2.7.4, cwltool 3.1.20230601100705
INFO Resolved 'cluster-activity.cwl' to 'file:///home/ubuntu/arvados/tools/cluster-activity/cluster-activity.cwl'
INFO Git provenance
INFO gitCommit: 89219c42ca86939b4ff65e13fe2ad87ed0cae793
INFO gitDate: Thu, 17 Oct 2024 10:35:09 -0400
INFO gitCommitter: Peter Amstutz <peter.amstutz@curii.com>
INFO gitBranch: main
INFO gitOrigin: https://github.com/arvados/arvados.git
INFO gitDescribe: 2.7.0-7877-g89219c42ca
INFO gitPath: /tools/cluster-activity/cluster-activity.cwl
INFO Using cluster [redacted]
INFO Uploading workflow dependencies
INFO ['docker', 'pull', 'arvados/cluster-activity']
Using default tag: latest
Error response from daemon: pull access denied for arvados/cluster-activity, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
ERROR Workflow error, try again with --debug for more information:
cluster-activity.cwl:25:5: Command '['docker', 'pull', 'arvados/cluster-activity']' returned
non-zero exit status 1.
Updated by Brett Smith 6 months ago
- Related to Feature #23191: cluster-activity workflow usability improvements added
Updated by Brett Smith 5 months ago
- Target version set to Development 2025-10-15
- Assigned To set to Brett Smith
- Status changed from New to Closed
#23191 resolved the issue in a different way.
Actions