File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ COPY MariaDB.repo /etc/yum.repos.d/
36
36
# 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
37
37
LABEL name="MariaDB Server" \
38
38
vendor="MariaDB Community" \
39
- version="11.8 .0" \
39
+ version="12.0 .0" \
40
40
release="Refer to Annotations org.opencontainers.image.{revision,source}" \
41
41
summary="MariaDB Database" \
42
42
description="MariaDB Database for relational SQL"
@@ -50,11 +50,11 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
50
50
org.opencontainers.image.licenses="GPL-2.0" \
51
51
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
52
52
org.opencontainers.image.vendor="MariaDB Community" \
53
- org.opencontainers.image.version="11.8 .0" \
53
+ org.opencontainers.image.version="12.0 .0" \
54
54
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
55
55
56
56
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
57
- ARG MARIADB_VERSION=11.8 .0
57
+ ARG MARIADB_VERSION=12.0 .0
58
58
ENV MARIADB_VERSION=$MARIADB_VERSION
59
59
# release-status:Alpha
60
60
# release-support-type:Unknown
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ docker_create_db_directories() {
225
225
}
226
226
227
227
_mariadb_version () {
228
- echo -n " 11.8 .0-MariaDB"
228
+ echo -n " 12.0 .0-MariaDB"
229
229
}
230
230
231
231
# initializes the database directory
Original file line number Diff line number Diff line change @@ -75,18 +75,18 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
75
75
org.opencontainers.image.licenses="GPL-2.0" \
76
76
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
77
77
org.opencontainers.image.vendor="MariaDB Community" \
78
- org.opencontainers.image.version="11.8 .0" \
78
+ org.opencontainers.image.version="12.0 .0" \
79
79
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
80
80
81
81
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
82
- ARG MARIADB_VERSION=1:11.8 .0+maria~ubu2404
82
+ ARG MARIADB_VERSION=1:12.0 .0+maria~ubu2404
83
83
ENV MARIADB_VERSION $MARIADB_VERSION
84
84
# release-status:Alpha
85
85
# release-support-type:Unknown
86
86
# (https://downloads.mariadb.org/rest-api/mariadb/)
87
87
88
88
# Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions
89
- ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.8 .0/repo/ubuntu/ noble main main/debug"
89
+ ARG REPOSITORY="http://archive.mariadb.org/mariadb-12.0 .0/repo/ubuntu/ noble main main/debug"
90
90
91
91
RUN set -e;\
92
92
echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ docker_create_db_directories() {
225
225
}
226
226
227
227
_mariadb_version () {
228
- echo -n " 11.8 .0-MariaDB"
228
+ echo -n " 12.0 .0-MariaDB"
229
229
}
230
230
231
231
# initializes the database directory
You can’t perform that action at this time.
0 commit comments