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
Hello,
I try to use your Java 7 image but I ran into an error that I can't explain:
FROM tifayuki/java:7 MAINTAINER Jean-Marc Collin <[email protected]> RUN apt-get update && \ apt-get install -y pwgen zip unzip vim nginx ...
docker build leads to:
[+] Building 1.8s (5/24) => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 1.75kB 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [internal] load metadata for docker.io/tifayuki/java:7 1.5s => [internal] load build context 0.0s => ERROR [ 1/20] FROM docker.io/tifayuki/java:7@sha256:8f1cd18b5c78e64415de365e9e9b5279064cac6d032be1d0ee2e328f0abd2185 0.0s => => resolve docker.io/tifayuki/java:7@sha256:8f1cd18b5c78e64415de365e9e9b5279064cac6d032be1d0ee2e328f0abd2185 0.0s ------ > [ 1/20] FROM docker.io/tifayuki/java:7@sha256:8f1cd18b5c78e64415de365e9e9b5279064cac6d032be1d0ee2e328f0abd2185: ------ failed to load cache key: invalid empty config file resolved for docker.io/tifayuki/java:7@sha256:8f1cd18b5c78e64415de365e9e9b5279064cac6d032be1d0ee2e328f0abd2185
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
This is a matter of Docker release. Maybe you can just re-build and publish updated image.
Thanks i advance.
Sorry, something went wrong.
No branches or pull requests
Hello,
I try to use your Java 7 image but I ran into an error that I can't explain:
docker build leads to:
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: