File tree Expand file tree Collapse file tree 5 files changed +4
-33
lines changed Expand file tree Collapse file tree 5 files changed +4
-33
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
79
79
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
80
80
81
81
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
82
- ARG MARIADB_MAJOR=10.6-jammy
82
+ ARG MARIADB_MAJOR=10.6
83
83
ENV MARIADB_MAJOR $MARIADB_MAJOR
84
84
ARG MARIADB_VERSION=1:10.6.22+maria~ubu2204
85
85
ENV MARIADB_VERSION $MARIADB_VERSION
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ development_version_real=12.1
10
10
defaultSuite=' noble'
11
11
declare -A suites=(
12
12
[10.5]=' focal'
13
- [10.6]=' focal'
14
- [' 10.6-jammy' ]=' jammy'
13
+ [10.6]=' jammy'
15
14
[10.11]=' jammy'
16
15
)
17
16
Original file line number Diff line number Diff line change 114
114
"10.6" : {
115
115
"milestone" : " 10.6" ,
116
116
"version" : " 10.6.22" ,
117
- "fullVersion" : " 1:10.6.22+maria~ubu2004 " ,
117
+ "fullVersion" : " 1:10.6.22+maria~ubu2204 " ,
118
118
"releaseStatus" : " Stable" ,
119
119
"supportType" : " Long Term Support" ,
120
- "base" : " ubuntu:focal " ,
120
+ "base" : " ubuntu:jammy " ,
121
121
"arches" : [
122
122
" amd64" ,
123
123
" arm64v8" ,
138
138
" ppc64le" ,
139
139
" s390x"
140
140
]
141
- },
142
- "10.5" : {
143
- "milestone" : " 10.5" ,
144
- "version" : " 10.5.29" ,
145
- "fullVersion" : " 1:10.5.29+maria~ubu2004" ,
146
- "releaseStatus" : " Stable" ,
147
- "supportType" : " Long Term Support" ,
148
- "base" : " ubuntu:focal" ,
149
- "arches" : [
150
- " amd64" ,
151
- " arm64v8" ,
152
- " ppc64le" ,
153
- " s390x"
154
- ]
155
- },
156
- "10.6-jammy" : {
157
- "milestone" : " 10.6" ,
158
- "version" : " 10.6.22" ,
159
- "fullVersion" : " 1:10.6.22+maria~ubu2204" ,
160
- "releaseStatus" : " Stable" ,
161
- "supportType" : " Long Term Support" ,
162
- "base" : " ubuntu:jammy" ,
163
- "arches" : [
164
- " amd64" ,
165
- " arm64v8" ,
166
- " ppc64le" ,
167
- " s390x"
168
- ]
169
141
}
170
142
}
You can’t perform that action at this time.
0 commit comments