Skip to content

Commit 130b6ed

Browse files
committed
Use MariaDB 10.11 and PHP 8.2 on fedora40
1 parent 04af928 commit 130b6ed

1 file changed

Lines changed: 22 additions & 6 deletions

File tree

bin/update_dockerfile.pl

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -306,11 +306,17 @@
306306
base => 'centos',
307307
yum => {
308308
_replace => {
309-
'mysql' => 'community-mysql',
310-
'mysql-server' => 'community-mysql-server',
311-
'mysql-devel' => 'community-mysql-devel',
312-
'procps' => 'perl-Unix-Process',
313-
'phpunit' => '',
309+
'mysql' => 'mariadb',
310+
'mysql-server' => 'mariadb-server',
311+
'mysql-devel' => 'mariadb-devel',
312+
'procps' => 'perl-Unix-Process',
313+
'php' => '',
314+
'php-cli' => '',
315+
'php-mysqlnd' => '',
316+
'php-mbstring' => '',
317+
'php-gd' => '',
318+
'php-pecl-memcache' => '',
319+
'phpunit' => '',
314320
},
315321
base => [qw( glibc-langpack-en glibc-langpack-ja xz )],
316322
images => [qw( libomp-devel )],
@@ -321,8 +327,18 @@
321327
# package is broken for unknown reason
322328
GraphicsMagick => '1.3.43',
323329
},
330+
remi => {
331+
rpm => 'https://www.rpmfind.net/linux/remi/fedora/40/remi/x86_64/remi-release-40-1.fc40.remi.noarch.rpm',
332+
module => {
333+
reset => 'php',
334+
enable => 'php:remi-8.2',
335+
},
336+
php_version => 'php82',
337+
},
338+
repo => {
339+
remi => [qw( php php-mbstring php-mysqlnd php-gd php-pecl-memcache php-xml )],
340+
},
324341
installer => 'dnf',
325-
setcap => 1,
326342
phpunit => 11,
327343
},
328344
fedora39 => {

0 commit comments

Comments
 (0)