Skip to content

Commit bc4c654

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Use MariaDB 10.6"
2 parents 88e6bcf + b8b181a commit bc4c654

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

docker/base/mariadb-aarch64.repo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[mariadb]
22
name = MariaDB
3-
baseurl = https://downloads.mariadb.com/MariaDB/mariadb-10.5/yum/centos8-aarch64
3+
baseurl = https://downloads.mariadb.com/MariaDB/mariadb-10.6/yum/centos8-aarch64
44
module_hotfixes = 1
55
gpgcheck = 1
66
enabled = 0

docker/base/mariadb.repo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[mariadb]
22
name = MariaDB
3-
baseurl = https://downloads.mariadb.com/MariaDB/mariadb-10.5/yum/centos8-amd64
3+
baseurl = https://downloads.mariadb.com/MariaDB/mariadb-10.6/yum/centos8-amd64
44
module_hotfixes = 1
55
gpgcheck = 1
66
enabled = 0

kolla/template/repos.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ debian:
7575
component: "main"
7676
gpg_key: "elasticsearch.asc"
7777
mariadb:
78-
url: "http://downloads.mariadb.com/MariaDB/mariadb-10.5/repo/debian"
78+
url: "http://downloads.mariadb.com/MariaDB/mariadb-10.6/repo/debian"
7979
suite: "bullseye"
8080
component: "main"
8181
gpg_key: "mariadb.gpg"
@@ -128,7 +128,7 @@ debian-aarch64:
128128
component: "main"
129129
gpg_key: "elasticsearch.asc"
130130
mariadb:
131-
url: "http://downloads.mariadb.com/MariaDB/mariadb-10.5/repo/debian"
131+
url: "http://downloads.mariadb.com/MariaDB/mariadb-10.6/repo/debian"
132132
suite: "bullseye"
133133
component: "main"
134134
gpg_key: "mariadb.gpg"
@@ -185,7 +185,7 @@ ubuntu:
185185
component: "main"
186186
gpg_key: "elasticsearch.asc"
187187
mariadb:
188-
url: "http://downloads.mariadb.com/MariaDB/mariadb-10.5/repo/ubuntu"
188+
url: "http://downloads.mariadb.com/MariaDB/mariadb-10.6/repo/ubuntu"
189189
suite: "focal"
190190
component: "main"
191191
gpg_key: "mariadb.gpg"
@@ -237,7 +237,7 @@ ubuntu-aarch64:
237237
component: "main"
238238
gpg_key: "elasticsearch.asc"
239239
mariadb:
240-
url: "http://downloads.mariadb.com/MariaDB/mariadb-10.5/repo/ubuntu"
240+
url: "http://downloads.mariadb.com/MariaDB/mariadb-10.6/repo/ubuntu"
241241
suite: "focal"
242242
component: "main"
243243
gpg_key: "mariadb.gpg"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
other:
3+
- |
4+
Images now have MariaDB 10.6.

0 commit comments

Comments
 (0)