2023 Q4 part 2 release
This commit is contained in:
parent
4834a866d8
commit
54a8a7fb16
@ -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.2.1" \
|
org.opencontainers.image.version="11.2.2" \
|
||||||
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.2.1+maria~ubu2204
|
ARG MARIADB_VERSION=1:11.2.2+maria~ubu2204
|
||||||
ENV MARIADB_VERSION $MARIADB_VERSION
|
ENV MARIADB_VERSION $MARIADB_VERSION
|
||||||
# release-status:RC
|
# 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.2.1/repo/ubuntu/ jammy main main/debug"
|
ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.2.2/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; \
|
||||||
|
@ -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.3.0" \
|
org.opencontainers.image.version="11.3.1" \
|
||||||
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.3.0+maria~ubu2204
|
ARG MARIADB_VERSION=1:11.3.1+maria~ubu2204
|
||||||
ENV MARIADB_VERSION $MARIADB_VERSION
|
ENV MARIADB_VERSION $MARIADB_VERSION
|
||||||
# release-status:Alpha
|
# release-status:RC
|
||||||
# release-support-type:Unknown
|
# 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.3.0/repo/ubuntu/ jammy main main/debug"
|
ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.3.1/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; \
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"11.3": {
|
"11.3": {
|
||||||
"milestone": "11.3",
|
"milestone": "11.3",
|
||||||
"version": "11.3.0",
|
"version": "11.3.1",
|
||||||
"fullVersion": "1:11.3.0+maria~ubu2204",
|
"fullVersion": "1:11.3.1+maria~ubu2204",
|
||||||
"releaseStatus": "Alpha",
|
"releaseStatus": "RC",
|
||||||
"supportType": "Unknown",
|
"supportType": "Short Term Support",
|
||||||
"base": "ubuntu:jammy",
|
"base": "ubuntu:jammy",
|
||||||
"arches": [
|
"arches": [
|
||||||
"amd64",
|
"amd64",
|
||||||
@ -15,9 +15,9 @@
|
|||||||
},
|
},
|
||||||
"11.2": {
|
"11.2": {
|
||||||
"milestone": "11.2",
|
"milestone": "11.2",
|
||||||
"version": "11.2.1",
|
"version": "11.2.2",
|
||||||
"fullVersion": "1:11.2.1+maria~ubu2204",
|
"fullVersion": "1:11.2.2+maria~ubu2204",
|
||||||
"releaseStatus": "RC",
|
"releaseStatus": "Stable",
|
||||||
"supportType": "Short Term Support",
|
"supportType": "Short Term Support",
|
||||||
"base": "ubuntu:jammy",
|
"base": "ubuntu:jammy",
|
||||||
"arches": [
|
"arches": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user