Skip to content
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 tag 5.7 switched from Debian to Oracle #886

Closed
lafokamotion opened this issue Jul 8, 2022 · 2 comments
Closed

Mysql tag 5.7 switched from Debian to Oracle #886

lafokamotion opened this issue Jul 8, 2022 · 2 comments
Labels
question Usability question, not directly related to an error with the image

Comments

@lafokamotion
Copy link

Messed up some permissions for files in a volume mount involved with one of my running pods.
Basically, I did some docker pulls on a few tags 5.7.38, 5.7, 5.7-debian, 5.7-oracle, and 5.7.37
followed by some docker inspects...

tag 5.7.38: "MYSQL_VERSION=5.7.38-1.el7"
tag 5.7: "MYSQL_VERSION=5.7.38-1.el7"
tag 5.7.37: "MYSQL_VERSION=5.7.37-1debian10"

I realize now there is a debian specific tag up there but I'll submit this for general awareness at the very least

@okorz001
Copy link

okorz001 commented Jul 8, 2022

This also happened with 8 starting with 8.0.29.

@wglambert wglambert added the question Usability question, not directly related to an error with the image label Jul 8, 2022
@wglambert
Copy link

Duplicate of #877

The the :latest tag changed from Debian Bullseye to Oracle Linux #867
We don't have a great way of communicating changes to users outside of pull requests and commits in these repos, so to be aware of upcoming and past changes check out the PR's over at https://github.com/docker-library/official-images/issues?q=label%3Alibrary%2Fmysql+is%3Aclosed

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Usability question, not directly related to an error with the image
Projects
None yet
Development

No branches or pull requests

3 participants