Git Product home page Git Product logo

Comments (7)

pohsoonyap-KSO avatar pohsoonyap-KSO commented on September 26, 2024

Im having the same issue :( How to resolve this?

from elasticsearch.

 avatar commented on September 26, 2024

A couple of systems on my end broke because of this. I fixed it by using
docker pull elasticsearch

I don't know if the "dockerfile" repository images were promoted to the top-level repository, or if I'm now using a different image from Docker's official repo, but it works perfectly fine anyway so I'll just continue to use it.

from elasticsearch.

mariussoutier avatar mariussoutier commented on September 26, 2024

Same here, and the other elasticsearch Docker is outdated.

from elasticsearch.

 avatar commented on September 26, 2024

Many images in the "dockerfile" repository seem to have the same problem (look at issues in each github repo in https://github.com/dockerfile).
The image of docker's official repo has the latest elasticsearch version (tag 1.5.2), it's not outdated : https://registry.hub.docker.com/_/elasticsearch/

Still waiting for an answer here though.

from elasticsearch.

timini avatar timini commented on September 26, 2024

so what happened to dockerfile? The /elasticsearch version is different

from elasticsearch.

timini avatar timini commented on September 26, 2024

https://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/

from elasticsearch.

billforward-alex avatar billforward-alex commented on September 26, 2024

My interpretation of @timini's URL — which lists https://registry.hub.docker.com/_/elasticsearch/ under "Please update your images today from these Official Repos" — was that I needed to pull from:

docker pull registry.hub.docker.com/library/elasticsearch

I replaced the _ in the URL, with library, since library/elasticsearch is referenced in the repository description.

Edit:
Err, looks like it's still a legacy version?

Status: Downloaded newer image for registry.hub.docker.com/library/elasticsearch:latest
registry.hub.docker.com/library/elasticsearch: this image was pulled from a legacy registry. Important: >This registry version will not be supported in future versions of docker.

I tried also pulling:

docker pull registry.hub.docker.com/elasticsearch

This succeeds, but seems to be the same thing:

Status: Image is up to date for registry.hub.docker.com/elasticsearch:latest
registry.hub.docker.com/elasticsearch: this image was pulled from a legacy registry. Important: This registry version will not be supported in future versions of docker.

You can also pull from

docker pull elasticsearch

Which I believe leads you to docker.io/library/elasticsearch. Results in:

docker.io/library/elasticsearch: this image was pulled from a legacy registry. Important: This registry version will not be supported in future versions of docker.

I think the error is just saying that the registry itself (i.e. docker.io) is a legacy registry — elasticsearch itself is perhaps fine.

Okay, this is the only one that didn't complain:

docker pull library/elasticsearch

Maybe it just consults a different Docker registry. ¯_(ツ)_/¯

from elasticsearch.

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.