2024-06-06, 07:26 PM
(This post was last modified: 2024-06-06, 07:28 PM by joshuaboniface. Edited 3 times in total.)
For our Docker users, we now have additional tags you can use to more granularly pull the images! This applies both to Docker Hub and GHCR. Going forward, we'll be publishing tags like so:
latest
, always tracks whatever the latest release is, including through major and minor version bumpsX
(e.g. 10), tracks the latest in 10.y.z (which is our "major" version for the forseeable future) NEWX.Y
(e.g. 10.9), tracks the latest in 10.9.z minor, good for those who don't want to jump right to 10.10 later on but want the bugfix releases automatically NEWX.Y.Z
(e.g. 10.9.6), tracks the specific point releaseX.Y.Z.YYYYMMDD-HHMMSS
(e.g. 10.9.6.20240606-184155), tracks the specific packaging build, which in future might change for long-running stable releases to update dependencies and such, while still tracking the same Jellyfin code revision (i.e. vX.Y.Z
tag)