mirror of
https://github.com/MariaDB/mariadb-docker.git
synced 2025-04-19 06:02:18 +03:00
TEMP hack to make supportType/ReleaseStatus=Unknown as stable for 11.5
This is because its removed in download, but we still need to have latest as 11.5 otherwise users will go back a version.
This commit is contained in:
parent
85df6a9f3d
commit
58570c6f19
@ -80,6 +80,9 @@ for version in "${versions[@]}"; do
|
||||
supportType="$(grep -m1 'support-type:' "$version/Dockerfile" | cut -d':' -f2)"
|
||||
|
||||
case $releaseStatus in
|
||||
Unknown)
|
||||
releaseStatus=Stable
|
||||
;&
|
||||
Stable)
|
||||
suffix=
|
||||
;;
|
||||
@ -103,6 +106,7 @@ for version in "${versions[@]}"; do
|
||||
;;
|
||||
*)
|
||||
supportType=Unknown
|
||||
supportType=STS
|
||||
esac
|
||||
|
||||
if [ "$version" != "$fullVersion" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user