Bioconductor / OrchestratingSingleCellAnalysis

Content for the OSCA Book.
http://bioconductor.org/books/devel/OSCA/
64 stars 37 forks source link

Follow the best practices of Bioconductor containers #36

Closed nturaga closed 3 years ago

nturaga commented 3 years ago

Since OSCA is in the Bioconductor organization on Dockerhub, adding https://github.com/Bioconductor/bioconductor_docker/blob/master/best_practices.md will be useful.

Particularly, adding LABELS,

LABEL name="bioconductor/bioconductor_docker_<image-name>" \
      version="0.99.0" \
      url="https://github.com/Bioconductor/bioconductor_docker_<image-name>" \
      maintainer="myname@email.com" \
      description="Description of my image" \
      license="Artistic-2.0"
LTLA commented 3 years ago

Happy to take a PR.