diff --git a/11.5-ubi/Dockerfile b/11.5-ubi/Dockerfile index d16dbe043eb2044d7c067c04340076edee73720a..9641cb69b1c46e4c3fdc849d20eea3cd393deced 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 baa27756ab829a73ead48598b7dad4971f3b9b21..36071779dc8c0ff7de1c296853419e0e16387d35 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 f2aa1fec2ea9108d6718266d215fdc0bdbefcb1c..0551e54348c59dc4e4a966ced0a3ed23c16d32e1 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" + ] } }