luntergroup / octopus

Bayesian haplotype-based mutation calling
MIT License
299 stars 37 forks source link

Adding a version tag of the Docker Image on DockerHub #201

Closed tinyheero closed 2 years ago

tinyheero commented 2 years ago

Thanks for putting a Docker image on Dockerhub! I am assuming that the official repository is at https://hub.docker.com/r/dancooke/octopus. Would it be possible to add a version tag (e.g. 0.7.4) in addition to the latest tag? This would make reproducibility easier as I can always reference a specific version tag when pulling. For instance:

docker pull dancooke/octopus:0.7.4

While docker pull dancooke/octopus works, it will always pull the latest which presumbly will eventually be a newer release that could break existing code (e.g. downloading a newer version when the code has been setup for an older version)

Kind regards,

dancooke commented 2 years ago

Done

tinyheero commented 2 years ago

Thank you!