You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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/
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
The text was updated successfully, but these errors were encountered: