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

Failed to load cache key for Java 7 #2

Open
jmcollin78 opened this issue May 20, 2021 · 1 comment
Open

Failed to load cache key for Java 7 #2

jmcollin78 opened this issue May 20, 2021 · 1 comment

Comments

@jmcollin78
Copy link

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.

@jmcollin78
Copy link
Author

This is a matter of Docker release. Maybe you can just re-build and publish updated image.

Thanks i advance.

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

1 participant