-
Notifications
You must be signed in to change notification settings - Fork 476
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
Provide images for openjdk-8u191 (backports from java 10 concerning better docker support) #245
Comments
Yes please. The Alpine image on Docker Hub is still on 8u171 for some reason whereas the debian and other images are all on 8u181. But ideally, 191 would be preferred as I also need some of the backports that improve Docker compatibility. |
It seems that the openjdk-docker team is waiting for newer packages to appear in alpine. The alpine team is waiting for newer releases of IcedTea and on the IcedTea site I could not find anything about future releases. Not the best situation now... |
Hi @ManfredSchenkIOSB The demo is :
It should be possible to close this then. |
The current version of the Debian package
|
@iperdomo , not sure what is the exact image you pulled over-there. However, i just have tried it myself. @ceeaspb was right the "UseContainerSupport" is in actual fact included. The link provided for "IceTea 3.9.0" mentions in their changelog of feature: S8146115 which you can take a look at the details here, which is work around backporting the functionality for "UseContainerSupport" Test:
and the run:
This seems to be fixed on the alpine based images.. not sure for the rest.. Regards ade |
The details of the issue backported from v10 to v8u191 : JDK-8146115, and mentioning that UseContainerSupport is enabled by default. |
Any updates? |
Since this appears to be waiting on icedTea / alpine, is there anything preventing the creation of a debian-based 8u191 image? Debian appears to have openjdk packaged at |
When is the debian image gonna be created? Any updates? |
8u191-b12-2 appears to only be in debians unstable repository -> https://packages.debian.org/unstable/java/openjdk-8-jre Stable is still tracking 8u181-b13-2 -> https://packages.debian.org/stable/java/openjdk-8-jre Interestingly the testing repo has the oldest version 8u171-b11-2 -> https://packages.debian.org/testing/java/openjdk-8-jre |
Would be really great to get this! |
This comment is a little out-of-date, but still applies (we no longer have an openjdk based on sid: #259).
As for getting |
191 is now available in alpine. $ docker run openjdk:8-jre-alpine /bin/sh -c "java -XX:+UnlockDiagnosticVMOptions -XX:+PrintFlagsFinal -version|grep UseContainerSupport"
bool UseContainerSupport = true {product}
openjdk version "1.8.0_191"
OpenJDK Runtime Environment (IcedTea 3.10.0) (Alpine 8.191.12-r0)
OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode) |
Created an issue around updating openjdk versions: #272. |
According to the releasenotes of java 8 update 191 the docker-specific enhancements from java 10 were backported to java 8.
So it would be nice to have an image available which contains this enhanced support.
The text was updated successfully, but these errors were encountered: