Skip to content

Commit 5ad00a8

Browse files
committed
2025 Q4 p1 maintaince release
1 parent 46c443c commit 5ad00a8

17 files changed

+48
-48
lines changed

10.11-ubi/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ COPY MariaDB.repo /etc/yum.repos.d/
4242
# 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
4343
LABEL name="MariaDB Server" \
4444
vendor="MariaDB Community" \
45-
version="10.11.14" \
45+
version="10.11.15" \
4646
release="Refer to Annotations org.opencontainers.image.{revision,source}" \
4747
summary="MariaDB Database" \
4848
description="MariaDB Database for relational SQL"
@@ -56,11 +56,11 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
5656
org.opencontainers.image.licenses="GPL-2.0" \
5757
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
5858
org.opencontainers.image.vendor="MariaDB Community" \
59-
org.opencontainers.image.version="10.11.14" \
59+
org.opencontainers.image.version="10.11.15" \
6060
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
6161

6262
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
63-
ARG MARIADB_VERSION=10.11.14
63+
ARG MARIADB_VERSION=10.11.15
6464
ENV MARIADB_VERSION=$MARIADB_VERSION
6565
# release-status:Stable
6666
# release-support-type:Long Term Support

10.11-ubi/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ docker_create_db_directories() {
223223
}
224224

225225
_mariadb_version() {
226-
echo -n "10.11.14-MariaDB"
226+
echo -n "10.11.15-MariaDB"
227227
}
228228

229229
# initializes the database directory

10.11/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,18 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
7777
org.opencontainers.image.licenses="GPL-2.0" \
7878
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
7979
org.opencontainers.image.vendor="MariaDB Community" \
80-
org.opencontainers.image.version="10.11.14" \
80+
org.opencontainers.image.version="10.11.15" \
8181
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
8282

8383
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
84-
ARG MARIADB_VERSION=1:10.11.14+maria~ubu2204
84+
ARG MARIADB_VERSION=1:10.11.15+maria~ubu2204
8585
ENV MARIADB_VERSION $MARIADB_VERSION
8686
# release-status:Stable
8787
# release-support-type:Long Term Support
8888
# (https://downloads.mariadb.org/rest-api/mariadb/)
8989

9090
# Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions
91-
ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.11.14/repo/ubuntu/ jammy main main/debug"
91+
ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.11.15/repo/ubuntu/ jammy main main/debug"
9292

9393
RUN set -e;\
9494
echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \

10.11/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ docker_create_db_directories() {
223223
}
224224

225225
_mariadb_version() {
226-
echo -n "10.11.14-MariaDB"
226+
echo -n "10.11.15-MariaDB"
227227
}
228228

229229
# initializes the database directory

10.6-ubi/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ COPY MariaDB.repo /etc/yum.repos.d/
4242
# 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
4343
LABEL name="MariaDB Server" \
4444
vendor="MariaDB Community" \
45-
version="10.6.23" \
45+
version="10.6.24" \
4646
release="Refer to Annotations org.opencontainers.image.{revision,source}" \
4747
summary="MariaDB Database" \
4848
description="MariaDB Database for relational SQL"
@@ -56,12 +56,12 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
5656
org.opencontainers.image.licenses="GPL-2.0" \
5757
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
5858
org.opencontainers.image.vendor="MariaDB Community" \
59-
org.opencontainers.image.version="10.6.23" \
59+
org.opencontainers.image.version="10.6.24" \
6060
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
6161

6262
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
6363
ARG MARIADB_MAJOR=10.6
64-
ARG MARIADB_VERSION=10.6.23
64+
ARG MARIADB_VERSION=10.6.24
6565
ENV MARIADB_VERSION=$MARIADB_VERSION
6666
# release-status:Stable
6767
# release-support-type:Long Term Support

10.6-ubi/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ docker_create_db_directories() {
215215
}
216216

217217
_mariadb_version() {
218-
echo -n "10.6.23-MariaDB"
218+
echo -n "10.6.24-MariaDB"
219219
}
220220

221221
# initializes the database directory

10.6/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,20 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
7777
org.opencontainers.image.licenses="GPL-2.0" \
7878
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
7979
org.opencontainers.image.vendor="MariaDB Community" \
80-
org.opencontainers.image.version="10.6.23" \
80+
org.opencontainers.image.version="10.6.24" \
8181
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
8282

8383
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
8484
ARG MARIADB_MAJOR=10.6
8585
ENV MARIADB_MAJOR $MARIADB_MAJOR
86-
ARG MARIADB_VERSION=1:10.6.23+maria~ubu2204
86+
ARG MARIADB_VERSION=1:10.6.24+maria~ubu2204
8787
ENV MARIADB_VERSION $MARIADB_VERSION
8888
# release-status:Stable
8989
# release-support-type:Long Term Support
9090
# (https://downloads.mariadb.org/rest-api/mariadb/)
9191

9292
# Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions
93-
ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.6.23/repo/ubuntu/ jammy main main/debug"
93+
ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.6.24/repo/ubuntu/ jammy main main/debug"
9494

9595
RUN set -e;\
9696
echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \

10.6/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ docker_create_db_directories() {
215215
}
216216

217217
_mariadb_version() {
218-
echo -n "10.6.23-MariaDB"
218+
echo -n "10.6.24-MariaDB"
219219
}
220220

221221
# initializes the database directory

11.4-ubi/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ COPY MariaDB.repo /etc/yum.repos.d/
4242
# 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
4343
LABEL name="MariaDB Server" \
4444
vendor="MariaDB Community" \
45-
version="11.4.8" \
45+
version="11.4.9" \
4646
release="Refer to Annotations org.opencontainers.image.{revision,source}" \
4747
summary="MariaDB Database" \
4848
description="MariaDB Database for relational SQL"
@@ -56,11 +56,11 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
5656
org.opencontainers.image.licenses="GPL-2.0" \
5757
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
5858
org.opencontainers.image.vendor="MariaDB Community" \
59-
org.opencontainers.image.version="11.4.8" \
59+
org.opencontainers.image.version="11.4.9" \
6060
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
6161

6262
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
63-
ARG MARIADB_VERSION=11.4.8
63+
ARG MARIADB_VERSION=11.4.9
6464
ENV MARIADB_VERSION=$MARIADB_VERSION
6565
# release-status:Stable
6666
# release-support-type:Long Term Support

11.4-ubi/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ docker_create_db_directories() {
225225
}
226226

227227
_mariadb_version() {
228-
echo -n "11.4.8-MariaDB"
228+
echo -n "11.4.9-MariaDB"
229229
}
230230

231231
# initializes the database directory

0 commit comments

Comments
 (0)