Skip to content

[BUG] Public image download fails - manifest unknown #441

@truthsword

Description

@truthsword

Is there an existing issue for this?

  • I have searched the existing issues

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

- OS: Debian Bookworm

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

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