-
Notifications
You must be signed in to change notification settings - Fork 66
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
Missing JRE builds for 11.x and 15.x #41
Comments
I'm interested in knowing whether there are plans to maintain JRE images for these as well. Particularly, for the alpine variants. Does anyone know? |
We too would like to know what happened to amazoncorretto:11-alpine-jre and what the future plan is - any references will be appreciated! The jre tags have been deleted from the README.md on September 15. However the Dockerfile for JRE 11 alpine is still there. |
Hello! Any |
It's almost 5 months since this is opened and no reaction at all. |
I can't speak for JDK 11 but for JDK 15 we made a great improvement to the Corretto Docker repository recently with the new 'slim' variant of the JDK Dockerfiles: I've just added issue #51 to promote these slim builds being published. It should be pretty easy to create a JDK 11 version too. They are not exactly JRE's in the sense that whilst cut down they are still fully functional JDKs. I think if you wanted to build a real JRE version of Corretto that would have to be a concern of the core Corretto team rather than something you could do in the docker image. The slim dockerfile just uses jlink to remove documentation, debug and header files. Other than that the whole JDK is there. Maybe it's splitting hairs on the name, but if you look at the contents of the original JRE packages they are quite different.
Even though it's not a JRE, just a slim JDK, the size saved is still significant: Uncompressed: Compressed: If we can get these published I think it will wind up saving a huge amount of data transfer and result in great increases in startup performance too. |
Same question as everyone else has. @cliveverghese Is there a reason why the 11-alpine-jre image is not available? Anyone know what size it was? 11-alpine is 323MB. |
+1 why 11-alpine-jre image is not available at dockerhub? |
no 15 dockerfile? |
Corretto-15 is no longer supported, please use Corretto-17 to get the latest features and improvements. |
Related: corretto/corretto-11#176 |
Guys, I am not able to find JRE images for
11.x
and15.x
.Does it related to end-user dependent
jlink
minification or what?Do you have any plans to maintain generic JRE image?
Thanks.
The text was updated successfully, but these errors were encountered: