Skip to content

Commit 5ba71fa

Browse files
priteauAlex-Welsh
authored andcommitted
mariadb: pin to 10.11.13
Closes-Bug: #2119954 Change-Id: I1e334b47c6ab16eb032458141faae55cf39e3eb4 Signed-off-by: Pierre Riteau <[email protected]>
1 parent a920d72 commit 5ba71fa

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.13/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
@@ -69,7 +69,7 @@ debian:
6969
component: "stable"
7070
gpg_key: "influxdb.asc"
7171
mariadb:
72-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian"
72+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/debian"
7373
suite: "bookworm"
7474
component: "main"
7575
gpg_key: "mariadb.gpg"
@@ -121,7 +121,7 @@ debian-aarch64:
121121
component: "stable"
122122
gpg_key: "influxdb.asc"
123123
mariadb:
124-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian"
124+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/debian"
125125
suite: "bookworm"
126126
component: "main"
127127
gpg_key: "mariadb.gpg"
@@ -215,7 +215,7 @@ ubuntu:
215215
component: "stable"
216216
gpg_key: "influxdb.asc"
217217
mariadb:
218-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu"
218+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/ubuntu"
219219
suite: "noble"
220220
component: "main"
221221
gpg_key: "mariadb.gpg"
@@ -268,7 +268,7 @@ ubuntu-aarch64:
268268
component: "stable"
269269
gpg_key: "influxdb.asc"
270270
mariadb:
271-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu"
271+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/ubuntu"
272272
suite: "noble"
273273
component: "main"
274274
gpg_key: "mariadb.gpg"

0 commit comments

Comments
 (0)