For weeks my Unraid server now tries to update the docker image and failing because of the error message
no matching manifest for linux/amd64 in the manifest list entries
This seems to only happen when I use the latest tag, because I could just pull the 1.9.2 tag just fine.
I tried both lscr.io and dockerhub but both fail with the above message.
doesn't work from dockerhub
docker pull linuxserver/emulatorjs
Using default tag: latest
latest: Pulling from linuxserver/emulatorjs
no matching manifest for linux/amd64 in the manifest list entries
doesn't work from lscr.io
docker pull lscr.io/linuxserver/emulatorjs
Using default tag: latest
latest: Pulling from linuxserver/emulatorjs
no matching manifest for linux/amd64 in the manifest list entries
works with 1.9.2
docker pull lscr.io/linuxserver/emulatorjs:1.9.2
1.9.2: Pulling from linuxserver/emulatorjs
Digest: sha256:b7003f7d4f383dd32d210ba08f24c840276fdf92c211bd18a798d47647311290
Status: Image is up to date for lscr.io/linuxserver/emulatorjs:1.9.2
lscr.io/linuxserver/emulatorjs:1.9.2
doesn't work with amd64-latest
docker pull lscr.io/linuxserver/emulatorjs:amd64-latest
amd64-latest: Pulling from linuxserver/emulatorjs
no matching manifest for linux/amd64 in the manifest list entries
I noticed that all "latest" entries on dockerhub don't have any OS/Arch, digest or Size information either.
But other projects do (for example, Diskover)
Is there a particular reason why latest cannot be pulled anymore?
For weeks my Unraid server now tries to update the docker image and failing because of the error message
This seems to only happen when I use the
latesttag, because I could just pull the 1.9.2 tag just fine.I tried both
lscr.ioanddockerhubbut both fail with the above message.doesn't work from dockerhub
doesn't work from lscr.io
works with 1.9.2
doesn't work with amd64-latest
I noticed that all "latest" entries on dockerhub don't have any OS/Arch, digest or Size information either.
But other projects do (for example, Diskover)
Is there a particular reason why latest cannot be pulled anymore?