-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mysql:5.7 image changing Linux Distribution (breaking change?) #877
Comments
Please see this issue. |
The change was from #867 A good practice to use is a more specific tag that specifies the OS, and major.minor release numbers which are under "supported tags" https://hub.docker.com/_/mysql/ |
We have indeed shifted to using the more specific "-debian" images. |
Just as an additional warning to everybody: The openssl included in mysql:5.7 got downgraded from |
See docker-library/mysql#877 for more info.
We've been using mysql:5.7 image in our company for months now.
Suddenly today all our builds started failing.
After checking mysql's dockerhub, it came to our attention there had been a new push to the image.
After some debugging, we found out that the image mysql:5.7 now uses Oracle Linux.
As far as we know, this image had always used buster-slim.
Is it mentioned anywhere that the generic images use Oracle by default, or was this a mistake?
Please let us know so we can best consider our options.
@tianon Followup would be appreciated. Thank you for all your work.
You can see in the image the default and the oracle tag images are using the same digest.
The text was updated successfully, but these errors were encountered: