carlossg / docker-maven

Official Docker image with Maven
Apache License 2.0
518 stars 424 forks source link

feat: Add Amazon Corretto images based on Amazon Linux 2023 #393

Closed wkruse closed 10 months ago

wkruse commented 11 months ago

Adding Amazon Corretto images based on Amazon Linux 2023.

Issue: #392

carlossg commented 11 months ago

there are a few more things to deal with at https://github.com/carlossg/docker-maven#adding-new-images

carlossg commented 11 months ago

for 11 and 17 there is a -headless image that could be a better option. Although everything is quite inconsistent

https://github.com/docker-library/official-images/blob/master/library/amazoncorretto

wkruse commented 11 months ago

Looks like there is no corretto rpm package for Amazon Linux 2023 for now, because of that generic linux was installed.

https://github.com/corretto/corretto-docker/pull/173

For 8, 11 and 17 it is consistent with the already published images, that are based on Amazon Linux 2.

Thank you for the hint to the readme, looking into it now.

carlossg commented 10 months ago

thanks!

wkruse commented 10 months ago

@carlossg How does it work with the PR to docker-library/official-images/ in order to add Amazon Linux 2023 to maven?

carlossg commented 10 months ago

https://github.com/docker-library/official-images/pull/15281