Dragonfly2 icon indicating copy to clipboard operation
Dragonfly2 copied to clipboard

Can't pull images from lscr.io/linuxserver

Open AllenShen opened this issue 5 months ago • 4 comments

Bug report:

When pulling image from lscr.io/linuxserver, like lscr.io/linuxserver/plex:latest or lscr.io/linuxserver/kasm:latest, error occured: image actually the image doesn't require authentication

we found out this image registry is a 'mirror' registry, requests to this registry will be moved(302) to ghcr.io, when we just run ‘docker pull ghcr.io/linuxserver/plex:latest’, it works. Seems like dragonfly doesn't support responses with http code 302 when reading blobs from registry.

Expected behavior:

pull image successfully

How to reproduce it:

docker pull lscr.io/linuxserver/plex:latest

Environment:

  • Dragonfly version: 2.1.45
  • OS: ubuntu 22.04
  • Kernel (e.g. uname -a): 6.5.0-35-generic
  • Others:

AllenShen avatar Sep 11 '24 02:09 AllenShen