Skip to content

Commit 8c9bcb0

Browse files
committed
[debian] Use upstream MariaDB
This preserves the Debian-provided minor version - 10.5 in case of Bullseye in Wallaby and Xena - and is backported as a fix to Victoria and Ussuri (where it follows Buster and its 10.3). Closes-Bug: #1944410 Change-Id: I9704e5371a410cb1f69ec0367174e2b368961dc1 (cherry picked from commit b5422a6)
1 parent 9885644 commit 8c9bcb0

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

docker/base/Dockerfile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
368368
{% elif base_distro == 'debian' %}
369369
{% set base_apt_keys = [
370370
'46095ACC8548582C1A2699A9D27D666CD88E42B4',
371+
'F1656F24C74CD1D8',
371372
'F77F1EDA57EBB1CC',
372373
'F6609E60DC62814E',
373374
] %}

kolla/template/repos.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ debian:
5555
influxdb: "deb https://repos.influxdata.com/debian buster stable"
5656
logstash: "deb [arch=amd64] https://artifacts.elastic.co/packages/oss-6.x/apt stable main"
5757
kibana: "deb [arch=amd64] https://artifacts.elastic.co/packages/oss-6.x/apt stable main"
58+
mariadb: "deb http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/debian buster main"
5859
rabbitmq: "deb https://packagecloud.io/rabbitmq/rabbitmq-server/debian/ buster main"
5960
td-agent: "deb http://packages.treasuredata.com/4/debian/buster buster contrib"
6061

@@ -66,6 +67,7 @@ debian-aarch64:
6667
logstash: "deb [arch=amd64] https://artifacts.elastic.co/packages/oss-6.x/apt stable main"
6768
kibana: "deb [arch=amd64] https://artifacts.elastic.co/packages/oss-6.x/apt stable main"
6869
libvirt: "deb https://obs.linaro.org/repos/home:/marcin.juszkiewicz/debian-buster ./"
70+
mariadb: "deb http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/debian buster main"
6971
rabbitmq: "deb https://packagecloud.io/rabbitmq/rabbitmq-server/debian/ buster main"
7072
td-agent: "deb http://packages.treasuredata.com/4/debian/buster buster contrib"
7173

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
upgrade:
3+
- |
4+
Debian now uses upstream MariaDB repos (thus following Ubuntu
5+
images). This is done to avoid issues like the related one and
6+
have an easy workaround of pinning to chosen MariaDB version if
7+
need arises.
8+
Operators may want to reflect this in their repo mirrors and
9+
proxies.
10+
`LP#1944410 <https://launchpad.net/bugs/1944410>`__

0 commit comments

Comments
 (0)