2023 Q4 part 1 release

This commit is contained in:
Daniel Black 2023-11-15 07:43:57 +11:00
parent 6852b71f22
commit 38b234791e
8 changed files with 35 additions and 35 deletions

View File

@ -75,18 +75,18 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.licenses="GPL-2.0" \
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
org.opencontainers.image.vendor="MariaDB Community" \ org.opencontainers.image.vendor="MariaDB Community" \
org.opencontainers.image.version="10.10.6" \ org.opencontainers.image.version="10.10.7" \
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x # bashbrew-architectures: amd64 arm64v8 ppc64le s390x
ARG MARIADB_VERSION=1:10.10.6+maria~ubu2204 ARG MARIADB_VERSION=1:10.10.7+maria~ubu2204
ENV MARIADB_VERSION $MARIADB_VERSION ENV MARIADB_VERSION $MARIADB_VERSION
# release-status:Stable # release-status:Stable
# release-support-type:Short Term Support # release-support-type:Short Term Support
# (https://downloads.mariadb.org/rest-api/mariadb/) # (https://downloads.mariadb.org/rest-api/mariadb/)
# Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions # Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions
ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.10.6/repo/ubuntu/ jammy main main/debug" ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.10.7/repo/ubuntu/ jammy main main/debug"
RUN set -e;\ RUN set -e;\
echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \

View File

@ -75,18 +75,18 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.licenses="GPL-2.0" \
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
org.opencontainers.image.vendor="MariaDB Community" \ org.opencontainers.image.vendor="MariaDB Community" \
org.opencontainers.image.version="10.11.5" \ org.opencontainers.image.version="10.11.6" \
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x # bashbrew-architectures: amd64 arm64v8 ppc64le s390x
ARG MARIADB_VERSION=1:10.11.5+maria~ubu2204 ARG MARIADB_VERSION=1:10.11.6+maria~ubu2204
ENV MARIADB_VERSION $MARIADB_VERSION ENV MARIADB_VERSION $MARIADB_VERSION
# release-status:Stable # release-status:Stable
# release-support-type:Long Term Support # release-support-type:Long Term Support
# (https://downloads.mariadb.org/rest-api/mariadb/) # (https://downloads.mariadb.org/rest-api/mariadb/)
# Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions # Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions
ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.11.5/repo/ubuntu/ jammy main main/debug" ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.11.6/repo/ubuntu/ jammy main main/debug"
RUN set -e;\ RUN set -e;\
echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \

View File

@ -75,20 +75,20 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.licenses="GPL-2.0" \
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
org.opencontainers.image.vendor="MariaDB Community" \ org.opencontainers.image.vendor="MariaDB Community" \
org.opencontainers.image.version="10.4.31" \ org.opencontainers.image.version="10.4.32" \
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
# bashbrew-architectures: amd64 arm64v8 ppc64le # bashbrew-architectures: amd64 arm64v8 ppc64le
ARG MARIADB_MAJOR=10.4 ARG MARIADB_MAJOR=10.4
ENV MARIADB_MAJOR $MARIADB_MAJOR ENV MARIADB_MAJOR $MARIADB_MAJOR
ARG MARIADB_VERSION=1:10.4.31+maria~ubu2004 ARG MARIADB_VERSION=1:10.4.32+maria~ubu2004
ENV MARIADB_VERSION $MARIADB_VERSION ENV MARIADB_VERSION $MARIADB_VERSION
# release-status:Stable # release-status:Stable
# release-support-type:Long Term Support # release-support-type:Long Term Support
# (https://downloads.mariadb.org/rest-api/mariadb/) # (https://downloads.mariadb.org/rest-api/mariadb/)
# Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions # Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions
ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.4.31/repo/ubuntu/ focal main main/debug" ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.4.32/repo/ubuntu/ focal main main/debug"
RUN set -e;\ RUN set -e;\
echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \

View File

@ -75,20 +75,20 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.licenses="GPL-2.0" \
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
org.opencontainers.image.vendor="MariaDB Community" \ org.opencontainers.image.vendor="MariaDB Community" \
org.opencontainers.image.version="10.5.22" \ org.opencontainers.image.version="10.5.23" \
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x # bashbrew-architectures: amd64 arm64v8 ppc64le s390x
ARG MARIADB_MAJOR=10.5 ARG MARIADB_MAJOR=10.5
ENV MARIADB_MAJOR $MARIADB_MAJOR ENV MARIADB_MAJOR $MARIADB_MAJOR
ARG MARIADB_VERSION=1:10.5.22+maria~ubu2004 ARG MARIADB_VERSION=1:10.5.23+maria~ubu2004
ENV MARIADB_VERSION $MARIADB_VERSION ENV MARIADB_VERSION $MARIADB_VERSION
# release-status:Stable # release-status:Stable
# release-support-type:Long Term Support # release-support-type:Long Term Support
# (https://downloads.mariadb.org/rest-api/mariadb/) # (https://downloads.mariadb.org/rest-api/mariadb/)
# Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions # Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions
ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.5.22/repo/ubuntu/ focal main main/debug" ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.5.23/repo/ubuntu/ focal main main/debug"
RUN set -e;\ RUN set -e;\
echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \

View File

@ -75,20 +75,20 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.licenses="GPL-2.0" \
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
org.opencontainers.image.vendor="MariaDB Community" \ org.opencontainers.image.vendor="MariaDB Community" \
org.opencontainers.image.version="10.6.15" \ org.opencontainers.image.version="10.6.16" \
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x # bashbrew-architectures: amd64 arm64v8 ppc64le s390x
ARG MARIADB_MAJOR=10.6 ARG MARIADB_MAJOR=10.6
ENV MARIADB_MAJOR $MARIADB_MAJOR ENV MARIADB_MAJOR $MARIADB_MAJOR
ARG MARIADB_VERSION=1:10.6.15+maria~ubu2004 ARG MARIADB_VERSION=1:10.6.16+maria~ubu2004
ENV MARIADB_VERSION $MARIADB_VERSION ENV MARIADB_VERSION $MARIADB_VERSION
# release-status:Stable # release-status:Stable
# release-support-type:Long Term Support # release-support-type:Long Term Support
# (https://downloads.mariadb.org/rest-api/mariadb/) # (https://downloads.mariadb.org/rest-api/mariadb/)
# Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions # Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions
ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.6.15/repo/ubuntu/ focal main main/debug" ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.6.16/repo/ubuntu/ focal main main/debug"
RUN set -e;\ RUN set -e;\
echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \

View File

@ -75,18 +75,18 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.licenses="GPL-2.0" \
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
org.opencontainers.image.vendor="MariaDB Community" \ org.opencontainers.image.vendor="MariaDB Community" \
org.opencontainers.image.version="11.0.3" \ org.opencontainers.image.version="11.0.4" \
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x # bashbrew-architectures: amd64 arm64v8 ppc64le s390x
ARG MARIADB_VERSION=1:11.0.3+maria~ubu2204 ARG MARIADB_VERSION=1:11.0.4+maria~ubu2204
ENV MARIADB_VERSION $MARIADB_VERSION ENV MARIADB_VERSION $MARIADB_VERSION
# release-status:Stable # release-status:Stable
# release-support-type:Short Term Support # release-support-type:Short Term Support
# (https://downloads.mariadb.org/rest-api/mariadb/) # (https://downloads.mariadb.org/rest-api/mariadb/)
# Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions # Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions
ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.0.3/repo/ubuntu/ jammy main main/debug" ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.0.4/repo/ubuntu/ jammy main main/debug"
RUN set -e;\ RUN set -e;\
echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \

View File

@ -75,18 +75,18 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.licenses="GPL-2.0" \
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
org.opencontainers.image.vendor="MariaDB Community" \ org.opencontainers.image.vendor="MariaDB Community" \
org.opencontainers.image.version="11.1.2" \ org.opencontainers.image.version="11.1.3" \
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x # bashbrew-architectures: amd64 arm64v8 ppc64le s390x
ARG MARIADB_VERSION=1:11.1.2+maria~ubu2204 ARG MARIADB_VERSION=1:11.1.3+maria~ubu2204
ENV MARIADB_VERSION $MARIADB_VERSION ENV MARIADB_VERSION $MARIADB_VERSION
# release-status:Stable # release-status:Stable
# release-support-type:Short Term Support # release-support-type:Short Term Support
# (https://downloads.mariadb.org/rest-api/mariadb/) # (https://downloads.mariadb.org/rest-api/mariadb/)
# Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions # Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions
ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.1.2/repo/ubuntu/ jammy main main/debug" ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.1.3/repo/ubuntu/ jammy main main/debug"
RUN set -e;\ RUN set -e;\
echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \

View File

@ -29,8 +29,8 @@
}, },
"11.1": { "11.1": {
"milestone": "11.1", "milestone": "11.1",
"version": "11.1.2", "version": "11.1.3",
"fullVersion": "1:11.1.2+maria~ubu2204", "fullVersion": "1:11.1.3+maria~ubu2204",
"releaseStatus": "Stable", "releaseStatus": "Stable",
"supportType": "Short Term Support", "supportType": "Short Term Support",
"base": "ubuntu:jammy", "base": "ubuntu:jammy",
@ -43,8 +43,8 @@
}, },
"11.0": { "11.0": {
"milestone": "11.0", "milestone": "11.0",
"version": "11.0.3", "version": "11.0.4",
"fullVersion": "1:11.0.3+maria~ubu2204", "fullVersion": "1:11.0.4+maria~ubu2204",
"releaseStatus": "Stable", "releaseStatus": "Stable",
"supportType": "Short Term Support", "supportType": "Short Term Support",
"base": "ubuntu:jammy", "base": "ubuntu:jammy",
@ -57,8 +57,8 @@
}, },
"10.11": { "10.11": {
"milestone": "10.11", "milestone": "10.11",
"version": "10.11.5", "version": "10.11.6",
"fullVersion": "1:10.11.5+maria~ubu2204", "fullVersion": "1:10.11.6+maria~ubu2204",
"releaseStatus": "Stable", "releaseStatus": "Stable",
"supportType": "Long Term Support", "supportType": "Long Term Support",
"base": "ubuntu:jammy", "base": "ubuntu:jammy",
@ -71,8 +71,8 @@
}, },
"10.10": { "10.10": {
"milestone": "10.10", "milestone": "10.10",
"version": "10.10.6", "version": "10.10.7",
"fullVersion": "1:10.10.6+maria~ubu2204", "fullVersion": "1:10.10.7+maria~ubu2204",
"releaseStatus": "Stable", "releaseStatus": "Stable",
"supportType": "Short Term Support", "supportType": "Short Term Support",
"base": "ubuntu:jammy", "base": "ubuntu:jammy",
@ -85,8 +85,8 @@
}, },
"10.6": { "10.6": {
"milestone": "10.6", "milestone": "10.6",
"version": "10.6.15", "version": "10.6.16",
"fullVersion": "1:10.6.15+maria~ubu2004", "fullVersion": "1:10.6.16+maria~ubu2004",
"releaseStatus": "Stable", "releaseStatus": "Stable",
"supportType": "Long Term Support", "supportType": "Long Term Support",
"base": "ubuntu:focal", "base": "ubuntu:focal",
@ -99,8 +99,8 @@
}, },
"10.5": { "10.5": {
"milestone": "10.5", "milestone": "10.5",
"version": "10.5.22", "version": "10.5.23",
"fullVersion": "1:10.5.22+maria~ubu2004", "fullVersion": "1:10.5.23+maria~ubu2004",
"releaseStatus": "Stable", "releaseStatus": "Stable",
"supportType": "Long Term Support", "supportType": "Long Term Support",
"base": "ubuntu:focal", "base": "ubuntu:focal",
@ -113,8 +113,8 @@
}, },
"10.4": { "10.4": {
"milestone": "10.4", "milestone": "10.4",
"version": "10.4.31", "version": "10.4.32",
"fullVersion": "1:10.4.31+maria~ubu2004", "fullVersion": "1:10.4.32+maria~ubu2004",
"releaseStatus": "Stable", "releaseStatus": "Stable",
"supportType": "Long Term Support", "supportType": "Long Term Support",
"base": "ubuntu:focal", "base": "ubuntu:focal",