From 2d5103917774c4c53ec6bf3c6fdfc7b210e85690 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Fri, 14 Feb 2025 17:28:24 +1100 Subject: [PATCH] 11.8.1 --- 11.8-ubi/Dockerfile | 10 +++++----- 11.8-ubi/docker-entrypoint.sh | 2 +- 11.8/Dockerfile | 10 +++++----- 11.8/docker-entrypoint.sh | 2 +- versions.json | 28 ++++++++++++++++++++++++++++ 5 files changed, 40 insertions(+), 12 deletions(-) diff --git a/11.8-ubi/Dockerfile b/11.8-ubi/Dockerfile index 9f81e07e..a2998045 100644 --- a/11.8-ubi/Dockerfile +++ b/11.8-ubi/Dockerfile @@ -36,7 +36,7 @@ COPY MariaDB.repo /etc/yum.repos.d/ # 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 LABEL name="MariaDB Server" \ vendor="MariaDB Community" \ - version="11.8.0" \ + version="11.8.1" \ release="Refer to Annotations org.opencontainers.image.{revision,source}" \ summary="MariaDB Database" \ description="MariaDB Database for relational SQL" @@ -50,14 +50,14 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.vendor="MariaDB Community" \ - org.opencontainers.image.version="11.8.0" \ + org.opencontainers.image.version="11.8.1" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=11.8.0 +ARG MARIADB_VERSION=11.8.1 ENV MARIADB_VERSION=$MARIADB_VERSION -# release-status:Unknown -# release-support-type:Unknown +# release-status:RC +# release-support-type:Long Term Support # (https://downloads.mariadb.org/rest-api/mariadb/) # missing pwgen(epel), jemalloc(epel) (as entrypoint/user extensions) diff --git a/11.8-ubi/docker-entrypoint.sh b/11.8-ubi/docker-entrypoint.sh index 9a64eb99..6538fbb1 100755 --- a/11.8-ubi/docker-entrypoint.sh +++ b/11.8-ubi/docker-entrypoint.sh @@ -225,7 +225,7 @@ docker_create_db_directories() { } _mariadb_version() { - echo -n "11.8.0-MariaDB" + echo -n "11.8.1-MariaDB" } # initializes the database directory diff --git a/11.8/Dockerfile b/11.8/Dockerfile index 56e81a79..479e814f 100644 --- a/11.8/Dockerfile +++ b/11.8/Dockerfile @@ -75,18 +75,18 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.vendor="MariaDB Community" \ - org.opencontainers.image.version="11.8.0" \ + org.opencontainers.image.version="11.8.1" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=1:11.8.0+maria~ubu2404 +ARG MARIADB_VERSION=1:11.8.1+maria~ubu2404 ENV MARIADB_VERSION $MARIADB_VERSION -# release-status:Unknown -# release-support-type:Unknown +# release-status:RC +# release-support-type:Long Term Support # (https://downloads.mariadb.org/rest-api/mariadb/) # Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions -ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.8.0/repo/ubuntu/ noble main main/debug" +ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.8.1/repo/ubuntu/ noble main main/debug" RUN set -e;\ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ diff --git a/11.8/docker-entrypoint.sh b/11.8/docker-entrypoint.sh index 9a64eb99..6538fbb1 100755 --- a/11.8/docker-entrypoint.sh +++ b/11.8/docker-entrypoint.sh @@ -225,7 +225,7 @@ docker_create_db_directories() { } _mariadb_version() { - echo -n "11.8.0-MariaDB" + echo -n "11.8.1-MariaDB" } # initializes the database directory diff --git a/versions.json b/versions.json index 231eeff2..2c90a20a 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,32 @@ { + "11.8": { + "milestone": "11.8", + "version": "11.8.1", + "fullVersion": "1:11.8.1+maria~ubu2404", + "releaseStatus": "RC", + "supportType": "Long Term Support", + "base": "ubuntu:noble", + "arches": [ + "amd64", + "arm64v8", + "ppc64le", + "s390x" + ] + }, + "11.8-ubi": { + "milestone": "11.8", + "version": "11.8.1", + "fullVersion": "11.8.1", + "releaseStatus": "RC", + "supportType": "Long Term Support", + "base": "ubi9", + "arches": [ + "amd64", + "arm64v8", + "ppc64le", + "s390x" + ] + }, "11.4": { "milestone": "11.4", "version": "11.4.5",