Skip to content

mariadb: Update versions - #98

Merged
jakubboucek merged 1 commit into
masterfrom
mariadb-update
Jul 31, 2026
Merged

mariadb: Update versions#98
jakubboucek merged 1 commit into
masterfrom
mariadb-update

Conversation

@jakubboucek

Copy link
Copy Markdown
Owner

Summary

Sync MariaDB images with upstream:

  • 12.2 removed — the rolling release series was discontinued upstream
  • 12.3 promoted from RC to stable (12.3.2) — new LTS series; takes over the 12, latest and lts tags (the lts tag moves from 11.8, following upstream)
  • 13.0 RC added as a new pre-release series (13.0.1-rc)
  • 10.6, 10.11, 11.4, 11.8 patch levels already match upstream — no changes

Also fixes the RC tag format examples in README (12.2-1-rc13.0.1-rc — the actual tags use a dot, matching the build script).

Note: Git shows Dockerfile-12.2 → Dockerfile-13.0 as a rename due to content similarity; semantically it is a removal and an addition of unrelated series.

🤖 Generated with Claude Code

Remove 12.2 (discontinued upstream), promote 12.3 to stable
(new LTS, takes over the 12, latest and lts tags), add 13.0 RC.
Fix RC tag format examples in README.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the MariaDB image build pipeline to track upstream changes by removing the discontinued 12.2 series, promoting 12.3 to stable (and moving latest/lts to it), and adding a new 13.0 RC series. This keeps the repo’s MariaDB images aligned with upstream tags and the project’s documented tag strategy.

Changes:

  • Promote MariaDB 12.3 from -rc to stable and move latest/12/lts tags to 12.3.
  • Add MariaDB 13.0 RC build/pull support and corresponding Dockerfile.
  • Update README and pull-check script to reflect the new supported/unsupported series.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
README.md Updates documented supported versions and RC tag examples (needs a small fix in the “Available MariaDB images” list).
mysql/Dockerfile-12.3 Switches base image from mariadb:12.3-rc to stable mariadb:12.3 and updates labels.
mysql/Dockerfile-13.0 Introduces a 13.0 RC Dockerfile based on mariadb:13.0-rc with RC labeling.
check-pulls.sh Updates upstream pulls to include mariadb:12.3 and mariadb:13.0-rc.
build-mariadb.sh Rewires build/tag/push flow: 12.3 becomes latest/12/lts, and 13.0 RC is added.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
@jakubboucek
jakubboucek merged commit 8c82f96 into master Jul 31, 2026
1 check passed
@jakubboucek
jakubboucek deleted the mariadb-update branch July 31, 2026 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants