jaedb / Iris

Discover, explore and manage your music library across multiple sources with this beautiful web-based interface. Iris is a Mopidy frontend extension.
Apache License 2.0
1.13k stars 132 forks source link

Dockerhub to have all version tags #872

Closed DecWebb closed 1 year ago

DecWebb commented 1 year ago

Problem to solve

Each new release overwrites the latest tag on dockerhub https://hub.docker.com/r/jaedb/iris/tags

I would like there to be individual version tags published too. This did used to be the case but stopped at 3.58.0.

For example, i updated and pruned the image then had a similar experiece to #871 so would like to roll back, but the image doesnt exist.

Thanks

Proposed solution

Add version tags along with the latest tag to dockerhub images when publising future releases

Additional info

No response