-
Notifications
You must be signed in to change notification settings - Fork 722
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
Default registry to quay.io #3344
Default registry to quay.io #3344
Conversation
Will break any non quay.io containers that were not specified with a full URI
only 19 file changed? |
This just adds If you know of any more let me know and I'll update. |
Oh, yeah, so full retro-compatibility should be fairly possible |
47 now! |
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.
👍
Changes: - Name the upload after the specific tool that was analysed using the tag value - Reduces download size of artifacts when investigating failures
…t just breaks the VM after too long
…nto default_registry_to_quay.io
* master: (97 commits) Use long form docker.io address for Ubuntu (nf-core#3358) Default registry to quay.io (nf-core#3344) Sbwf impute glimpse2 (nf-core#3349) added cellranger vdj/mkvdjref modules, with module test for vdj (nf-core#3033) Add space to fix singularity download error on shinyngs modules (nf-core#3351) Output channel modification star (nf-core#3350) fix corrected typo in output (nf-core#3337) give execution permissions to dumpsoftwareversions.py (nf-core#3347) fix meta.ymls for dumpsoftware and multiqc (nf-core#3345) Fixing failing subworkflow tests (nf-core#3343) remove imputeme module since it is evidently no longer supported (nf-core#3223) Update path for yaml-schema json (nf-core#3340) New module MetaPhlAn4 (nf-core#3298) Update ALL bcftools modules (nf-core#3339) update docker and singularity version of p7zip (nf-core#3338) update sratools/fasterqdump to handle 10X data (nf-core#3336) Make MAD plots optional in shinyngs (nf-core#3334) reset tools in CI to released version (nf-core#3335) new module wisecondorx/gender (nf-core#3333) Bump shinyngs modules (nf-core#3323) ...
* master: (120 commits) Use long form docker.io address for Ubuntu (nf-core#3358) Default registry to quay.io (nf-core#3344) Sbwf impute glimpse2 (nf-core#3349) added cellranger vdj/mkvdjref modules, with module test for vdj (nf-core#3033) Add space to fix singularity download error on shinyngs modules (nf-core#3351) Output channel modification star (nf-core#3350) fix corrected typo in output (nf-core#3337) give execution permissions to dumpsoftwareversions.py (nf-core#3347) fix meta.ymls for dumpsoftware and multiqc (nf-core#3345) Fixing failing subworkflow tests (nf-core#3343) remove imputeme module since it is evidently no longer supported (nf-core#3223) Update path for yaml-schema json (nf-core#3340) New module MetaPhlAn4 (nf-core#3298) Update ALL bcftools modules (nf-core#3339) update docker and singularity version of p7zip (nf-core#3338) update sratools/fasterqdump to handle 10X data (nf-core#3336) Make MAD plots optional in shinyngs (nf-core#3334) reset tools in CI to released version (nf-core#3335) new module wisecondorx/gender (nf-core#3333) Bump shinyngs modules (nf-core#3323) ...
Sets the default Docker registry to
quay.io
.Where necessary, specifies full URI for every Docker container that gets pulled from
docker.io
.PR checklist
versions.yml
file.label
PROFILE=docker pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware
PROFILE=singularity pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware
PROFILE=conda pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware