We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This image only supports amd64. Is there any plan to launch a version running on ARM arch, such as raspberry pi 4B.
The text was updated successfully, but these errors were encountered:
In Dockerfile use this:
FROM arm64v8/ubuntu:18.04
...
And install the other JAVA
RUN apt-get -qqy update && apt-get -qqy --no-install-recommends install openjdk-8-jdk-headless ... other installs ...
ENV JAVA_HOME="/usr/lib/jvm/java-8-openjdk-arm64/jre" PATH=$PATH:$JAVA_HOME/bin
... other options and commands ...
Sorry, something went wrong.
No branches or pull requests
This image only supports amd64. Is there any plan to launch a version running on ARM arch, such as raspberry pi 4B.
The text was updated successfully, but these errors were encountered: