Make 10.6 for jammy
This commit is contained in:
parent
bb5c0259bc
commit
eaf65f5053
@ -79,7 +79,7 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
|
|||||||
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-jammy
|
ARG MARIADB_MAJOR=10.6
|
||||||
ENV MARIADB_MAJOR $MARIADB_MAJOR
|
ENV MARIADB_MAJOR $MARIADB_MAJOR
|
||||||
ARG MARIADB_VERSION=1:10.6.22+maria~ubu2204
|
ARG MARIADB_VERSION=1:10.6.22+maria~ubu2204
|
||||||
ENV MARIADB_VERSION $MARIADB_VERSION
|
ENV MARIADB_VERSION $MARIADB_VERSION
|
@ -10,8 +10,7 @@ development_version_real=12.1
|
|||||||
defaultSuite='noble'
|
defaultSuite='noble'
|
||||||
declare -A suites=(
|
declare -A suites=(
|
||||||
[10.5]='focal'
|
[10.5]='focal'
|
||||||
[10.6]='focal'
|
[10.6]='jammy'
|
||||||
['10.6-jammy']='jammy'
|
|
||||||
[10.11]='jammy'
|
[10.11]='jammy'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -114,10 +114,10 @@
|
|||||||
"10.6": {
|
"10.6": {
|
||||||
"milestone": "10.6",
|
"milestone": "10.6",
|
||||||
"version": "10.6.22",
|
"version": "10.6.22",
|
||||||
"fullVersion": "1:10.6.22+maria~ubu2004",
|
"fullVersion": "1:10.6.22+maria~ubu2204",
|
||||||
"releaseStatus": "Stable",
|
"releaseStatus": "Stable",
|
||||||
"supportType": "Long Term Support",
|
"supportType": "Long Term Support",
|
||||||
"base": "ubuntu:focal",
|
"base": "ubuntu:jammy",
|
||||||
"arches": [
|
"arches": [
|
||||||
"amd64",
|
"amd64",
|
||||||
"arm64v8",
|
"arm64v8",
|
||||||
@ -138,33 +138,5 @@
|
|||||||
"ppc64le",
|
"ppc64le",
|
||||||
"s390x"
|
"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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user