Search This Blog

Sunday, 12 July 2020

Docker Error: no matching manifest for windows/amd64 10.0.18362 in the manifest list entries

Docker Error: no matching manifest for windows/amd64 10.0.18362 in the manifest list entries.

Error as below


There are three possible reasons for this error.

  1. Error When Using "Latest" Tag
    While images are rebuilding on DockerHub, the "latest" tag will become momentarily unavailable while updating. This issue will resolve itself or can be mitigated by selecting a versioned tag.
  2. The Tag Is Not Available
    A tag that used to be available may no longer be listed or have had it's naming convention modified. A tag may have been "Version8.0" previously and became "Version8.0.0" recently.
  3. Image Is Not Designed For x86, Such As ARM
    The image you are trying to build may be designed to run on a different architecture, such as an ARM-based CPU.

Solution as below

  1. Enable the docker setting "experimental" as true.

  2. docker pull graphiteapp/graphite-statsd:[Specific version > other than latest or older and stable version.
    so I have tried with version 1.1.7-3, docker command as below
    docker pull graphiteapp/graphite-statsd:1.1.7-3

Screenshot as below

Graphite


No comments:

Post a Comment

Elasticsearch - Nodes, clusters, and shards

Elastic Stack Video - Load your gun in short time.   Beginner's Crash Course to Ela...

Recent Post