Includes php and several dependencies for Drupal and commonly used drupal modules:
- Redis Support
- GD
- Imagick (image derivatives for gifs with multiframe support)
- Storage backends: mysql and mongo
- multibyte strings (mbstring)
- opcache (speed improvement that avoids recompiling with every request)
- Blackfire probe for profiling (can be used on production with no performance penalty)
You should add some extra configuration via .ini
or .conf
files in /usr/local/etc/php-fpm.d
for tuning opcache
and/or file upload limits.
- Upgrade base image support to bullseye - This should be a drop in replacement for most aspects of this image but needs to be tested.