Skip to content

Commit eaf65f5

Browse files
committed
Make 10.6 for jammy
1 parent bb5c025 commit eaf65f5

File tree

5 files changed

+4
-33
lines changed

5 files changed

+4
-33
lines changed

10.6-jammy/Dockerfile renamed to 10.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
7979
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
8080

8181
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
82-
ARG MARIADB_MAJOR=10.6-jammy
82+
ARG MARIADB_MAJOR=10.6
8383
ENV MARIADB_MAJOR $MARIADB_MAJOR
8484
ARG MARIADB_VERSION=1:10.6.22+maria~ubu2204
8585
ENV MARIADB_VERSION $MARIADB_VERSION
File renamed without changes.
File renamed without changes.

update.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ development_version_real=12.1
1010
defaultSuite='noble'
1111
declare -A suites=(
1212
[10.5]='focal'
13-
[10.6]='focal'
14-
['10.6-jammy']='jammy'
13+
[10.6]='jammy'
1514
[10.11]='jammy'
1615
)
1716

versions.json

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@
114114
"10.6": {
115115
"milestone": "10.6",
116116
"version": "10.6.22",
117-
"fullVersion": "1:10.6.22+maria~ubu2004",
117+
"fullVersion": "1:10.6.22+maria~ubu2204",
118118
"releaseStatus": "Stable",
119119
"supportType": "Long Term Support",
120-
"base": "ubuntu:focal",
120+
"base": "ubuntu:jammy",
121121
"arches": [
122122
"amd64",
123123
"arm64v8",
@@ -138,33 +138,5 @@
138138
"ppc64le",
139139
"s390x"
140140
]
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-
]
169141
}
170142
}

0 commit comments

Comments
 (0)