-
Notifications
You must be signed in to change notification settings - Fork 725
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
Update public_aws_ecr.config #1048
Conversation
|
podman.registry = 'public.ecr.aws' | ||
docker.registry = 'public.ecr.aws' | ||
podman.registry = 'public.ecr.aws' | ||
singularity.registry = 'public.ecr.aws' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will singularity ever be used on AWS in this context? To be fair, will podman
ever be used either? Maybe having docker.registry
is enough here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without podman.registry podman will always fail because it will try to pull from docker.io/biocontainers/tool which doesn't exist. Same for singularity. Otherwise you will be using different versions of each tool with docker, podman and singularity.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We had people trying to run singularity on AWS, so I'd rather be safe than sorry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).