From 9f039d85ff8ec2432b081a7e1d4093553543d83d Mon Sep 17 00:00:00 2001 From: Vlad Radu Date: Tue, 19 May 2026 07:31:51 +0300 Subject: [PATCH] 2026 Q2 part 1 release --- 10.11-ubi/Dockerfile | 6 +++--- 10.11-ubi/docker-entrypoint.sh | 2 +- 10.11/Dockerfile | 6 +++--- 10.11/docker-entrypoint.sh | 2 +- 10.6-ubi/Dockerfile | 6 +++--- 10.6-ubi/docker-entrypoint.sh | 2 +- 10.6/Dockerfile | 6 +++--- 10.6/docker-entrypoint.sh | 2 +- 11.4-ubi/Dockerfile | 6 +++--- 11.4-ubi/docker-entrypoint.sh | 2 +- 11.4/Dockerfile | 6 +++--- 11.4/docker-entrypoint.sh | 2 +- 11.8-ubi/Dockerfile | 6 +++--- 11.8-ubi/docker-entrypoint.sh | 2 +- 11.8/Dockerfile | 6 +++--- 11.8/docker-entrypoint.sh | 2 +- versions.json | 32 ++++++++++++++++---------------- 17 files changed, 48 insertions(+), 48 deletions(-) diff --git a/10.11-ubi/Dockerfile b/10.11-ubi/Dockerfile index 5a59cd3b..3d23f182 100644 --- a/10.11-ubi/Dockerfile +++ b/10.11-ubi/Dockerfile @@ -42,7 +42,7 @@ COPY MariaDB.repo /etc/yum.repos.d/ # https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html/red_hat_openshift_software_certification_policy_guide/assembly-requirements-for-container-images_openshift-sw-cert-policy-introduction#con-image-metadata-requirements_openshift-sw-cert-policy-container-images LABEL name="MariaDB Server" \ vendor="MariaDB Community" \ - version="10.11.16" \ + version="10.11.17" \ release="Refer to Annotations org.opencontainers.image.{revision,source}" \ summary="MariaDB Database" \ description="MariaDB Database for relational SQL" @@ -56,11 +56,11 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.vendor="MariaDB Community" \ - org.opencontainers.image.version="10.11.16" \ + org.opencontainers.image.version="10.11.17" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=10.11.16 +ARG MARIADB_VERSION=10.11.17 ENV MARIADB_VERSION=$MARIADB_VERSION # release-status:Stable # release-support-type:Long Term Support diff --git a/10.11-ubi/docker-entrypoint.sh b/10.11-ubi/docker-entrypoint.sh index 27a5ee7a..35595bd5 100755 --- a/10.11-ubi/docker-entrypoint.sh +++ b/10.11-ubi/docker-entrypoint.sh @@ -223,7 +223,7 @@ docker_create_db_directories() { } _mariadb_version() { - echo -n "10.11.16-MariaDB" + echo -n "10.11.17-MariaDB" } # initializes the database directory diff --git a/10.11/Dockerfile b/10.11/Dockerfile index 33d98935..d8998580 100644 --- a/10.11/Dockerfile +++ b/10.11/Dockerfile @@ -77,18 +77,18 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.vendor="MariaDB Community" \ - org.opencontainers.image.version="10.11.16" \ + org.opencontainers.image.version="10.11.17" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=1:10.11.16+maria~ubu2204 +ARG MARIADB_VERSION=1:10.11.17+maria~ubu2204 ENV MARIADB_VERSION $MARIADB_VERSION # release-status:Stable # release-support-type:Long Term Support # (https://downloads.mariadb.org/rest-api/mariadb/) # Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions -ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.11.16/repo/ubuntu/ jammy main main/debug" +ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.11.17/repo/ubuntu/ jammy main main/debug" RUN set -e;\ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ diff --git a/10.11/docker-entrypoint.sh b/10.11/docker-entrypoint.sh index 27a5ee7a..35595bd5 100755 --- a/10.11/docker-entrypoint.sh +++ b/10.11/docker-entrypoint.sh @@ -223,7 +223,7 @@ docker_create_db_directories() { } _mariadb_version() { - echo -n "10.11.16-MariaDB" + echo -n "10.11.17-MariaDB" } # initializes the database directory diff --git a/10.6-ubi/Dockerfile b/10.6-ubi/Dockerfile index 84e52884..6b734352 100644 --- a/10.6-ubi/Dockerfile +++ b/10.6-ubi/Dockerfile @@ -42,7 +42,7 @@ COPY MariaDB.repo /etc/yum.repos.d/ # https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html/red_hat_openshift_software_certification_policy_guide/assembly-requirements-for-container-images_openshift-sw-cert-policy-introduction#con-image-metadata-requirements_openshift-sw-cert-policy-container-images LABEL name="MariaDB Server" \ vendor="MariaDB Community" \ - version="10.6.25" \ + version="10.6.26" \ release="Refer to Annotations org.opencontainers.image.{revision,source}" \ summary="MariaDB Database" \ description="MariaDB Database for relational SQL" @@ -56,11 +56,11 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.vendor="MariaDB Community" \ - org.opencontainers.image.version="10.6.25" \ + org.opencontainers.image.version="10.6.26" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=10.6.25 +ARG MARIADB_VERSION=10.6.26 ENV MARIADB_VERSION=$MARIADB_VERSION # release-status:Stable # release-support-type:Long Term Support diff --git a/10.6-ubi/docker-entrypoint.sh b/10.6-ubi/docker-entrypoint.sh index 00887406..7f329e12 100755 --- a/10.6-ubi/docker-entrypoint.sh +++ b/10.6-ubi/docker-entrypoint.sh @@ -215,7 +215,7 @@ docker_create_db_directories() { } _mariadb_version() { - echo -n "10.6.25-MariaDB" + echo -n "10.6.26-MariaDB" } # initializes the database directory diff --git a/10.6/Dockerfile b/10.6/Dockerfile index 05e5041e..e446d109 100644 --- a/10.6/Dockerfile +++ b/10.6/Dockerfile @@ -77,20 +77,20 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.vendor="MariaDB Community" \ - org.opencontainers.image.version="10.6.25" \ + org.opencontainers.image.version="10.6.26" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x ARG MARIADB_MAJOR=10.6 ENV MARIADB_MAJOR $MARIADB_MAJOR -ARG MARIADB_VERSION=1:10.6.25+maria~ubu2204 +ARG MARIADB_VERSION=1:10.6.26+maria~ubu2204 ENV MARIADB_VERSION $MARIADB_VERSION # release-status:Stable # release-support-type:Long Term Support # (https://downloads.mariadb.org/rest-api/mariadb/) # Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions -ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.6.25/repo/ubuntu/ jammy main main/debug" +ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.6.26/repo/ubuntu/ jammy main main/debug" RUN set -e;\ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ diff --git a/10.6/docker-entrypoint.sh b/10.6/docker-entrypoint.sh index 00887406..7f329e12 100755 --- a/10.6/docker-entrypoint.sh +++ b/10.6/docker-entrypoint.sh @@ -215,7 +215,7 @@ docker_create_db_directories() { } _mariadb_version() { - echo -n "10.6.25-MariaDB" + echo -n "10.6.26-MariaDB" } # initializes the database directory diff --git a/11.4-ubi/Dockerfile b/11.4-ubi/Dockerfile index d4e2d690..7a1be776 100644 --- a/11.4-ubi/Dockerfile +++ b/11.4-ubi/Dockerfile @@ -42,7 +42,7 @@ COPY MariaDB.repo /etc/yum.repos.d/ # https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html/red_hat_openshift_software_certification_policy_guide/assembly-requirements-for-container-images_openshift-sw-cert-policy-introduction#con-image-metadata-requirements_openshift-sw-cert-policy-container-images LABEL name="MariaDB Server" \ vendor="MariaDB Community" \ - version="11.4.10" \ + version="11.4.11" \ release="Refer to Annotations org.opencontainers.image.{revision,source}" \ summary="MariaDB Database" \ description="MariaDB Database for relational SQL" @@ -56,11 +56,11 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.vendor="MariaDB Community" \ - org.opencontainers.image.version="11.4.10" \ + org.opencontainers.image.version="11.4.11" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=11.4.10 +ARG MARIADB_VERSION=11.4.11 ENV MARIADB_VERSION=$MARIADB_VERSION # release-status:Stable # release-support-type:Long Term Support diff --git a/11.4-ubi/docker-entrypoint.sh b/11.4-ubi/docker-entrypoint.sh index 443041d9..46a5a6e5 100755 --- a/11.4-ubi/docker-entrypoint.sh +++ b/11.4-ubi/docker-entrypoint.sh @@ -225,7 +225,7 @@ docker_create_db_directories() { } _mariadb_version() { - echo -n "11.4.10-MariaDB" + echo -n "11.4.11-MariaDB" } # initializes the database directory diff --git a/11.4/Dockerfile b/11.4/Dockerfile index 5482cb6f..b7589df8 100644 --- a/11.4/Dockerfile +++ b/11.4/Dockerfile @@ -77,18 +77,18 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.vendor="MariaDB Community" \ - org.opencontainers.image.version="11.4.10" \ + org.opencontainers.image.version="11.4.11" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=1:11.4.10+maria~ubu2404 +ARG MARIADB_VERSION=1:11.4.11+maria~ubu2404 ENV MARIADB_VERSION $MARIADB_VERSION # release-status:Stable # release-support-type:Long Term Support # (https://downloads.mariadb.org/rest-api/mariadb/) # Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions -ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.4.10/repo/ubuntu/ noble main main/debug" +ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.4.11/repo/ubuntu/ noble main main/debug" RUN set -e;\ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ diff --git a/11.4/docker-entrypoint.sh b/11.4/docker-entrypoint.sh index 443041d9..46a5a6e5 100755 --- a/11.4/docker-entrypoint.sh +++ b/11.4/docker-entrypoint.sh @@ -225,7 +225,7 @@ docker_create_db_directories() { } _mariadb_version() { - echo -n "11.4.10-MariaDB" + echo -n "11.4.11-MariaDB" } # initializes the database directory diff --git a/11.8-ubi/Dockerfile b/11.8-ubi/Dockerfile index 08942f79..172687cc 100644 --- a/11.8-ubi/Dockerfile +++ b/11.8-ubi/Dockerfile @@ -42,7 +42,7 @@ COPY MariaDB.repo /etc/yum.repos.d/ # https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html/red_hat_openshift_software_certification_policy_guide/assembly-requirements-for-container-images_openshift-sw-cert-policy-introduction#con-image-metadata-requirements_openshift-sw-cert-policy-container-images LABEL name="MariaDB Server" \ vendor="MariaDB Community" \ - version="11.8.6" \ + version="11.8.7" \ release="Refer to Annotations org.opencontainers.image.{revision,source}" \ summary="MariaDB Database" \ description="MariaDB Database for relational SQL" @@ -56,11 +56,11 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.vendor="MariaDB Community" \ - org.opencontainers.image.version="11.8.6" \ + org.opencontainers.image.version="11.8.7" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=11.8.6 +ARG MARIADB_VERSION=11.8.7 ENV MARIADB_VERSION=$MARIADB_VERSION # release-status:Stable # release-support-type:Long Term Support diff --git a/11.8-ubi/docker-entrypoint.sh b/11.8-ubi/docker-entrypoint.sh index 65c750b7..5c15b460 100755 --- a/11.8-ubi/docker-entrypoint.sh +++ b/11.8-ubi/docker-entrypoint.sh @@ -225,7 +225,7 @@ docker_create_db_directories() { } _mariadb_version() { - echo -n "11.8.6-MariaDB" + echo -n "11.8.7-MariaDB" } # initializes the database directory diff --git a/11.8/Dockerfile b/11.8/Dockerfile index 1a658847..f80b9c9b 100644 --- a/11.8/Dockerfile +++ b/11.8/Dockerfile @@ -77,18 +77,18 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.vendor="MariaDB Community" \ - org.opencontainers.image.version="11.8.6" \ + org.opencontainers.image.version="11.8.7" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=1:11.8.6+maria~ubu2404 +ARG MARIADB_VERSION=1:11.8.7+maria~ubu2404 ENV MARIADB_VERSION $MARIADB_VERSION # release-status:Stable # release-support-type:Long Term Support # (https://downloads.mariadb.org/rest-api/mariadb/) # Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions -ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.8.6/repo/ubuntu/ noble main main/debug" +ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.8.7/repo/ubuntu/ noble main main/debug" RUN set -e;\ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ diff --git a/11.8/docker-entrypoint.sh b/11.8/docker-entrypoint.sh index 65c750b7..5c15b460 100755 --- a/11.8/docker-entrypoint.sh +++ b/11.8/docker-entrypoint.sh @@ -225,7 +225,7 @@ docker_create_db_directories() { } _mariadb_version() { - echo -n "11.8.6-MariaDB" + echo -n "11.8.7-MariaDB" } # initializes the database directory diff --git a/versions.json b/versions.json index 4ad197f1..bd0f717f 100644 --- a/versions.json +++ b/versions.json @@ -57,8 +57,8 @@ }, "11.8": { "milestone": "11.8", - "version": "11.8.6", - "fullVersion": "1:11.8.6+maria~ubu2404", + "version": "11.8.7", + "fullVersion": "1:11.8.7+maria~ubu2404", "releaseStatus": "Stable", "supportType": "Long Term Support", "base": "ubuntu:noble", @@ -71,8 +71,8 @@ }, "11.8-ubi": { "milestone": "11.8", - "version": "11.8.6", - "fullVersion": "11.8.6", + "version": "11.8.7", + "fullVersion": "11.8.7", "releaseStatus": "Stable", "supportType": "Long Term Support", "base": "redhat/ubi9-minimal", @@ -85,8 +85,8 @@ }, "11.4": { "milestone": "11.4", - "version": "11.4.10", - "fullVersion": "1:11.4.10+maria~ubu2404", + "version": "11.4.11", + "fullVersion": "1:11.4.11+maria~ubu2404", "releaseStatus": "Stable", "supportType": "Long Term Support", "base": "ubuntu:noble", @@ -99,8 +99,8 @@ }, "11.4-ubi": { "milestone": "11.4", - "version": "11.4.10", - "fullVersion": "11.4.10", + "version": "11.4.11", + "fullVersion": "11.4.11", "releaseStatus": "Stable", "supportType": "Long Term Support", "base": "redhat/ubi9-minimal", @@ -113,8 +113,8 @@ }, "10.11": { "milestone": "10.11", - "version": "10.11.16", - "fullVersion": "1:10.11.16+maria~ubu2204", + "version": "10.11.17", + "fullVersion": "1:10.11.17+maria~ubu2204", "releaseStatus": "Stable", "supportType": "Long Term Support", "base": "ubuntu:jammy", @@ -127,8 +127,8 @@ }, "10.11-ubi": { "milestone": "10.11", - "version": "10.11.16", - "fullVersion": "10.11.16", + "version": "10.11.17", + "fullVersion": "10.11.17", "releaseStatus": "Stable", "supportType": "Long Term Support", "base": "redhat/ubi9-minimal", @@ -141,8 +141,8 @@ }, "10.6": { "milestone": "10.6", - "version": "10.6.25", - "fullVersion": "1:10.6.25+maria~ubu2204", + "version": "10.6.26", + "fullVersion": "1:10.6.26+maria~ubu2204", "releaseStatus": "Stable", "supportType": "Long Term Support", "base": "ubuntu:jammy", @@ -155,8 +155,8 @@ }, "10.6-ubi": { "milestone": "10.6", - "version": "10.6.25", - "fullVersion": "10.6.25", + "version": "10.6.26", + "fullVersion": "10.6.26", "releaseStatus": "Stable", "supportType": "Long Term Support", "base": "redhat/ubi9-minimal",