File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff 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
4343LABEL name="MariaDB Server" \
4444 vendor="MariaDB Community" \
45- version="11.8.4 " \
45+ version="11.8.5 " \
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.8.4 " \
59+ org.opencontainers.image.version="11.8.5 " \
6060 org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
6161
6262# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
63- ARG MARIADB_VERSION=11.8.4
63+ ARG MARIADB_VERSION=11.8.5
6464ENV MARIADB_VERSION=$MARIADB_VERSION
6565# release-status:Stable
6666# release-support-type:Long Term Support
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ docker_create_db_directories() {
225225}
226226
227227_mariadb_version () {
228- echo -n " 11.8.4 -MariaDB"
228+ echo -n " 11.8.5 -MariaDB"
229229}
230230
231231# initializes the database directory
Original file line number Diff line number Diff 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="11.8.4 " \
80+ org.opencontainers.image.version="11.8.5 " \
8181 org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
8282
8383# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
84- ARG MARIADB_VERSION=1:11.8.4 +maria~ubu2404
84+ ARG MARIADB_VERSION=1:11.8.5 +maria~ubu2404
8585ENV 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-11.8.4 /repo/ubuntu/ noble main main/debug"
91+ ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.8.5 /repo/ubuntu/ noble main main/debug"
9292
9393RUN set -e;\
9494 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() {
225225}
226226
227227_mariadb_version () {
228- echo -n " 11.8.4 -MariaDB"
228+ echo -n " 11.8.5 -MariaDB"
229229}
230230
231231# initializes the database directory
Original file line number Diff line number Diff line change 5757 },
5858 "11.8" : {
5959 "milestone" : " 11.8" ,
60- "version" : " 11.8.4 " ,
61- "fullVersion" : " 1:11.8.4 +maria~ubu2404" ,
60+ "version" : " 11.8.5 " ,
61+ "fullVersion" : " 1:11.8.5 +maria~ubu2404" ,
6262 "releaseStatus" : " Stable" ,
6363 "supportType" : " Long Term Support" ,
6464 "base" : " ubuntu:noble" ,
7171 },
7272 "11.8-ubi" : {
7373 "milestone" : " 11.8" ,
74- "version" : " 11.8.4 " ,
75- "fullVersion" : " 11.8.4 " ,
74+ "version" : " 11.8.5 " ,
75+ "fullVersion" : " 11.8.5 " ,
7676 "releaseStatus" : " Stable" ,
7777 "supportType" : " Long Term Support" ,
7878 "base" : " redhat/ubi9-minimal" ,
You can’t perform that action at this time.
0 commit comments