-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing with DDEV HEAD due to permissions on /run/php #20
Comments
Here's what I see when running the tests manually:
DDEV HEAD has moved to php8.2 by default, so we're testing with that now. |
This comes up "ok" but nonfunctional if I delete most of the contents of the Dockerfile. |
I imagine that the Dockerfile has changed the permissions on /run/php (normally owned by www-data and 777). This probably has to do with us basing on Debian 12 Bookworm now. |
Thank you @rfay, I'm going to working on it in the these days. |
I encountered the same error by adding only one |
Thank you @stasadev for sharing that. |
The tests are currently failing here against DDEV head @robertoperuzzo -
Recent changes to HEAD include:
The test says:
This is normally a docker problem, but other add-ons aren't having trouble.
The Dockerfile here is quite extensive, and tries to do a
pecl install
, which may not work on Bookworm?Thanks for looking at it!
The text was updated successfully, but these errors were encountered: