corretto / corretto-docker

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

Amazon Corretto 22 is not available as an official image on Docker Hub #204

Closed fvasco closed 5 months ago

fvasco commented 5 months ago

Describe the bug

The Corretto 22 announce is wrong. https://docs.aws.amazon.com/corretto/latest/corretto-22-ug/docker-install.html

To Reproduce

docker run amazoncorretto:22 java -version
docker: Error response from daemon: manifest for amazoncorretto:22 not found: manifest unknown: manifest unknown.

Expected behavior

openjdk version "22.0.0" 2024-03-19 
OpenJDK Runtime Environment Corretto-22.0.0.36.2 (build 22.0.0+36-FR)
OpenJDK 64-Bit Server VM Corretto-22.0.0.36.2 (build 22.0.0+36-FR, mixed mode)
benty-amzn commented 5 months ago

Fixed by #206

lutkerd commented 5 months ago

Once https://github.com/docker-library/official-images/pull/16525 is merged the tags should be updated within a few hours.

chadrako commented 5 months ago

amazoncorretto:22 docker image is now available. Thank you for bringing this up. Please reach out if you encounter any further issues