Stable 2025 Q1 updates
This commit is contained in:
parent
87a043a031
commit
c5669903a1
@ -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
|
# 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" \
|
LABEL name="MariaDB Server" \
|
||||||
vendor="MariaDB Community" \
|
vendor="MariaDB Community" \
|
||||||
version="10.11.11" \
|
version="10.11.12" \
|
||||||
release="Refer to Annotations org.opencontainers.image.{revision,source}" \
|
release="Refer to Annotations org.opencontainers.image.{revision,source}" \
|
||||||
summary="MariaDB Database" \
|
summary="MariaDB Database" \
|
||||||
description="MariaDB Database for relational SQL"
|
description="MariaDB Database for relational SQL"
|
||||||
@ -50,11 +50,11 @@ 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.11" \
|
org.opencontainers.image.version="10.11.12" \
|
||||||
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=10.11.11
|
ARG MARIADB_VERSION=10.11.12
|
||||||
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
|
||||||
|
@ -223,7 +223,7 @@ docker_create_db_directories() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_mariadb_version() {
|
_mariadb_version() {
|
||||||
echo -n "10.11.11-MariaDB"
|
echo -n "10.11.12-MariaDB"
|
||||||
}
|
}
|
||||||
|
|
||||||
# initializes the database directory
|
# initializes the database directory
|
||||||
|
@ -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.11" \
|
org.opencontainers.image.version="10.11.12" \
|
||||||
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.11+maria~ubu2204
|
ARG MARIADB_VERSION=1:10.11.12+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.11/repo/ubuntu/ jammy main main/debug"
|
ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.11.12/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; \
|
||||||
|
@ -223,7 +223,7 @@ docker_create_db_directories() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_mariadb_version() {
|
_mariadb_version() {
|
||||||
echo -n "10.11.11-MariaDB"
|
echo -n "10.11.12-MariaDB"
|
||||||
}
|
}
|
||||||
|
|
||||||
# initializes the database directory
|
# initializes the database directory
|
||||||
|
@ -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.28" \
|
org.opencontainers.image.version="10.5.29" \
|
||||||
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.28+maria~ubu2004
|
ARG MARIADB_VERSION=1:10.5.29+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.28/repo/ubuntu/ focal main main/debug"
|
ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.5.29/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; \
|
||||||
|
@ -215,7 +215,7 @@ docker_create_db_directories() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_mariadb_version() {
|
_mariadb_version() {
|
||||||
echo -n "10.5.28-MariaDB"
|
echo -n "10.5.29-MariaDB"
|
||||||
}
|
}
|
||||||
|
|
||||||
# initializes the database directory
|
# initializes the database directory
|
||||||
|
@ -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
|
# 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" \
|
LABEL name="MariaDB Server" \
|
||||||
vendor="MariaDB Community" \
|
vendor="MariaDB Community" \
|
||||||
version="10.6.21" \
|
version="10.6.22" \
|
||||||
release="Refer to Annotations org.opencontainers.image.{revision,source}" \
|
release="Refer to Annotations org.opencontainers.image.{revision,source}" \
|
||||||
summary="MariaDB Database" \
|
summary="MariaDB Database" \
|
||||||
description="MariaDB Database for relational SQL"
|
description="MariaDB Database for relational SQL"
|
||||||
@ -50,12 +50,12 @@ 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.21" \
|
org.opencontainers.image.version="10.6.22" \
|
||||||
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
|
||||||
ARG MARIADB_VERSION=10.6.21
|
ARG MARIADB_VERSION=10.6.22
|
||||||
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
|
||||||
|
@ -215,7 +215,7 @@ docker_create_db_directories() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_mariadb_version() {
|
_mariadb_version() {
|
||||||
echo -n "10.6.21-MariaDB"
|
echo -n "10.6.22-MariaDB"
|
||||||
}
|
}
|
||||||
|
|
||||||
# initializes the database directory
|
# initializes the database directory
|
||||||
|
@ -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.21" \
|
org.opencontainers.image.version="10.6.22" \
|
||||||
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.21+maria~ubu2004
|
ARG MARIADB_VERSION=1:10.6.22+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.21/repo/ubuntu/ focal main main/debug"
|
ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.6.22/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; \
|
||||||
|
@ -215,7 +215,7 @@ docker_create_db_directories() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_mariadb_version() {
|
_mariadb_version() {
|
||||||
echo -n "10.6.21-MariaDB"
|
echo -n "10.6.22-MariaDB"
|
||||||
}
|
}
|
||||||
|
|
||||||
# initializes the database directory
|
# initializes the database directory
|
||||||
|
@ -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
|
# 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" \
|
LABEL name="MariaDB Server" \
|
||||||
vendor="MariaDB Community" \
|
vendor="MariaDB Community" \
|
||||||
version="11.4.5" \
|
version="11.4.6" \
|
||||||
release="Refer to Annotations org.opencontainers.image.{revision,source}" \
|
release="Refer to Annotations org.opencontainers.image.{revision,source}" \
|
||||||
summary="MariaDB Database" \
|
summary="MariaDB Database" \
|
||||||
description="MariaDB Database for relational SQL"
|
description="MariaDB Database for relational SQL"
|
||||||
@ -50,11 +50,11 @@ 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.4.5" \
|
org.opencontainers.image.version="11.4.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=11.4.5
|
ARG MARIADB_VERSION=11.4.6
|
||||||
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
|
||||||
|
@ -225,7 +225,7 @@ docker_create_db_directories() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_mariadb_version() {
|
_mariadb_version() {
|
||||||
echo -n "11.4.5-MariaDB"
|
echo -n "11.4.6-MariaDB"
|
||||||
}
|
}
|
||||||
|
|
||||||
# initializes the database directory
|
# initializes the database directory
|
||||||
|
@ -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.4.5" \
|
org.opencontainers.image.version="11.4.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:11.4.5+maria~ubu2404
|
ARG MARIADB_VERSION=1:11.4.6+maria~ubu2404
|
||||||
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-11.4.5/repo/ubuntu/ noble main main/debug"
|
ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.4.6/repo/ubuntu/ noble 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; \
|
||||||
|
@ -225,7 +225,7 @@ docker_create_db_directories() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_mariadb_version() {
|
_mariadb_version() {
|
||||||
echo -n "11.4.5-MariaDB"
|
echo -n "11.4.6-MariaDB"
|
||||||
}
|
}
|
||||||
|
|
||||||
# initializes the database directory
|
# initializes the database directory
|
||||||
|
@ -29,8 +29,8 @@
|
|||||||
},
|
},
|
||||||
"11.4": {
|
"11.4": {
|
||||||
"milestone": "11.4",
|
"milestone": "11.4",
|
||||||
"version": "11.4.5",
|
"version": "11.4.6",
|
||||||
"fullVersion": "1:11.4.5+maria~ubu2404",
|
"fullVersion": "1:11.4.6+maria~ubu2404",
|
||||||
"releaseStatus": "Stable",
|
"releaseStatus": "Stable",
|
||||||
"supportType": "Long Term Support",
|
"supportType": "Long Term Support",
|
||||||
"base": "ubuntu:noble",
|
"base": "ubuntu:noble",
|
||||||
@ -43,8 +43,8 @@
|
|||||||
},
|
},
|
||||||
"11.4-ubi": {
|
"11.4-ubi": {
|
||||||
"milestone": "11.4",
|
"milestone": "11.4",
|
||||||
"version": "11.4.5",
|
"version": "11.4.6",
|
||||||
"fullVersion": "11.4.5",
|
"fullVersion": "11.4.6",
|
||||||
"releaseStatus": "Stable",
|
"releaseStatus": "Stable",
|
||||||
"supportType": "Long Term Support",
|
"supportType": "Long Term Support",
|
||||||
"base": "ubi9",
|
"base": "ubi9",
|
||||||
@ -57,8 +57,8 @@
|
|||||||
},
|
},
|
||||||
"10.11": {
|
"10.11": {
|
||||||
"milestone": "10.11",
|
"milestone": "10.11",
|
||||||
"version": "10.11.11",
|
"version": "10.11.12",
|
||||||
"fullVersion": "1:10.11.11+maria~ubu2204",
|
"fullVersion": "1:10.11.12+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.11-ubi": {
|
"10.11-ubi": {
|
||||||
"milestone": "10.11",
|
"milestone": "10.11",
|
||||||
"version": "10.11.11",
|
"version": "10.11.12",
|
||||||
"fullVersion": "10.11.11",
|
"fullVersion": "10.11.12",
|
||||||
"releaseStatus": "Stable",
|
"releaseStatus": "Stable",
|
||||||
"supportType": "Long Term Support",
|
"supportType": "Long Term Support",
|
||||||
"base": "ubi9",
|
"base": "ubi9",
|
||||||
@ -85,8 +85,8 @@
|
|||||||
},
|
},
|
||||||
"10.6": {
|
"10.6": {
|
||||||
"milestone": "10.6",
|
"milestone": "10.6",
|
||||||
"version": "10.6.21",
|
"version": "10.6.22",
|
||||||
"fullVersion": "1:10.6.21+maria~ubu2004",
|
"fullVersion": "1:10.6.22+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.6-ubi": {
|
"10.6-ubi": {
|
||||||
"milestone": "10.6",
|
"milestone": "10.6",
|
||||||
"version": "10.6.21",
|
"version": "10.6.22",
|
||||||
"fullVersion": "10.6.21",
|
"fullVersion": "10.6.22",
|
||||||
"releaseStatus": "Stable",
|
"releaseStatus": "Stable",
|
||||||
"supportType": "Long Term Support",
|
"supportType": "Long Term Support",
|
||||||
"base": "ubi9",
|
"base": "ubi9",
|
||||||
@ -113,8 +113,8 @@
|
|||||||
},
|
},
|
||||||
"10.5": {
|
"10.5": {
|
||||||
"milestone": "10.5",
|
"milestone": "10.5",
|
||||||
"version": "10.5.28",
|
"version": "10.5.29",
|
||||||
"fullVersion": "1:10.5.28+maria~ubu2004",
|
"fullVersion": "1:10.5.29+maria~ubu2004",
|
||||||
"releaseStatus": "Stable",
|
"releaseStatus": "Stable",
|
||||||
"supportType": "Long Term Support",
|
"supportType": "Long Term Support",
|
||||||
"base": "ubuntu:focal",
|
"base": "ubuntu:focal",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user