diff --git a/11.5-ubi/Dockerfile b/11.5-ubi/Dockerfile index d16dbe04..9641cb69 100644 --- a/11.5-ubi/Dockerfile +++ b/11.5-ubi/Dockerfile @@ -56,8 +56,8 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ # bashbrew-architectures: amd64 arm64v8 ppc64le s390x ARG MARIADB_VERSION=11.5.1 ENV MARIADB_VERSION=$MARIADB_VERSION -# release-status:Unknown -# release-support-type:Unknown +# release-status:RC +# release-support-type:Short Term Support # (https://downloads.mariadb.org/rest-api/mariadb/) # missing pwgen(epel), jemalloc(epel) (as entrypoint/user extensions) diff --git a/11.5/Dockerfile b/11.5/Dockerfile index baa27756..36071779 100644 --- a/11.5/Dockerfile +++ b/11.5/Dockerfile @@ -82,7 +82,7 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ ARG MARIADB_VERSION=1:11.5.1+maria~ubu2404 ENV MARIADB_VERSION $MARIADB_VERSION # release-status:RC -# release-support-type:Rolling +# release-support-type:Short 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 diff --git a/versions.json b/versions.json index f2aa1fec..0551e543 100644 --- a/versions.json +++ b/versions.json @@ -110,5 +110,33 @@ "ppc64le", "s390x" ] + }, + "11.5": { + "milestone": "11.5", + "version": "11.5.1", + "fullVersion": "1:11.5.1+maria~ubu2404", + "releaseStatus": "RC", + "supportType": "Short Term Support", + "base": "ubuntu:noble", + "arches": [ + "amd64", + "arm64v8", + "ppc64le", + "s390x" + ] + }, + "11.5-ubi": { + "milestone": "11.5", + "version": "11.5.1", + "fullVersion": "11.5.1", + "releaseStatus": "RC", + "supportType": "Short Term Support", + "base": "ubi9", + "arches": [ + "amd64", + "arm64v8", + "ppc64le", + "s390x" + ] } }