Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CWL dockerPull hints are wrong #6

Open
douglowe opened this issue Sep 24, 2021 · 0 comments
Open

CWL dockerPull hints are wrong #6

douglowe opened this issue Sep 24, 2021 · 0 comments
Assignees

Comments

@douglowe
Copy link

douglowe commented Sep 24, 2021

The current dockerPull hints take the form:
dockerPull: https://quay.io/biocontainers/biobb_io:3.5.1--py_0
Whereas they should be:
dockerPull: quay.io/biocontainers/biobb_io:3.5.1--py_0

This is an issue because docker pull cannot cope with the protocol (https://) being defined: https://docs.docker.com/engine/reference/commandline/pull/#pull-from-a-different-registry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants