corretto / corretto-docker

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

Docker images out of date on DockerHub #130

Closed mmccarthy404 closed 1 year ago

mmccarthy404 commented 1 year ago

I'm trying to use the amazoncorretto:17-al2022-RC-headful image from DockerHub, which currently seems to be deployed from here: https://github.com/corretto/corretto-docker/blob/7996710c56ef95dba20bb0d5784b0e941dfdaa5b/17/headful/al2022/Dockerfile

However, I noticed a bug where the headless RPM is used instead of the headful one: https://github.com/corretto/corretto-docker/blob/7996710c56ef95dba20bb0d5784b0e941dfdaa5b/17/headful/al2022/Dockerfile#L11

I see you've fixed this in your main branch 2 weeks ago: https://github.com/corretto/corretto-docker/blob/main/17/headful/al2022/Dockerfile#L11

However, the change still isn't reflected in DockerHub, even though it was pushed 9 days ago: image

This may not be a bug, and just part of your normal DevOps workflow, but I'm curious when these changes will be deployed?

lutkerd commented 1 year ago

Thanks for reporting this. We haven't requested the new docker images be built by DockerHub for this. The push you see there is likely from an automated rebuild of our images triggered by an update to the base AmazonLinux image. We will discuss a release timeline internally and these changes may not be made available until the Q1 release on January 17.

lutkerd commented 1 year ago

New images have been available for sometime, closing issue.