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

MariaDB 11.1.2 image incorrectly marked rc? #529

Closed
evanelias opened this issue Aug 26, 2023 · 3 comments · Fixed by docker-library/official-images#15278
Closed

MariaDB 11.1.2 image incorrectly marked rc? #529

evanelias opened this issue Aug 26, 2023 · 3 comments · Fixed by docker-library/official-images#15278

Comments

@evanelias
Copy link

On https://hub.docker.com/_/mariadb/tags, 11.1.2 is tagged as a release candidate ("11.1.2-rc"), and meanwhile "latest" currently still points to 11.0.3.

But according to https://mariadb.com/kb/en/mariadb-11-1-2-release-notes/, MariaDB 11.1 is now considered generally available, since 11.1.2 was a stable / GA release.

I assume this was just an oversight in #526, can anyone confirm? Thank you -- looking forward to trying 11.1!

evanelias added a commit to skeema/skeema that referenced this issue Aug 29, 2023
This commit marks MariaDB 11.1 as a supported DB flavor, now that its GA
release occurred on August 21. No functional changes were required, as none
of MariaDB 11.1's documented changes [1] directly affect Skeema's
functionality, and all integration test suites pass when run against a
MariaDB 11.1.2 Docker image.

At the moment, users of workspace=docker cannot use flavor=mariadb:11.1 yet
though, simply because the "11.1" tag unexpectedly does not exist yet on
DockerHub. I believe this is simply an oversight and have filed a GitHub issue
with MariaDB [2]. Since it is likely to be corrected in the near future /
prior to the next Skeema release, it isn't treated as a blocker for marking
11.1 as supported here.

[1] https://mariadb.com/kb/en/changes-improvements-in-mariadb-11-1/

[2] MariaDB/mariadb-docker#529
@grooverdan
Copy link
Member

yep, was a mistake. It will be corrected in the next few days.

grooverdan added a commit to grooverdan/official-images that referenced this issue Aug 29, 2023
grooverdan added a commit to grooverdan/official-images that referenced this issue Aug 29, 2023
@grooverdan
Copy link
Member

corrected now.

@evanelias
Copy link
Author

Much appreciated, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants