-
Notifications
You must be signed in to change notification settings - Fork 738
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
Create a dockerfile for OpenJDK 10 builds and update v8 & v9 dockerfiles #1497
Comments
@babsingh Can you create the JDK 10 docker file? The Extensions repo is at https://github.com/ibmruntimes/openj9-openjdk-jdk10 and should have content soon. |
For the bootjdk, we should try to use an AdoptOpenJDK JDK9 build. Adopt has an API that can be used to download specific binaries https://api.adoptopenjdk.net/README Let's get the 10 dockerfile asap and then look at updating the 8/9 ones |
Started dockerfile work for OpenJDK 10 builds here: #1514 |
Started work to update JDK9 ( |
For JDK 8 DockerFiles, we won't be able to use Adopt builds for the boot jdk since AdoptOpenJDK doesn't support OpenJDK7 builds. An exception was made for JDK8 Started work to update JDK8 |
@SueChaplain @DanHeidinga All changes have been delivered. This issue can be closed. Update:
|
Thanks @babsingh
Have you opened a PR for the update to the website as well? |
Created a pull request for updating |
Build_Instructions_V10.md: Includes full set of build instructions for JDK 10. It has been copied from Build_Instructions_V9.md and updated to reflect JDK 10 instructions. It will need to be revised by the original author. It has been added since https://www.eclipse.org/openj9/oj9_build.html will point to these instructions via a web-link. buildenv/aix/jdk10/yum_install_aix-ppc64.txt: Includes a list of packages needed to build OpenJDK 10 on AIX PPC. Currently, it is copied from buildenv/aix/jdk9/yum_install_aix-ppc64.txt. Someone with access to a personal AIX machine would need to test this file using yum and update it accordingly. It has been added since Build_Instructions_V10.md points to buildenv/aix/jdk10/yum_install_aix-ppc64.txt via a file path link. openj9 issue: eclipse-openj9#1497 openj9-website pull request: eclipse-openj9/openj9-website#73 [skip ci] Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
@DanHeidinga all changes are compete for this issue. the eclipse openj9 build page has been updated to show Java 10 instructions: https://www.eclipse.org/openj9/oj9_build.html. so, this issue can be closed. |
/buildenv/docker/* dockerfiles for Java 8 & 9 pull OpenJDK builds from Ubuntu as the bootjdk images. These should be replaced with Adopt builds.
We also need a dockerfile for Java 10 which we can link to from the OpenJ9 website build page:
https://www.eclipse.org/openj9/oj9_build.html
The text was updated successfully, but these errors were encountered: