-
Notifications
You must be signed in to change notification settings - Fork 236
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 [linux/arm/v7 internal] load metadata for docker.io/adoptopenjdk/openjdk13:debianslim-jre #526
Comments
Please try with 15. 13 is EOL at AdoptOpenJDK. |
Are you saying to use version 15 for Sending build context to Docker daemon 823.3kB
Step 1/16 : FROM adoptopenjdk/openjdk15:debianslim
debianslim: Pulling from adoptopenjdk/openjdk15
no matching manifest for linux/arm/v7 in the manifest list entries |
13 is generally end of life at AdoptOpenJDK, so we do not update the images anymore. 15 is the current version but there are indeed no ARM images for it. I don't think that's right. For the moment, only the official images have it: https://hub.docker.com/_/adoptopenjdk. |
Regarding the slims: debianslim should be the slim Debian image, slim is "slim" JDK (some parts were removed that not everybody uses). debianslim-slim would then be the slim Debian with the slim JDK. |
Sorry if is not the right place for this issue or not, but my attempt to use docker buildx option to build for a RaspberryPi using the linux/arm/v7 architecture resulted in an error that brought me to this project via the dockerhub page. Dockerfile
The text was updated successfully, but these errors were encountered: