use alpiune 3.21 with php 8.4
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 31s

This commit is contained in:
Sebastian Hugentobler 2025-03-31 13:16:53 +02:00
parent 5b7c8c11e4
commit 09a95f48c0
Signed by: shu
SSH Key Fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M
7 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
FROM docker.io/thallian/confd-env:3.20-3.1.6.2 FROM docker.io/thallian/confd-env:3.21-3.2.0.2
RUN apk --no-cache add php83-fpm RUN apk --no-cache add php84-fpm
ADD /rootfs / ADD /rootfs /

View File

@ -1,3 +1,3 @@
[template] [template]
src = "00_memory_limit.ini.tmpl" src = "00_memory_limit.ini.tmpl"
dest = "/etc/php83/conf.d/00_memory_limit.ini" dest = "/etc/php84/conf.d/00_memory_limit.ini"

View File

@ -1,3 +1,3 @@
[template] [template]
src = "01_max_execution_time.ini.tmpl" src = "01_max_execution_time.ini.tmpl"
dest = "/etc/php83/conf.d/01_max_execution_time.ini" dest = "/etc/php84/conf.d/01_max_execution_time.ini"

View File

@ -1,3 +1,3 @@
[template] [template]
src = "02_opcache.ini.tmpl" src = "02_opcache.ini.tmpl"
dest = "/etc/php83/conf.d/02_opcache.ini" dest = "/etc/php84/conf.d/02_opcache.ini"

View File

@ -1,3 +1,3 @@
[template] [template]
src = "www.conf.tmpl" src = "www.conf.tmpl"
dest = "/etc/php83/php-fpm.d/www.conf" dest = "/etc/php84/php-fpm.d/www.conf"

View File

@ -14,7 +14,7 @@
; Pid file ; Pid file
; Note: the default prefix is /var ; Note: the default prefix is /var
; Default Value: none ; Default Value: none
;pid = run/php83-fpm.pid ;pid = run/php84-fpm.pid
; Error log file ; Error log file
; If it's set to "syslog", log is sent to syslogd instead of being written ; If it's set to "syslog", log is sent to syslogd instead of being written
@ -122,4 +122,4 @@ error_log = syslog
; Relative path can also be used. They will be prefixed by: ; Relative path can also be used. They will be prefixed by:
; - the global prefix if it's been set (-p argument) ; - the global prefix if it's been set (-p argument)
; - /usr otherwise ; - /usr otherwise
include=/etc/php83/php-fpm.d/*.conf include=/etc/php84/php-fpm.d/*.conf

View File

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
exec php-fpm83 --nodaemonize --force-stderr exec php-fpm84 --nodaemonize --force-stderr