Bug ID 1191677
Summary php8-nginx container broken
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS openSUSE Tumbleweed
Status NEW
Severity Normal
Priority P5 - None
Component Kubic
Assignee kubic-bugs@opensuse.org
Reporter noah@spacemule.net
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

The container registry.opensuse.org/opensuse/php8-nginx fails to start.

Here is the output:

podman run -v /home/pod/dir-vols/nginx/:/etc/nginx --env DEBUG=1 --pod public
--replace --label io.containers.autoupdate=image --name nginx
registry.opensuse.org/opensuse/php8-nginx
+ /usr/bin/find /docker-entrypoint.d/ -mindepth 1 -maxdepth 1 -type f -print
-quit
+ read v
/docker-entrypoint.d/ is not empty, will attempt to perform configuration
Looking for shell scripts in /docker-entrypoint.d/
+ echo '/docker-entrypoint.d/ is not empty, will attempt to perform
configuration'
+ echo 'Looking for shell scripts in /docker-entrypoint.d/'
+ find /docker-entrypoint.d/ -follow -type f -print
+ sort -V
+ read -r f
+ case "$f" in
Launching /docker-entrypoint.d/30-populate-etc.sh
+ '[' -x /docker-entrypoint.d/30-populate-etc.sh ']'
+ echo 'Launching /docker-entrypoint.d/30-populate-etc.sh'
+ /docker-entrypoint.d/30-populate-etc.sh
+ ETC_DIR=/etc/nginx
+ '[' '!' -f /etc/nginx/nginx.conf ']'
+ exit 0
+ read -r f
Launching /docker-entrypoint.d/40-populate-htdocs.sh
+ case "$f" in
+ '[' -x /docker-entrypoint.d/40-populate-htdocs.sh ']'
+ echo 'Launching /docker-entrypoint.d/40-populate-htdocs.sh'
+ /docker-entrypoint.d/40-populate-htdocs.sh
+ HTDOCS_DIR=/srv/www/htdocs
++ ls -A /srv/www/htdocs
+ '[' '!' '50x.html
index.php
nginx.html' ']'
+ exit 0
+ read -r f
+ case "$f" in
+ '[' -x /docker-entrypoint.d/50-set-timezone.sh ']'
+ echo 'Launching /docker-entrypoint.d/50-set-timezone.sh'
Launching /docker-entrypoint.d/50-set-timezone.sh
+ /docker-entrypoint.d/50-set-timezone.sh
+ '[' -n '' ']'
+ read -r f
+ case "$f" in
+ '[' -x /docker-entrypoint.d/90-run-php-fpm.sh ']'
+ echo 'Launching /docker-entrypoint.d/90-run-php-fpm.sh'
Launching /docker-entrypoint.d/90-run-php-fpm.sh
+ /docker-entrypoint.d/90-run-php-fpm.sh
+ echo 'Starting php-fpm...'
Starting php-fpm...
+ /usr/sbin/php-fpm
[14-Oct-2021 23:41:51] ERROR: failed to open configuration file
'/etc/php8/fpm/php-fpm.conf': Permission denied (13)
[14-Oct-2021 23:41:51] ERROR: failed to load configuration file
'/etc/php8/fpm/php-fpm.conf'
[14-Oct-2021 23:41:51] ERROR: FPM initialization failed


You are receiving this mail because: