We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Did docker remove the images or did you guys?
Both the links below show empty pages https://hub.docker.com/r/dockerfile/
https://hub.docker.com/u/dockerfile/
Any pull docker pull dockerfile/ubuntu Pulling repository dockerfile/ubuntu FATA[0001] Error: image dockerfile/ubuntu:latest not found
docker pull dockerfile/java:latest Pulling repository dockerfile/java FATA[0004] Error: image dockerfile/java:latest not found
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
They all moved - https://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/
Replace dockerfile/java with registry.hub.docker.com/java
dockerfile/java
registry.hub.docker.com/java
Why not update the readme in that case?
No branches or pull requests
Did docker remove the images or did you guys?
Both the links below show empty pages
https://hub.docker.com/r/dockerfile/
https://hub.docker.com/u/dockerfile/
Any pull
docker pull dockerfile/ubuntu
Pulling repository dockerfile/ubuntu
FATA[0001] Error: image dockerfile/ubuntu:latest not found
docker pull dockerfile/java:latest
Pulling repository dockerfile/java
FATA[0004] Error: image dockerfile/java:latest not found
The text was updated successfully, but these errors were encountered: