nextflow-io / nextflow

A DSL for data-driven computational pipelines
http://nextflow.io
Apache License 2.0
2.73k stars 626 forks source link

Add support for GitHub Container Registry #1722

Closed hoelzer closed 4 years ago

hoelzer commented 4 years ago

New feature

GitHub just announced the GitHub Container Registry (GHCR) to store container images: https://github.blog/2020-09-01-introducing-github-container-registry/

Usage scenario

Besides already supported container repositories such as https://hub.docker.com/, it would be great to also add future support for GHCR.

Thanks for the hard work on Nextflow!

pditommaso commented 4 years ago

Already supported. Prefix the container names with that registry name or use the docker.registry option https://www.nextflow.io/docs/latest/config.html#config-docker