-
Notifications
You must be signed in to change notification settings - Fork 728
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
[JDK11] Add Dockerfile(s) for z/p Linux and update xLinux Dockerfile #2188
Conversation
Issue #2190 to Update boot JDK download links in JDK11 Dockerfile(s). fyi - @pshipton |
Java 10 nightly builds are now available at AdoptOpenJDK for zLinux. |
- gcc-7/g++7 is used. Currently, gcc-7/g++7 installs gcc-7.3/g++7.3. For zLinux, the Spectre fix is expected to be in gcc-7.4. - Latest OpenJDK10-OpenJ9 zLinux nightly build from AdoptOpenJDK is used as the boot JDK. [ci skip] Signed-off-by: Babneet Singh <[email protected]>
- gcc-7/g++7 is used. gcc-7/g++7 installs gcc-7.3/g++7.3. - Latest OpenJDK10-OpenJ9 pLinux nightly build from AdoptOpenJDK is used as the boot JDK. [ci skip] Signed-off-by: Babneet Singh <[email protected]>
JDK11 x86 Ubuntu16 Dockerfile has been updated to use the latest OpenJDK10-OpenJ9 xLinux nightly build from AdoptOpenJDK as the boot JDK. [ci skip] closes: eclipse-openj9#2190 Signed-off-by: Babneet Singh <[email protected]>
@pshipton I have updated all JDK11 dockerfiles to use the latest nightly build from AdoptOpenJDK as the bootJDK. I used the AdoptOpenJDK API to download the latest nightly build. I saw the |
We could start using the 0.9.0 release once its available, I'll keep #2190 open for now so we can ponder it. |
Add Dockerfile for JDK11 zLinux (s390x_linux)
gcc-7/g++7 is used. Currently, gcc-7/g++7 installs gcc-7.3/g++7.3.
Latest OpenJDK10-OpenJ9 zLinux nightly build from AdoptOpenJDK is used
as the boot JDK.
Add Dockerfile for JDK11 pLinux (ppcle_linux)
gcc-7/g++7 is used. gcc-7/g++7 installs gcc-7.3/g++7.3.
Latest OpenJDK10-OpenJ9 pLinux nightly build from AdoptOpenJDK is used
as the boot JDK.
Update JDK11 x86 Ubuntu16 Dockerfile
OpenJDK10-OpenJ9 xLinux nightly build from AdoptOpenJDK as the boot JDK.
[ci skip]
see also #2190
Signed-off-by: Babneet Singh [email protected]