Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't found? #44

Open
Gwill opened this issue May 25, 2015 · 7 comments
Open

Can't found? #44

Gwill opened this issue May 25, 2015 · 7 comments

Comments

@Gwill
Copy link

Gwill commented May 25, 2015

~$ docker pull dockerfile/elasticsearch
Pulling repository dockerfile/elasticsearch
FATA[0005] Error: image dockerfile/elasticsearch:latest not found
@pohsoonyap-KSO
Copy link

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

@ghost
Copy link

ghost commented May 26, 2015

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.

@mariussoutier
Copy link

Same here, and the other elasticsearch Docker is outdated.

@ghost
Copy link

ghost commented May 27, 2015

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.

@timini
Copy link

timini commented Jun 1, 2015

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

@billforward-alex
Copy link

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. ¯_(ツ)_/¯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants