Make 10.6 for jammy

This commit is contained in:
Daniel Black 2025-05-22 10:46:01 +10:00
parent bb5c0259bc
commit eaf65f5053
5 changed files with 4 additions and 33 deletions

View File

@ -79,7 +79,7 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
ARG MARIADB_MAJOR=10.6-jammy
ARG MARIADB_MAJOR=10.6
ENV MARIADB_MAJOR $MARIADB_MAJOR
ARG MARIADB_VERSION=1:10.6.22+maria~ubu2204
ENV MARIADB_VERSION $MARIADB_VERSION

View File

@ -10,8 +10,7 @@ development_version_real=12.1
defaultSuite='noble'
declare -A suites=(
[10.5]='focal'
[10.6]='focal'
['10.6-jammy']='jammy'
[10.6]='jammy'
[10.11]='jammy'
)

View File

@ -114,10 +114,10 @@
"10.6": {
"milestone": "10.6",
"version": "10.6.22",
"fullVersion": "1:10.6.22+maria~ubu2004",
"fullVersion": "1:10.6.22+maria~ubu2204",
"releaseStatus": "Stable",
"supportType": "Long Term Support",
"base": "ubuntu:focal",
"base": "ubuntu:jammy",
"arches": [
"amd64",
"arm64v8",
@ -138,33 +138,5 @@
"ppc64le",
"s390x"
]
},
"10.5": {
"milestone": "10.5",
"version": "10.5.29",
"fullVersion": "1:10.5.29+maria~ubu2004",
"releaseStatus": "Stable",
"supportType": "Long Term Support",
"base": "ubuntu:focal",
"arches": [
"amd64",
"arm64v8",
"ppc64le",
"s390x"
]
},
"10.6-jammy": {
"milestone": "10.6",
"version": "10.6.22",
"fullVersion": "1:10.6.22+maria~ubu2204",
"releaseStatus": "Stable",
"supportType": "Long Term Support",
"base": "ubuntu:jammy",
"arches": [
"amd64",
"arm64v8",
"ppc64le",
"s390x"
]
}
}