File tree Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ update_version()
55
55
sed -e ' /collation-server/d' docker.cnf > " $dir /docker.cnf"
56
56
if [[ $version != 11.4 ]]; then
57
57
sed -i -e ' /character-set-collations/d' " $dir /docker.cnf"
58
+ fi
59
+ if [[ $version != 11.[45] ]]; then
58
60
sed -i -e ' /character-set/d' " $dir /docker.cnf"
59
61
fi
60
62
fi
Original file line number Diff line number Diff line change 110
110
" ppc64le" ,
111
111
" s390x"
112
112
]
113
+ },
114
+ "11.5" : {
115
+ "milestone" : " 11.5" ,
116
+ "version" : " 11.5.2" ,
117
+ "fullVersion" : " 1:11.5.2+maria~ubu2404" ,
118
+ "releaseStatus" : " Stable" ,
119
+ "supportType" : " Short Term Support" ,
120
+ "base" : " ubuntu:noble" ,
121
+ "arches" : [
122
+ " amd64" ,
123
+ " arm64v8" ,
124
+ " ppc64le" ,
125
+ " s390x"
126
+ ]
127
+ },
128
+ "11.5-ubi" : {
129
+ "milestone" : " 11.5" ,
130
+ "version" : " 11.5.2" ,
131
+ "fullVersion" : " 11.5.2" ,
132
+ "releaseStatus" : " Stable" ,
133
+ "supportType" : " Short Term Support" ,
134
+ "base" : " ubi9" ,
135
+ "arches" : [
136
+ " amd64" ,
137
+ " arm64v8" ,
138
+ " ppc64le" ,
139
+ " s390x"
140
+ ]
141
+ },
142
+ "11.6" : {
143
+ "milestone" : " 11.6" ,
144
+ "version" : " 11.6.1" ,
145
+ "fullVersion" : " 1:11.6.1+maria~ubu2404" ,
146
+ "releaseStatus" : " RC" ,
147
+ "supportType" : " Short Term Support" ,
148
+ "base" : " ubuntu:noble" ,
149
+ "arches" : [
150
+ " amd64" ,
151
+ " arm64v8" ,
152
+ " ppc64le" ,
153
+ " s390x"
154
+ ]
155
+ },
156
+ "11.6-ubi" : {
157
+ "milestone" : " 11.6" ,
158
+ "version" : " 11.6.1" ,
159
+ "fullVersion" : " 11.6.1" ,
160
+ "releaseStatus" : " RC" ,
161
+ "supportType" : " Short Term Support" ,
162
+ "base" : " ubi9" ,
163
+ "arches" : [
164
+ " amd64" ,
165
+ " arm64v8" ,
166
+ " ppc64le" ,
167
+ " s390x"
168
+ ]
113
169
}
114
170
}
You can’t perform that action at this time.
0 commit comments