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

java:oracle-java8 not found #19

Closed
Jamarilo opened this issue May 6, 2015 · 8 comments
Closed

java:oracle-java8 not found #19

Jamarilo opened this issue May 6, 2015 · 8 comments

Comments

@Jamarilo
Copy link

Jamarilo commented May 6, 2015

Hi i can not pull an Image form java:oracle-java8

Unable to find image 'dockerfile/java:oracle-java8' locally
Pulling repository dockerfile/java
FATA[0003] Error: image dockerfile/java:oracle-java8 not found

thanks for your help

@jniesen
Copy link

jniesen commented May 6, 2015

We're getting the same thing for java:oracle-java7

sudo docker run -it --rm dockerfile/java:oracle-java7 java -version
Unable to find image 'dockerfile/java:oracle-java7' locally
Pulling repository dockerfile/java
2015/05/06 19:54:28 HTTP code: 404

@kennyg
Copy link

kennyg commented May 6, 2015

@jniesen it looks to be related to this post: https://forums.docker.com/t/dockerfile-java-oracle-java7-repo-not-found-issue/1472/2 . it seems the dockerfile repo's been migrated, and in the process the oracle java image has been removed or otherwise gone missing.

@Jamarilo
Copy link
Author

Jamarilo commented May 7, 2015

@kennyg thanks a lot you're right they have moved this repo to an offical Dockerhub:

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

@scf37
Copy link

scf37 commented May 7, 2015

So, they deleted all oracle java images. Who uses openjdk in production, seriously?
Edit: just wanted to say thanks for breaking our Dockerfiles that depend on dockerfile/java:oracle-java8

@Jamarilo
Copy link
Author

Jamarilo commented May 7, 2015

No one uses openjedk in production.... you can say thanks to Oracle. I have create my own Ubuntu Base with Oracle-java installed on it...

@acidghost
Copy link

So.. How can the problem be solved?

I'm new to docker..

Edit: resolved replacing dockerfile/java with java:7

@gurusharma08
Copy link

docker search java:java8
repository command in ur docker vm

@danktec
Copy link

danktec commented Oct 8, 2016

docker pull openjdk:8

FROM openjdk:8

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

7 participants