Fix 11.5 files/scripts
This commit is contained in:
parent
d289a87e6c
commit
e730514e27
@ -56,8 +56,8 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
|
||||
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
|
||||
ARG MARIADB_VERSION=11.5.1
|
||||
ENV MARIADB_VERSION=$MARIADB_VERSION
|
||||
# release-status:Unknown
|
||||
# release-support-type:Unknown
|
||||
# release-status:RC
|
||||
# release-support-type:Short Term Support
|
||||
# (https://downloads.mariadb.org/rest-api/mariadb/)
|
||||
|
||||
# missing pwgen(epel), jemalloc(epel) (as entrypoint/user extensions)
|
||||
|
@ -82,7 +82,7 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
|
||||
ARG MARIADB_VERSION=1:11.5.1+maria~ubu2404
|
||||
ENV MARIADB_VERSION $MARIADB_VERSION
|
||||
# release-status:RC
|
||||
# release-support-type:Rolling
|
||||
# release-support-type:Short Term Support
|
||||
# (https://downloads.mariadb.org/rest-api/mariadb/)
|
||||
|
||||
# Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions
|
||||
|
@ -110,5 +110,33 @@
|
||||
"ppc64le",
|
||||
"s390x"
|
||||
]
|
||||
},
|
||||
"11.5": {
|
||||
"milestone": "11.5",
|
||||
"version": "11.5.1",
|
||||
"fullVersion": "1:11.5.1+maria~ubu2404",
|
||||
"releaseStatus": "RC",
|
||||
"supportType": "Short Term Support",
|
||||
"base": "ubuntu:noble",
|
||||
"arches": [
|
||||
"amd64",
|
||||
"arm64v8",
|
||||
"ppc64le",
|
||||
"s390x"
|
||||
]
|
||||
},
|
||||
"11.5-ubi": {
|
||||
"milestone": "11.5",
|
||||
"version": "11.5.1",
|
||||
"fullVersion": "11.5.1",
|
||||
"releaseStatus": "RC",
|
||||
"supportType": "Short Term Support",
|
||||
"base": "ubi9",
|
||||
"arches": [
|
||||
"amd64",
|
||||
"arm64v8",
|
||||
"ppc64le",
|
||||
"s390x"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user