Code Monkey home page Code Monkey logo

Comments (6)

peffis avatar peffis commented on June 15, 2024

I see the same for erlang:latest

$ docker run -it erlang
Unable to find image 'erlang:latest' locally
latest: Pulling from library/erlang
docker: no matching manifest for linux/amd64 in the manifest list entries.
See 'docker run --help'.
$ docker -v
Docker version 17.06.2-ce, build cec0b72

from docker-erlang-otp.

crestenstclair avatar crestenstclair commented on June 15, 2024

Have the same issue.

from docker-erlang-otp.

c0b avatar c0b commented on June 15, 2024

it looks like a registry issue, does @tianon have any idea?

I'm talking with registry API by https://docs.docker.com/registry/spec/api/#pulling-an-image

GET https://registry-1.docker.io/v2/library/erlang/tags/list
Authorization: Bearer :token

# returns a list of tags

GET https://registry-1.docker.io/v2/library/erlang/manifests/20.0.4
Authorization: Bearer :token

# all the older tags are still ok; returns the good manifest in schemaVersion 1

GET https://registry-1.docker.io/v2/library/erlang/manifests/20.0.4
Authorization: Bearer :token
Accept: application/vnd.docker.distribution.manifest.v2+json

# use Accept to get good manifest in schemaVersion 2

GET https://registry-1.docker.io/v2/library/erlang/manifests/20.0.5
Authorization: Bearer :token
Accept: application/vnd.docker.distribution.manifest.v2+json

# however, try to get manifests for 20.0.5 or latest or any other newer tags returns
# MANIFEST_UNKNOWN
#    with Accept header or without, v1 or v2

HTTP/1.1 404 Not Found
Content-Type: application/json; charset=utf-8
Docker-Distribution-Api-Version: registry/2.0
Date: Tue, 19 Sep 2017 17:05:56 GMT
Content-Length: 70
Connection: close
Strict-Transport-Security: max-age=31536000
Request duration: 0.207446s

{
  "errors": [
    {
      "code": "MANIFEST_UNKNOWN",
      "message": "manifest unknown"
    }
  ]
}

from docker-erlang-otp.

yosifkit avatar yosifkit commented on June 15, 2024

This is the same as docker-library/ruby#159; see specifically docker-library/ruby#159 (comment).

You can see the build progress of new erlang images here: https://doi-janky.infosiftr.net/job/multiarch/view/images/view/erlang/.

from docker-erlang-otp.

c0b avatar c0b commented on June 15, 2024

I see now resolved.

from docker-erlang-otp.

tianon avatar tianon commented on June 15, 2024

I've filed docker-library/official-images#3835 in order to have a central place to track this problem globally more directly. 👍 ❤️

from docker-erlang-otp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.