Commit 9f11f33
committed
Fix centos-stream-9 container image build
I can't find why previous builds (January 2026) worked but
now we need to enable the mariadb module.
```
bash-5.1# dnf module list mariadb
CentOS Stream 9 - AppStream
Name Stream Profiles Summary
mariadb 10.11 client, galera, server [d] MariaDB Module
mariadb 11.8 client, galera, server [d] MariaDB Module
```
```
dnf module enable mariadb:11.8 -y
bash-5.1# dnf repoquery --source mariadb-server
mariadb-11.8.5-1.module_el9+1304+6dbdc612.src.rpm
```1 parent 4f61aaf commit 9f11f33
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
0 commit comments