Skip to content

[BUG] pulling latest pulls an older image #321

@danielvxsp

Description

@danielvxsp

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

As of right now the latest stable version in 10.11.6 which is also specified on the dockerhub page

Image Image

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

  1. specify :latest in the docker compose file
  2. start container
  3. check version in the dashboard which turns out to be 10.11.4
  4. change the tag to 10.11.6
  5. start container
  6. 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

.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions