spotify / XCMetrics

XCMetrics is the easiest way to collect Xcode build metrics and improve developer productivity.
https://xcmetrics.io
Other
1.1k stars 77 forks source link

Docker Image Version Tags #43

Closed dlbuckley closed 3 years ago

dlbuckley commented 3 years ago

We are deploying XCMetrics to AWS using Elastic Beanstalk to pull the latest docker image from docker hub. At the moment we can only deploy the latest version of XCMetrics as that is the only tag available, but we would like control over which version we deploy.

Could the versions start to be tagged in addition to latest in docker hub so we can control which version we deploy?

Docker Hub Tags: https://hub.docker.com/r/spotify/xcmetrics/tags?page=1&ordering=last_updated

ecamacho commented 3 years ago

We have enabled this. One tag is automatically created with each release: https://hub.docker.com/r/spotify/xcmetrics/tags?page=1&ordering=last_updated

dlbuckley commented 3 years ago

Awesome, thank you ❤️