You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.The text was updated successfully, but these errors were encountered: