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
Currently, the nf-core modules lint can confirm a docker container exists at the remote registry when linting a module. However, if the container name is simple it expects it to be hosted on quay.io. Instead, we should respect docker.registry which may be set to something else. As a simple option, this could be added as a command line parameter e.g. --registry public.ecr.aws until we can automatically read it from the configuration.
The text was updated successfully, but these errors were encountered:
Description of feature
Currently, the
nf-core modules lint
can confirm a docker container exists at the remote registry when linting a module. However, if the container name is simple it expects it to be hosted onquay.io
. Instead, we should respect docker.registry which may be set to something else. As a simple option, this could be added as a command line parameter e.g.--registry public.ecr.aws
until we can automatically read it from the configuration.The text was updated successfully, but these errors were encountered: