-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Java 17 LTS - Eclipse Temurin support possible? #961
Comments
Yeah sounds good to me. Feel free to create a pr. Fyi, I'm on vacation all
week and won't be able to look at anything till Feb 28th.
…On Sun, Feb 20, 2022, 18:36 Brad Murray ***@***.***> wrote:
AdoptOpenJDK has migrated to Eclipse foundation, and the new distribution
of Java is called Temuin
https://blog.adoptopenjdk.net/2021/03/transition-to-eclipse-an-update/
This is TCK certified
https://www.infoq.com/news/2021/10/adoptium-releases-temurin-jdk/
It has debian packages
https://blog.adoptium.net/2021/12/eclipse-temurin-linux-installers-available/
It has major vendor support
Founding organizations of the Adoptium Working Group include Alibaba Cloud
<https://us.alibabacloud.com/>, Huawei <https://www.huawei.com/us/>, IBM
<https://www.ibm.com/>, iJUG <https://www.ijug.eu/en/home/>, Karakun AG
<https://karakun.com/en/home/>, Microsoft <https://www.microsoft.com/>, New
Relic <https://newrelic.com/> and Red Hat <https://www.redhat.com/>. Two
representatives from each organization comprise the Adoptium Steering
Committee.
I would like to know if we can get support for this in distroless or not?
@loosebazooka <https://github.com/loosebazooka> Appu do you have an
opinion on this?
—
Reply to this email directly, view it on GitHub
<#961>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ6R6WA4CD3DFULVNII7P3U4F3GTANCNFSM5O5CLNIQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Ah, yeah so these don't come from debian directly yet. It's possible that there is a solution that just defines this as an external repository, but that's a lower priority for us right now. |
Yes, I had noticed that, and looked into what it would take for a PR, but my unfamiliarity with the build chain here was proving difficult. |
Any updates regarding this issue? |
Shameless plug, the Wolfi-based java images here are built with temurin 17: https://github.com/chainguard-images/jdk/blob/main/melange.yaml#L31 Feel free to give those a try. |
Any updates regarding this issue? It seems to be a pretty legitimate ask. |
Any updates? |
Any update ? |
What would be even more useful is to make it easy to create a smaller image using jlink and jdeps |
I have a working solution with the following Dockerfile:
|
AdoptOpenJDK has migrated to Eclipse foundation, and the new distribution of Java is called Temurin
https://blog.adoptopenjdk.net/2021/03/transition-to-eclipse-an-update/
This is TCK certified
https://www.infoq.com/news/2021/10/adoptium-releases-temurin-jdk/
It has debian packages
https://blog.adoptium.net/2021/12/eclipse-temurin-linux-installers-available/
It has major vendor support
I would like to know if we can get support for this in distroless or not?
@loosebazooka Appu do you have an opinion on this?
The text was updated successfully, but these errors were encountered: