linuxserver / docker-jellyfin

GNU General Public License v3.0
642 stars 97 forks source link

Error when pulling latest image buildL digest 5480a9df17e7 #162

Closed flyingfishflash closed 2 years ago

flyingfishflash commented 2 years ago
[container-runner@nas jellyfin]$ podman image pull lscr.io/linuxserver/jellyfin:10.8.1
Trying to pull docker.io/linuxserver/jellyfin:10.8.1...
Error: parsing image configuration: unexpected EOF

Prior builds work fine, 10.8.0 tag, etc.

[container-runner@nas jellyfin]$ podman image pull lscr.io/linuxserver/jellyfin:10.8.0
Trying to pull lscr.io/linuxserver/jellyfin:10.8.0...
Getting image source signatures
Copying blob a825881b5de5 done  
Copying blob 7d018c5b6330 done  
Copying blob 4670158d3d8c done  
Copying blob a9699494e6d8 done  
Copying blob adb983d372d2 done  
Copying blob 7ccf87047b90 done  
Copying blob c49175c2bc39 done  
Copying blob 75ce550f588e done  
Copying blob 3d97d943ff27 done  
Copying config 39648aab36 done  
Writing manifest to image destination
Storing signatures
39648aab36e8a44aa90439f0e09f2522db489764255dceea8eccb9eeabdbf48f
github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

Roxedus commented 2 years ago

does it work with docker.io rather than lscr.io?

flyingfishflash commented 2 years ago

It does not work with docker.io either

flyingfishflash commented 2 years ago

I'm not clear if this was an issue on my side or not but I was able to pull the image again without error. TY.