-
Notifications
You must be signed in to change notification settings - Fork 72
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
Create images based on amazonlinux 2023 #301
Comments
Can you elaborate on your use case? These images are generally only used for build time, and not runtime. And it shouldn't matter if you use a different JVM at runtime than you used for compilation. |
We only use images at build time, not at runtime. |
Could you share why Debian based images don't work for you? That will give me some context for similar requests. |
I didn't say that Debian-based images don't work, I just can't use them at the company I currently work for due to the way that company works. Or I'll have to collect the images myself and keep them up to date. |
Ah, OK. I misunderstood. I thought there was a technical issue and thought I might learn something by asking :) Amazon Corretto has an official image (which is a requirement for this image), so that's something we could do. |
I'm trying to understand now what tags we'd potentially want. There's a lot more tags than they have documented (corretto/corretto-docker#197). I presume all we'd want is what they call "the defacto image". |
I think you can do like jetty, they have a tag jetty-jdk<java_version>-amazoncoretto which is built on the basis of amazoncoretto-jdk<java_version>-al2, only they are based not on al2, but on al2023 |
Add Amazon Corretto images (closes #301)
We use amazonlinux and it would be nice if you could expand the images to include images based on amazonlinux2023 and amazoncoretto.
The text was updated successfully, but these errors were encountered: