Skip to content

Commit bb5c025

Browse files
committed
main-ubi version update to 12.1.0 for mariadb-operator parsing
1 parent 99148cc commit bb5c025

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

main-ubi/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ COPY MariaDB.repo /etc/yum.repos.d/
3636
# 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
3737
LABEL name="MariaDB Server" \
3838
vendor="MariaDB Community" \
39-
version="12.0.0" \
39+
version="12.1.0" \
4040
release="Refer to Annotations org.opencontainers.image.{revision,source}" \
4141
summary="MariaDB Database" \
4242
description="MariaDB Database for relational SQL"
@@ -50,11 +50,11 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
5050
org.opencontainers.image.licenses="GPL-2.0" \
5151
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
5252
org.opencontainers.image.vendor="MariaDB Community" \
53-
org.opencontainers.image.version="12.0.0" \
53+
org.opencontainers.image.version="12.1.0" \
5454
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
5555

5656
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
57-
ARG MARIADB_VERSION=12.0.0
57+
ARG MARIADB_VERSION=12.1.0
5858
ENV MARIADB_VERSION=$MARIADB_VERSION
5959
# release-status:Alpha
6060
# release-support-type:Unknown

main-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.0.0-MariaDB"
228+
echo -n "12.1.0-MariaDB"
229229
}
230230

231231
# initializes the database directory

0 commit comments

Comments
 (0)