We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
On hub.docker.com the "latest" tag is documented as being version 8 but in actuality it is 5.x
The text was updated successfully, but these errors were encountered:
Looks like the images haven't been rebuilt yet for the new release, e.g. :5.7 is still 5.7.21 as well
Sorry, something went wrong.
They have been built and pushed now.
$ docker pull mysql Using default tag: latest latest: Pulling from library/mysql 2a72cbf407d6: Pull complete 38680a9b47a8: Pull complete 4c732aa0eb1b: Pull complete c5317a34eddd: Pull complete f92be680366c: Pull complete e8ecd8bec5ab: Pull complete 2a650284a6a8: Pull complete f3baca4eb0e3: Pull complete d3288bceb92d: Pull complete 410aa06ed26b: Pull complete 6d828875da7d: Pull complete 7cc67dc49caa: Pull complete Digest: sha256:6d985a966d7bfd05b8f3a965d3da5e7f6da4a8f87cc645ddab7565c4eaf6d2bb Status: Downloaded newer image for mysql:latest sauron@minas-morgul:~$ docker run mysql --version /usr/sbin/mysqld Ver 8.0.11 for Linux on x86_64 (MySQL Community Server - GPL)
Thanks for the quick turnaround.
No branches or pull requests
On hub.docker.com the "latest" tag is documented as being version 8 but in actuality it is 5.x
The text was updated successfully, but these errors were encountered: