Is there an existing issue for this?
Current Behavior
I noticed that there is a "public" tagged image:

Updated my compose stack to show "public" instead of "latest":

Pulled image ... docker compose pull and got "manifest unknown"

Expected Behavior
Image pull without error.
Steps To Reproduce
docker compose pull
Environment
CPU architecture
x86-64
Docker creation
services:
plex:
image: lscr.io/linuxserver/plex:public
container_name: plex
restart: unless-stopped
devices:
- /dev/dri:/dev/dri
cap_drop:
- ALL
cap_add:
- CHOWN
- DAC_OVERRIDE
- SETGID
- SETUID
security_opt:
- no-new-privileges:true
environment:
- PUID=1000
- PGID=1000
- VERSION=docker
network_mode: host
volumes:
- /home/erik/stacks/plex/config:/config
- /mnt/movies:/movies:ro
- /mnt/tv_shows:/tvshows:ro
- /mnt//music:/music:ro
- /mnt/temp:/others:ro
- /mnt/optimize:/transcode
Container logs
[+] pull 1/1
✘ Image lscr.io/linuxserver/plex:public Error manifest unkn... 1.4s
Error response from daemon: manifest unknown
Is there an existing issue for this?
Current Behavior
I noticed that there is a "public" tagged image:

Updated my compose stack to show "public" instead of "latest":

Pulled image ...

docker compose pulland got "manifest unknown"Expected Behavior
Image pull without error.
Steps To Reproduce
docker compose pull
Environment
- OS: Debian BookwormCPU architecture
x86-64
Docker creation
services: plex: image: lscr.io/linuxserver/plex:public container_name: plex restart: unless-stopped devices: - /dev/dri:/dev/dri cap_drop: - ALL cap_add: - CHOWN - DAC_OVERRIDE - SETGID - SETUID security_opt: - no-new-privileges:true environment: - PUID=1000 - PGID=1000 - VERSION=docker network_mode: host volumes: - /home/erik/stacks/plex/config:/config - /mnt/movies:/movies:ro - /mnt/tv_shows:/tvshows:ro - /mnt//music:/music:ro - /mnt/temp:/others:ro - /mnt/optimize:/transcodeContainer logs