docker-library / openjdk

Docker Official Image packaging for EA builds of OpenJDK from Oracle
http://openjdk.java.net
MIT License
1.14k stars 471 forks source link

RaspberryPI3B cannot use this container #463

Closed Conmi-WhiteJoker closed 2 years ago

Conmi-WhiteJoker commented 2 years ago

root@raspberrypi:~ # sudo docker pull openjdk Using default tag: latest latest: Pulling from library/openjdk no matching manifest for linux/arm/v6 in the manifest list entries

yosifkit commented 2 years ago

no matching manifest for linux/arm/v6 in the manifest list entries

That is correct. Even though your pi 3 has a 64 bit chip, if it is running Raspbian, then it is an arm32v6 user space. arm32v6 is not supported by the openjdk project; see https://jdk.java.net/16/

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


You might be able to run arm64 images by using --platform=linux/arm64 on your docker pull