Is this a new feature request?
Wanted change
Hello! If possible, could you add an X.Y version tag so that people can pull only Jellyfin 10.11 releases specifically, for example? The official Jellyfin docker container also does this: https://jellyfin.org/docs/general/installation/container/
Reason for change
This would allow people to more easily and conveniently pull minor updates to major versions instead of having to manually update their Docker compose every time a minor revision to a major version is released. Currently, every time Jellyfin updates version v10.11, I have to manually go into my docker compose YAML and update the tag number. I know that latest exists, but I'd rather wait and stay on v10.11 when Jellyfin officially releases v12 to the public, and update the tag when I know that v12 is in a stable enough state.
I do not want my Docker container to automatically update whenever a new major version is released, because sometimes they introduce breaking changes that need to be fixed with future updates or manual intervention is sometimes required to make sure the upgrade from v10.11 to v12, for example, goes smoothly.
Proposed code change
No response
Is this a new feature request?
Wanted change
Hello! If possible, could you add an
X.Yversion tag so that people can pull only Jellyfin10.11releases specifically, for example? The official Jellyfin docker container also does this: https://jellyfin.org/docs/general/installation/container/Reason for change
This would allow people to more easily and conveniently pull minor updates to major versions instead of having to manually update their Docker compose every time a minor revision to a major version is released. Currently, every time Jellyfin updates version v10.11, I have to manually go into my docker compose YAML and update the tag number. I know that
latestexists, but I'd rather wait and stay on v10.11 when Jellyfin officially releases v12 to the public, and update the tag when I know that v12 is in a stable enough state.I do not want my Docker container to automatically update whenever a new major version is released, because sometimes they introduce breaking changes that need to be fixed with future updates or manual intervention is sometimes required to make sure the upgrade from v10.11 to v12, for example, goes smoothly.
Proposed code change
No response