11.8 to RC status
11.7 out of the versions.json
This commit is contained in:
parent
bc72d89291
commit
4c5048803b
@ -56,7 +56,7 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
|
|||||||
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
|
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
|
||||||
ARG MARIADB_VERSION=11.8.2
|
ARG MARIADB_VERSION=11.8.2
|
||||||
ENV MARIADB_VERSION=$MARIADB_VERSION
|
ENV MARIADB_VERSION=$MARIADB_VERSION
|
||||||
# release-status:RC
|
# 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/)
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
|
|||||||
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
|
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
|
||||||
ARG MARIADB_VERSION=1:11.8.2+maria~ubu2404
|
ARG MARIADB_VERSION=1:11.8.2+maria~ubu2404
|
||||||
ENV MARIADB_VERSION $MARIADB_VERSION
|
ENV MARIADB_VERSION $MARIADB_VERSION
|
||||||
# release-status:RC
|
# 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/)
|
||||||
|
|
||||||
|
@ -1,9 +1,37 @@
|
|||||||
{
|
{
|
||||||
|
"12.0": {
|
||||||
|
"milestone": "12.0",
|
||||||
|
"version": "12.0.1",
|
||||||
|
"fullVersion": "1:12.0.1+maria~ubu2404",
|
||||||
|
"releaseStatus": "RC",
|
||||||
|
"supportType": "Rolling",
|
||||||
|
"base": "ubuntu:noble",
|
||||||
|
"arches": [
|
||||||
|
"amd64",
|
||||||
|
"arm64v8",
|
||||||
|
"ppc64le",
|
||||||
|
"s390x"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"12.0-ubi": {
|
||||||
|
"milestone": "12.0",
|
||||||
|
"version": "12.0.1",
|
||||||
|
"fullVersion": "12.0.1",
|
||||||
|
"releaseStatus": "RC",
|
||||||
|
"supportType": "Rolling",
|
||||||
|
"base": "ubi9",
|
||||||
|
"arches": [
|
||||||
|
"amd64",
|
||||||
|
"arm64v8",
|
||||||
|
"ppc64le",
|
||||||
|
"s390x"
|
||||||
|
]
|
||||||
|
},
|
||||||
"11.8": {
|
"11.8": {
|
||||||
"milestone": "11.8",
|
"milestone": "11.8",
|
||||||
"version": "11.8.2",
|
"version": "11.8.2",
|
||||||
"fullVersion": "1:11.8.2+maria~ubu2404",
|
"fullVersion": "1:11.8.2+maria~ubu2404",
|
||||||
"releaseStatus": "RC",
|
"releaseStatus": "Stable",
|
||||||
"supportType": "Long Term Support",
|
"supportType": "Long Term Support",
|
||||||
"base": "ubuntu:noble",
|
"base": "ubuntu:noble",
|
||||||
"arches": [
|
"arches": [
|
||||||
@ -17,7 +45,7 @@
|
|||||||
"milestone": "11.8",
|
"milestone": "11.8",
|
||||||
"version": "11.8.2",
|
"version": "11.8.2",
|
||||||
"fullVersion": "11.8.2",
|
"fullVersion": "11.8.2",
|
||||||
"releaseStatus": "RC",
|
"releaseStatus": "Stable",
|
||||||
"supportType": "Long Term Support",
|
"supportType": "Long Term Support",
|
||||||
"base": "ubi9",
|
"base": "ubi9",
|
||||||
"arches": [
|
"arches": [
|
||||||
@ -125,20 +153,6 @@
|
|||||||
"s390x"
|
"s390x"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"11.7": {
|
|
||||||
"milestone": "11.7",
|
|
||||||
"version": "11.7.2",
|
|
||||||
"fullVersion": "1:11.7.2+maria~ubu2404",
|
|
||||||
"releaseStatus": "Stable",
|
|
||||||
"supportType": "Short Term Support",
|
|
||||||
"base": "ubuntu:noble",
|
|
||||||
"arches": [
|
|
||||||
"amd64",
|
|
||||||
"arm64v8",
|
|
||||||
"ppc64le",
|
|
||||||
"s390x"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"10.6-jammy": {
|
"10.6-jammy": {
|
||||||
"milestone": "10.6",
|
"milestone": "10.6",
|
||||||
"version": "10.6.22",
|
"version": "10.6.22",
|
||||||
@ -152,33 +166,5 @@
|
|||||||
"ppc64le",
|
"ppc64le",
|
||||||
"s390x"
|
"s390x"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"12.0": {
|
|
||||||
"milestone": "12.0",
|
|
||||||
"version": "12.0.1",
|
|
||||||
"fullVersion": "1:12.0.1+maria~ubu2404",
|
|
||||||
"releaseStatus": "RC",
|
|
||||||
"supportType": "Rolling",
|
|
||||||
"base": "ubuntu:noble",
|
|
||||||
"arches": [
|
|
||||||
"amd64",
|
|
||||||
"arm64v8",
|
|
||||||
"ppc64le",
|
|
||||||
"s390x"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"12.0-ubi": {
|
|
||||||
"milestone": "12.0",
|
|
||||||
"version": "12.0.1",
|
|
||||||
"fullVersion": "12.0.1",
|
|
||||||
"releaseStatus": "RC",
|
|
||||||
"supportType": "Rolling",
|
|
||||||
"base": "ubi9",
|
|
||||||
"arches": [
|
|
||||||
"amd64",
|
|
||||||
"arm64v8",
|
|
||||||
"ppc64le",
|
|
||||||
"s390x"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user