-
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
Why does 13-alpine contain Java 13-ea? #369
Comments
See #272
|
I saw that other issue and the referenced comment, but I couldn't understand them. Does this imply that there will never be a stable (="considered GA") version of this image with Java 13? Java 13 will be current until Java 14 is released. That should be plenty of time to have it "tested thoroughly"? Then what is the most recent version of this image that does not ship an early-access build, but is based on Alpine Linux? Did no one "thoroughly test" any? It looks like it neither is Java 12:
|
This is only for Alpine $ docker run --rm openjdk:13 java -version
openjdk version "13.0.1" 2019-10-15
OpenJDK Runtime Environment (build 13.0.1+9)
OpenJDK 64-Bit Server VM (build 13.0.1+9, mixed mode, sharing)
$ docker run --rm openjdk:13-slim java -version
openjdk version "13.0.1" 2019-10-15
OpenJDK Runtime Environment (build 13.0.1+9)
OpenJDK 64-Bit Server VM (build 13.0.1+9, mixed mode, sharing) |
Of course. But I am asking about Alpine because I want to use it, and not Oracle/Debian/Slim. Please be so kind and answer my questions about Alpine, instead of sidestepping them and talking about other Distros. Thank you. |
Your question would be better directed to the upstream project, in which the role of the Official-Images is maintaining a Dockerized implementation of what they offer. If they remove Alpine, then we remove Alpine See Project Portola for Alpine porting efforts https://openjdk.java.net/projects/portola/ |
Thank you, I did not know that this project exists. |
openjdk:13-alpine
contains an early-access release (its version number is suffixed with "-ea" as of 2019-11-11 even though Java 13 reached GA on 2019-09-17. I would expect a non-early-access release.To verify:
What I find interesting is that the contained Java version appears to have been built on the same day that it went GA so I would expect to not see the "-ea" suffix.
If that's intentional, then it's also quite confusing...
The text was updated successfully, but these errors were encountered: