Skip to content

Commit c1d9985

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]> (cherry picked from commit e478adc)
1 parent 38dd039 commit c1d9985

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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-noble.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ubuntu:
2727
component: "stable"
2828
gpg_key: "influxdb.asc"
2929
mariadb:
30-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu"
30+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/ubuntu"
3131
suite: "noble"
3232
component: "main"
3333
gpg_key: "mariadb.gpg"
@@ -85,7 +85,7 @@ ubuntu-aarch64:
8585
component: "stable"
8686
gpg_key: "influxdb.asc"
8787
mariadb:
88-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu"
88+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/ubuntu"
8989
suite: "noble"
9090
component: "main"
9191
gpg_key: "mariadb.gpg"

kolla/template/repos.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ debian:
7272
component: "stable"
7373
gpg_key: "influxdb.asc"
7474
mariadb:
75-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian"
75+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/debian"
7676
suite: "bookworm"
7777
component: "main"
7878
gpg_key: "mariadb.gpg"
@@ -129,7 +129,7 @@ debian-aarch64:
129129
component: "stable"
130130
gpg_key: "influxdb.asc"
131131
mariadb:
132-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian"
132+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/debian"
133133
suite: "bookworm"
134134
component: "main"
135135
gpg_key: "mariadb.gpg"
@@ -227,7 +227,7 @@ ubuntu:
227227
component: "stable"
228228
gpg_key: "influxdb.asc"
229229
mariadb:
230-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu"
230+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/ubuntu"
231231
suite: "jammy"
232232
component: "main"
233233
gpg_key: "mariadb.gpg"
@@ -284,7 +284,7 @@ ubuntu-aarch64:
284284
component: "stable"
285285
gpg_key: "influxdb.asc"
286286
mariadb:
287-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu"
287+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/ubuntu"
288288
suite: "jammy"
289289
component: "main"
290290
gpg_key: "mariadb.gpg"

0 commit comments

Comments
 (0)