Closed paulbadcock closed 1 year ago
Thanks for the report! Sounds like a side-effect of #386. Will follow up with a PR change the permissions of these specific files.
Just as a FYI the impact of this is pretty critical.
The environment variable substitution will not function so the php.ini will never change so trying to adjust the memory limits or any S2I PHP based vars will fail.
When running an s2i compiled container like below docker file
You will get the following errors
If you check inside the container
Some more info
You can resolve it via:
But something is wrong in those files permissions in the container build.