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

Error docker pull openjdk in raspberry #432

Closed
ssg127 opened this issue Sep 4, 2020 · 2 comments
Closed

Error docker pull openjdk in raspberry #432

ssg127 opened this issue Sep 4, 2020 · 2 comments
Labels
question Usability question, not directly related to an error with the image

Comments

@ssg127
Copy link

ssg127 commented Sep 4, 2020

Hi, I've installed docker on my raspberry pi 4 model B and now I want to run openjdk in version 13. I use docker pull openjdk:13.0.2 to pull the image but I get the error:

13.0.2: Pulling from library/openjdk
no matching manifest for linux/arm/v7 in the manifest list entries

I've tried the default tag but the error is the same.

I'm using Noobs as OS and I've tried to run docker run hello-world to test that docker is working and it works ok.

@ssg127
Copy link
Author

ssg127 commented Sep 4, 2020

I've found the image arm32v7/openjdk and this one can be installed but I need openjdk 13 and it's not available.

@wglambert wglambert added the question Usability question, not directly related to an error with the image label Sep 4, 2020
@wglambert
Copy link

JDK 13 reached EOL in March 8a2c63d

We have a support matrix of the versions/variants #272

You can still use that image by its sha hash though https://github.com/docker-library/repo-info/blob/68ee2d0de808d921b95850a85a87e6f900cbb5e6/repos/openjdk/remote/13.md but it will not receive updates, also it didn't support arm32v7

https://hub.docker.com/_/openjdk/

Supported architectures: amd64, arm64v8, windows-amd64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Usability question, not directly related to an error with the image
Projects
None yet
Development

No branches or pull requests

2 participants