Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

no matching manifest for linux/amd64 in the manifest list entries #174

@Fribb

Description

@Fribb

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.

Image

But other projects do (for example, Diskover)

Image

Is there a particular reason why latest cannot be pulled anymore?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions