php
php copied to clipboard
Generic PHP docker container images
Is it possible to add the xdiff extentsion ?
I did a brief investigation and seems like ssmtp is pretty abandoned these days and [msmtp](https://marlam.de/msmtp/) is the natural replacement. I opened this issue to test the waters on how...
Hi Team, Is it possible to have add some more extra libraries/scripts in this image. Because we want to use this on multiple project . e.g https://wp-cli.org/ https://drupalconsole.com/docs/en/getting/launcher Thanks in...
If the `PHP_FPM_USER` environment variable is set and SSMTP is used to send mail by setting the environment variable `PHP_SENDMAIL_PATH` to `'"/usr/bin/dos2unix -u | /usr/sbin/ssmtp -t -f"'`` ssmpt fails to...
I am using the GitHub CI to build and validate Drupal website and part of my workflow looks like this: ``` jobs: full: name: Full (Build, Validate, Test, Deploy) runs-on:...
I am trying to mount a .ssh/config file that contains: ``` Host *.ssh.prod.acquia-sites.com PubkeyAcceptedAlgorithms +ssh-rsa ``` But when the container is restarted, the file contents are replaced with boilerplate: ```...
I would like to mount my volume readonly but the container exits because it can't change ownership of the files. **Steps to reproduce:** `$ docker run -v /home/user/www/:/var/www/html/:ro -p 9090:9000...
Closed #150
_adduser/addgroup_ gives error when uid/gid is greater than 256000: `number 961200513 is not in 0..256000 range ` Changing the approach to using _useradd/groupadd_ from _shadow_ solves the problem.
We had to disable installation of grpc extension (since 4.25.0) because its cross-compilation (for arm64) takes way too much time (over 6h limit in gh actions)