This is a docker container intended for running PHP tests in a continuous integration environment such as GitHub Actions.
View this container on Docker Hub.
Lightweight is a relative term here, of course. These images include postgres bindings and various other system tools needed for certain PHP extensions.
These images include the following PHP extensions, where applicable:
- bcmath
- gd
- intl
- mongodb
- PCOV
- pgsql
- xsl
- zip
This container was inspired by the Kirschbaum Development Group's Laravel Test Runner.