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

ARM64 Support for Docker Images #106

Open
odidev opened this issue Feb 4, 2021 · 4 comments
Open

ARM64 Support for Docker Images #106

odidev opened this issue Feb 4, 2021 · 4 comments

Comments

@odidev
Copy link

odidev commented Feb 4, 2021

Hi Team,

I tried to build the docker image of this package for arm64 and found that it is calling index.yml file for different architecture which is further using some ibm runtime binaries which are not available for arm64.

I have looked for the index.yml and found this link which shows that index.yml is not available for arm64.

I also tried to get the source code of these index.yml files and their binaries but I was unable to find one.

I have also checked the ibmjava image and found that it does not have the arm64 compatible tag.

Do you have any plans to release arm64 images?

I am happy to help in adding the arm64 support, but it requires the above mentioned arm64 binary or the source code which generates these index.yml files and binaries.

@pshipton
Copy link
Member

pshipton commented Feb 4, 2021

There is no IBM ARM64 binary available at this time. https://hub.docker.com/_/adoptopenjdk is available. There are builds using Eclipse OpenJ9, which is also used by IBM Java.

@maulik-modi
Copy link

@odidev and @pshipton , I am just thinking loudly, can https://developer.ibm.com/languages/java/semeru-runtimes/downloads/ ARM64 JDK/JRE be useful here?

@pshipton
Copy link
Member

@maulik-modi Yes, aarch64/arm64 has been available since the 0.29 release (Oct 2021), see https://hub.docker.com/_/ibm-semeru-runtimes

@sdehors-ibm
Copy link

So is there a plan to deliver an aarch64 docker image ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants