docker-library / mysql

Docker Official Image packaging for MySQL Community Server
https://dev.mysql.com/
GNU General Public License v2.0
2.46k stars 2.19k forks source link

Use Oracle Linux 9 as base image for innovation image #1076

Closed jnoordsij closed 2 months ago

jnoordsij commented 3 months ago

Follow-up to #1047, this updates the innovation image to use Oracle Linux 9 as base OS image. This also allows it to correctly use the latest MySQL release (9.0.0) to be used.

For some reason, this prompts the update script to interchange "8.4" and "innovation" in versions.json, which combined with updating both the OS and the version to the same number (9) results in a somewhat confusing git diff ;)

tianon commented 2 months ago

Aha, the ordering change is intentional to fix "latest" :partying_face:

Very nice, thank you!