Skip to content

Commit eb29ede

Browse files
committed
mariadb: pin to 10.11.11
Closes-Bug: #2110122 Change-Id: If301b9ebd7d0dc38bea4d60467e8e80a7a49825d (cherry picked from commit b0cd0df)
1 parent 1e2bcd5 commit eb29ede

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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 Server
3-
baseurl = https://dlm.mariadb.com/repo/mariadb-server/10.11/yum/rhel/$releasever/$basearch
3+
baseurl = https://dlm.mariadb.com/repo/mariadb-server/10.11.11/yum/rhel/$releasever/$basearch
44
gpgcheck = 1
55
enabled = 0
66
module_hotfixes = 1

kolla/template/repos.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ debian:
6060
component: "stable"
6161
gpg_key: "influxdb.asc"
6262
mariadb:
63-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian"
63+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.11/repo/debian"
6464
suite: "bookworm"
6565
component: "main"
6666
gpg_key: "mariadb.gpg"
@@ -107,7 +107,7 @@ debian-aarch64:
107107
component: "stable"
108108
gpg_key: "influxdb.asc"
109109
mariadb:
110-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian"
110+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.11/repo/debian"
111111
suite: "bookworm"
112112
component: "main"
113113
gpg_key: "mariadb.gpg"
@@ -193,7 +193,7 @@ ubuntu:
193193
component: "stable"
194194
gpg_key: "influxdb.asc"
195195
mariadb:
196-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu"
196+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.11/repo/ubuntu"
197197
suite: "jammy"
198198
component: "main"
199199
gpg_key: "mariadb.gpg"
@@ -240,7 +240,7 @@ ubuntu-aarch64:
240240
component: "stable"
241241
gpg_key: "influxdb.asc"
242242
mariadb:
243-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu"
243+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.11/repo/ubuntu"
244244
suite: "jammy"
245245
component: "main"
246246
gpg_key: "mariadb.gpg"

0 commit comments

Comments
 (0)