corretto / corretto-docker

Dockerfiles for Amazon Corretto Official images.
https://hub.docker.com/_/amazoncorretto
MIT No Attribution
154 stars 65 forks source link

corretto 20 based on AL2023 #164

Closed klubi closed 1 year ago

klubi commented 1 year ago

Hi

Since AL2023 is already in GA would be nice to have corretto:20 version based on 2023 aside of AL2.

Is there a chance for such image?

Thanks!

lutkerd commented 1 year ago

Thanks for bringing this up, we'll see when we can get that added and we will update this issue soon.

klubi commented 1 year ago

@lutkerd Any update on this?

rgithubli commented 1 year ago

Hi @klubi , we finished creating Docker image for 20 on al2023. It's now available on Dockerhub and ECR public. You can pull the image via:

# from ECR public
docker pull public.ecr.aws/amazoncorretto/amazoncorretto:20-al2023-generic

or

# from Dockerhub
docker pull amazoncorretto:20-al2023-generic

Callout: 20 doesn't have al2023 binary(see corretto 20 download page) so we built the docker image via installing generic linux corretto 20 on al2023. You might need to install using dnf or yum if any dependencies are missing.

I'm closing this issue since the image is available. Feel free to reopen if you have any issues.