Closed martensjostrand closed 6 years ago
@martensjostrand please use the official Docker image openjdk
or some tags there. The official images provide multi-arch images for ARM.
Example:
$ docker run --rm mplatform/mquery openjdk:8-jre-alpine
Image: openjdk:8-jre-alpine
* Manifest List: Yes
* Supported platforms:
- linux/amd64
- linux/arm/v6
- linux/arm64/v8
- linux/386
- linux/ppc64le
- linux/s390x
Hi,
Ran into this issue when I experimented with docker/java/rpi. Please let me know if you need more details.
Issue
Ran
docker run --rm hypriot/rpi-java:jre-1.8.111 java -version
on my Rpi Model B with Hypriot 1.2.0. Got the following message:/usr/bin/entry.sh: line 86: 6 Illegal instruction (core dumped) "$CMD" "$@"
Full procedure with the output from my Rpi:
Expected
I expected similar results as
rpi-java:jre-1.7.0
provides:Is there some problem with hypriot/rpi-java:1.8.111 or am I doing it wrong? Thanks, Mårten