glassfish
glassfish copied to clipboard
Docker image for glassfish to replace oracle/glassfish
"Docker image for glassfish"
Environment Details
- GlassFish Version (and build number): 5
- JDK version: 1.8
- OS: Docker Linux
- Database: /
Problem Description
Since GlassFish Docker image oracle/glassfish has been removed from the Oracle docker-images repository as part of the donation process to the Eclipse Foundation, I can't continue to build my docker image from oracle/glassfish:5.0-web.
Are you going to create a new official image to replace oracle/glassfish ? I can't find any official images for glassfish 5 today on docker hub ...
Steps to reproduce
Dockerfile :
FROM oracle/glassfish:5.0-web
Impact of Issue
I can't continue to build my docker image to deliver on docker hub my new version of my open-source project
GlassFish 5.0 can work with JDK 1.8.0.151<=GlassFish_Java_Version<= 1.8.0.141. The reason behind that is https://github.com/javaee/glassfish/issues/22407. Though the issue is fixed in the upstream repository(Glassfish 5.0.1), but it's not backported to GlassFish 5.0(and there is no plan of backporting either) Oracle Linux team has removed older RPMs( JDK 1.8.0.151) as part of the repo cleanup: https://blogs.oracle.com/linux/upcoming-change-to-oracle-linux-package-channels. JDK 1.8.0.151 has known vulnerability and to publish the GlassFish docker image we should use only the latest JDK that is available on ol7_latest repo. However, as GlassFish 5.0 doesn't work with the latest JDK8. So recreating of GlassFish 5.0 docker image is not possible. However, as https://github.com/javaee/glassfish/issues/22407 is fixed in GlassFish 5.0.1, we would create docker image for GlassFish 5.0.1 when we will be releasing GlassFish 5.0.1
Sorry to bother (I know you guys are really busy with 5.1) and hoping this thread is ok for my question: any ETA for the release of 5.0.1?
Willing to build a Dockerfile and create a PR...
Congrats on the first release! I see that 5.1 is out!
https://github.com/javaee/glassfish/issues/22407 is a 404 so it's somewhat difficult to follow this issue.
For anyone interested in official Eclipse GlassFish Docker images, is this the right issue to track?
You can follow this Eclipse GlassFish issue: https://github.com/eclipse-ee4j/glassfish/issues/22598 (I just searched for 22407, in the GitHub search)
On 1/30/2019 7:51 AM, Philip Durbin wrote:
Congrats on the first release! I see that 5.1 is out!
https://github.com/javaee/glassfish/issues/22407 is a 404 so it's somewhat difficult to follow this issue.
For anyone interested in official Eclipse GlassFish Docker images, is this the right issue to track?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/eclipse-ee4j/glassfish/issues/22598#issuecomment-458995105, or mute the thread https://github.com/notifications/unsubscribe-auth/ALtmbiGnK59AxJzOKX76VU9l2h7Yx_-uks5vIb9mgaJpZM4XbwX4.
This issue has been marked as inactive and old and will be closed in 7 days if there is no further activity. If you want the issue to remain open please add a comment
I am interested in having an official public GlassFish docker image exist.