You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We run your docker images as non root and recently noticed that it isn't possible to run apache2ctl anymore. I get the following error when trying to run any apache2ctl command:
apache2ctl -k graceful
chown: changing ownership of '/var/run/apache2/socks.6lWmhC0DVq': Operation not permitted
Hello there,
Image impacted: 8.1-apache-bookworm
We run your docker images as non root and recently noticed that it isn't possible to run
apache2ctl
anymore. I get the following error when trying to run anyapache2ctl
command:apache2ctl -k graceful chown: changing ownership of '/var/run/apache2/socks.6lWmhC0DVq': Operation not permitted
apache2ctl
has this line of code in itThe problem seems to be that the /var/run/socks folder doesn't exist in your image and then
apache2ctl
needs root access to create it.The problem seems to be only in the
bookworm
version, thebullseye
version works as expected.I think creating the folder here would solve the problem
php/8.1/bookworm/apache/Dockerfile
Line 67 in 09e2bdf
The text was updated successfully, but these errors were encountered: