Merge "debian: add mariadb bookworm repo"

This commit is contained in:
Zuul 2023-08-22 14:46:48 +00:00 committed by Gerrit Code Review
commit 4c31f7a3f2
2 changed files with 10 additions and 6 deletions

View File

@ -52,12 +52,11 @@ debian:
suite: "jammy"
component: "stable"
gpg_key: "influxdb.asc"
# NOTE(hrw): Debian/bookworm has MariaDB 10.11
# mariadb:
# url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian"
# suite: "bookworm"
# component: "main"
# gpg_key: "mariadb.gpg"
mariadb:
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian"
suite: "bookworm"
component: "main"
gpg_key: "mariadb.gpg"
opensearch:
url: "https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/apt/"
suite: "stable"

View File

@ -0,0 +1,5 @@
---
features:
- |
Debian Bookworm images now use MariaDB upstream repository as package
source.