-
Notifications
You must be signed in to change notification settings - Fork 477
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
Where are the 11-jre-alpine images? #440
Comments
#272 |
I have to ask though... why is OpenJDK 12+ supported on Alpine, and OpenJDK 8 is supported on Alpine, but 11 is not? I'm guessing it has something to do with "backporting Musl support to OpenJDK 11?. |
8 and 12+ aren't supported - they are during the early access builds, but as soon as a version hits GA the alpine/musl builds go away. If you check the timestamp on the images, you'll see they haven't been rebuilt recently. |
See also https://jdk.java.net/15/:
|
Ok.. this all seems really dumb. |
Looking to upgrade our 8-jre-alpine containers to 11-jre-alpine, but not seeing any alpine-based containers for OpenJDK 11.
Anyone know what's going on? There appears to be containers for OpenJDK 12+, and up until OpenJDK 8.
Lots of applications require OpenJDK 11, so it's a weird gap.
The text was updated successfully, but these errors were encountered: