Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mariadb
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
docker-library
mariadb
Commits
376c7ec7
Commit
376c7ec7
authored
10 months ago
by
Daniel Black
Browse files
Options
Downloads
Patches
Plain Diff
revert
b34b76eb
version fix
parent
407dfffb
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
update.sh
+1
-10
1 addition, 10 deletions
update.sh
with
1 addition
and
10 deletions
update.sh
+
1
−
10
View file @
376c7ec7
...
@@ -240,16 +240,7 @@ for version in "${versions[@]}"; do
...
@@ -240,16 +240,7 @@ for version in "${versions[@]}"; do
if [ ! -d "
$version
" ]; then
if [ ! -d "
$version
" ]; then
version=
${
version
%.[[
:digit:]]
*
}
version=
${
version
%.[[
:digit:]]
*
}
else
else
case "
$version
" in
11.5*)
mariaVersion=11.5.2
;;
11.6*)
mariaVersion=11.6.1
;;
*)
mariaversion
mariaversion
esac
fi
fi
readarray -t release <<< "
$(
curl
-fsSL
"
$DOWNLOADS_REST_API
/mariadb/"
\
readarray -t release <<< "
$(
curl
-fsSL
"
$DOWNLOADS_REST_API
/mariadb/"
\
| jq
-r
--arg
version
"
${
version
%-*
}
"
'.major_releases[] | select(.release_id == $version) | [ .release_status ] , [ .release_support_type ] | @tsv'
)
"
| jq
-r
--arg
version
"
${
version
%-*
}
"
'.major_releases[] | select(.release_id == $version) | [ .release_status ] , [ .release_support_type ] | @tsv'
)
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment