Is there an existing issue for this?
Current Behavior
As of right now the latest stable version in 10.11.6 which is also specified on the dockerhub page
but with the "latest" tag it pulls version 10.11.4, in order to pull version .6 you have to specify it
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:10.11.6
Expected Behavior
Using the ":latest" tag pulls the current 10.11.6 image
Steps To Reproduce
- specify :latest in the docker compose file
- start container
- check version in the dashboard which turns out to be 10.11.4
- change the tag to 10.11.6
- start container
- check version whych has changed to 10.11.6
Environment
- OS: Debian sid/forky
- How docker service was installed: docker compose
CPU architecture
x86-64
Docker creation
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:10.11.6
container_name: jellyfin
environment:
- MALLOC_TRIM_THRESHOLD_=100000
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- JELLYFIN_PublishedServerUrl=http://192.168.0.5
volumes:
- /home/ninog/docker/jellyfin:/config
- /home/ninog/jellyfin/shows:/data/tvshows
- /home/ninog/jellyfin/movies:/data/movies
- /home/ninog/lidarr/music:/data/music
ports:
- 8096:8096
- 8920:8920
- 7359:7359/udp
- 1900:1900/udp
restart: unless-stopped
Container logs
Is there an existing issue for this?
Current Behavior
As of right now the latest stable version in 10.11.6 which is also specified on the dockerhub page
but with the "latest" tag it pulls version 10.11.4, in order to pull version .6 you have to specify it
Expected Behavior
Using the ":latest" tag pulls the current 10.11.6 image
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
services: jellyfin: image: lscr.io/linuxserver/jellyfin:10.11.6 container_name: jellyfin environment: - MALLOC_TRIM_THRESHOLD_=100000 - PUID=1000 - PGID=1000 - TZ=Etc/UTC - JELLYFIN_PublishedServerUrl=http://192.168.0.5 volumes: - /home/ninog/docker/jellyfin:/config - /home/ninog/jellyfin/shows:/data/tvshows - /home/ninog/jellyfin/movies:/data/movies - /home/ninog/lidarr/music:/data/music ports: - 8096:8096 - 8920:8920 - 7359:7359/udp - 1900:1900/udp restart: unless-stoppedContainer logs
.