corretto / corretto-docker

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

Bugfix: Move al2023 generic version updates out #174

Closed rgithubli closed 1 year ago

rgithubli commented 1 year ago

Note

Bug fix. al2023-generic was added in a function that would be executed in all versions, while it's supposed to be only in FR. https://github.com/corretto/corretto-docker/blob/8bd7e632b8362ae56b1d6cfc22e90ffc40a09ebc/bin/update-dockerfiles.sh#L56. It broke the workflow of updating docker file: https://github.com/corretto/corretto-docker/actions/runs/5743626153.

Take the al2023 generic version update out from the .

Tests

Ran it locally with version updates in version.json, can see versions updated expectedly.