Skip to content

Commit 1f78f94

Browse files
committed
12.3.2 (stable + LTS) + 13.0.1 (RC) release
1 parent 1b6429b commit 1f78f94

10 files changed

Lines changed: 33 additions & 61 deletions

12.3-ubi/Dockerfile

Lines changed: 4 additions & 4 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="12.3.1" \
45+
version="12.3.2" \
4646
release="Refer to Annotations org.opencontainers.image.{revision,source}" \
4747
summary="MariaDB Database" \
4848
description="MariaDB Database for relational SQL"
@@ -56,13 +56,13 @@ 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="12.3.1" \
59+
org.opencontainers.image.version="12.3.2" \
6060
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
6161

6262
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
63-
ARG MARIADB_VERSION=12.3.1
63+
ARG MARIADB_VERSION=12.3.2
6464
ENV MARIADB_VERSION=$MARIADB_VERSION
65-
# release-status:RC
65+
# release-status:Stable
6666
# release-support-type:Long Term Support
6767
# (https://downloads.mariadb.org/rest-api/mariadb/)
6868

12.3-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 "12.3.1-MariaDB"
228+
echo -n "12.3.2-MariaDB"
229229
}
230230

231231
# initializes the database directory

12.3/Dockerfile

Lines changed: 4 additions & 4 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="12.3.1" \
80+
org.opencontainers.image.version="12.3.2" \
8181
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
8282

8383
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
84-
ARG MARIADB_VERSION=1:12.3.1+maria~ubu2404
84+
ARG MARIADB_VERSION=1:12.3.2+maria~ubu2404
8585
ENV MARIADB_VERSION $MARIADB_VERSION
86-
# release-status:RC
86+
# 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-12.3.1/repo/ubuntu/ noble main main/debug"
91+
ARG REPOSITORY="http://archive.mariadb.org/mariadb-12.3.2/repo/ubuntu/ noble main main/debug"
9292

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

12.3/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 "12.3.1-MariaDB"
228+
echo -n "12.3.2-MariaDB"
229229
}
230230

231231
# initializes the database directory

13.0-ubi/Dockerfile

Lines changed: 4 additions & 4 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="13.0.0" \
45+
version="13.0.1" \
4646
release="Refer to Annotations org.opencontainers.image.{revision,source}" \
4747
summary="MariaDB Database" \
4848
description="MariaDB Database for relational SQL"
@@ -56,13 +56,13 @@ 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="13.0.0" \
59+
org.opencontainers.image.version="13.0.1" \
6060
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
6161

6262
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
63-
ARG MARIADB_VERSION=13.0.0
63+
ARG MARIADB_VERSION=13.0.1
6464
ENV MARIADB_VERSION=$MARIADB_VERSION
65-
# release-status:Preview
65+
# release-status:RC
6666
# release-support-type:Rolling
6767
# (https://downloads.mariadb.org/rest-api/mariadb/)
6868

13.0-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 "13.0.0-MariaDB"
228+
echo -n "13.0.1-MariaDB"
229229
}
230230

231231
# initializes the database directory

13.0/Dockerfile

Lines changed: 4 additions & 4 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="13.0.0" \
80+
org.opencontainers.image.version="13.0.1" \
8181
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
8282

8383
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
84-
ARG MARIADB_VERSION=1:13.0.0+maria~ubu2604
84+
ARG MARIADB_VERSION=1:13.0.1+maria~ubu2604
8585
ENV MARIADB_VERSION $MARIADB_VERSION
86-
# release-status:Preview
86+
# release-status:RC
8787
# release-support-type:Rolling
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-13.0.0/repo/ubuntu/ resolute main main/debug"
91+
ARG REPOSITORY="http://archive.mariadb.org/mariadb-13.0.1/repo/ubuntu/ resolute main main/debug"
9292

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

13.0/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 "13.0.0-MariaDB"
228+
echo -n "13.0.1-MariaDB"
229229
}
230230

231231
# initializes the database directory

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -Eeuo pipefail
33

4-
GLOBIGNORE=examples/:.*/:test/:main/:main-ubi/:13.0/:13.0-ubi/
4+
GLOBIGNORE=examples/:.*/:test/:main/:main-ubi/
55

66
err() {
77
echo >&2 "ERROR: $*"

versions.json

Lines changed: 12 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"13.0": {
33
"milestone": "13.0",
4-
"version": "13.0.0",
5-
"fullVersion": "1:13.0.0+maria~ubu2604",
6-
"releaseStatus": "Preview",
4+
"version": "13.0.1",
5+
"fullVersion": "1:13.0.1+maria~ubu2604",
6+
"releaseStatus": "RC",
77
"supportType": "Rolling",
88
"base": "ubuntu:resolute",
99
"arches": [
@@ -15,9 +15,9 @@
1515
},
1616
"13.0-ubi": {
1717
"milestone": "13.0",
18-
"version": "13.0.0",
19-
"fullVersion": "13.0.0",
20-
"releaseStatus": "Preview",
18+
"version": "13.0.1",
19+
"fullVersion": "13.0.1",
20+
"releaseStatus": "RC",
2121
"supportType": "Rolling",
2222
"base": "redhat/ubi10-minimal",
2323
"arches": [
@@ -29,9 +29,9 @@
2929
},
3030
"12.3": {
3131
"milestone": "12.3",
32-
"version": "12.3.1",
33-
"fullVersion": "1:12.3.1+maria~ubu2404",
34-
"releaseStatus": "RC",
32+
"version": "12.3.2",
33+
"fullVersion": "1:12.3.2+maria~ubu2404",
34+
"releaseStatus": "Stable",
3535
"supportType": "Long Term Support",
3636
"base": "ubuntu:noble",
3737
"arches": [
@@ -43,38 +43,10 @@
4343
},
4444
"12.3-ubi": {
4545
"milestone": "12.3",
46-
"version": "12.3.1",
47-
"fullVersion": "12.3.1",
48-
"releaseStatus": "RC",
49-
"supportType": "Long Term Support",
50-
"base": "redhat/ubi10-minimal",
51-
"arches": [
52-
"amd64",
53-
"arm64v8",
54-
"ppc64le",
55-
"s390x"
56-
]
57-
},
58-
"12.2": {
59-
"milestone": "12.2",
60-
"version": "12.2.2",
61-
"fullVersion": "1:12.2.2+maria~ubu2404",
46+
"version": "12.3.2",
47+
"fullVersion": "12.3.2",
6248
"releaseStatus": "Stable",
63-
"supportType": "Rolling",
64-
"base": "ubuntu:noble",
65-
"arches": [
66-
"amd64",
67-
"arm64v8",
68-
"ppc64le",
69-
"s390x"
70-
]
71-
},
72-
"12.2-ubi": {
73-
"milestone": "12.2",
74-
"version": "12.2.2",
75-
"fullVersion": "12.2.2",
76-
"releaseStatus": "Stable",
77-
"supportType": "Rolling",
49+
"supportType": "Long Term Support",
7850
"base": "redhat/ubi10-minimal",
7951
"arches": [
8052
"amd64",

0 commit comments

Comments
 (0)