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

Non-default Docker registry for bitnami/kubectl:1.2.7 #164

Open
gq1 opened this issue Jan 21, 2025 · 1 comment
Open

Non-default Docker registry for bitnami/kubectl:1.2.7 #164

gq1 opened this issue Jan 21, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@gq1
Copy link
Member

gq1 commented Jan 21, 2025

Description of the bug

The default Docker Registry is defined as quay.io:

docker.registry = 'quay.io'

But for bitnami/kubectl:1.2.7 is from Docker Hub, so we should use the full path in this module:

container "bitnami/kubectl:1.27"

Otherwise, we can see error like this:

ERROR    Pulling of "bitnami/kubectl:1.27" failed.
Please troubleshoot the command  "singularity pull --name nextflow/cache/nxf_singularity/bitnami-kubectl-1.27.img docker://quay.io,docker.io/bitnami/kubectl:1.27" manually.

You can use -l docker.io for nf-core download to overcome this problem.

@gq1 gq1 added the bug Something isn't working label Jan 21, 2025
@muffato
Copy link
Member

muffato commented Jan 22, 2025

Does it work if genomenote/modules/local/upload_higlass_data.nf is changed to docker.io/bitnami/kubectl:1.27 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants