File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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="12.0 .0" \
39
+ version="12.1 .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="12.0 .0" \
53
+ org.opencontainers.image.version="12.1 .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=12.0 .0
57
+ ARG MARIADB_VERSION=12.1 .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 " 12.0 .0-MariaDB"
228
+ echo -n " 12.1 .0-MariaDB"
229
229
}
230
230
231
231
# initializes the database directory
You can’t perform that action at this time.
0 commit comments