Image used for running php tests on our ci server
50K+
Image used for running php tests on our ci server.
This image is not designed for production use, rather is helpful for running some commands that might need extensions enabled.
Images are based on the php:cli upstream.
7, latest7-xdebug7.47.4-xdebug7.37.3-xdebug7.27.2-xdebug55-xdebug5.55.5-xdebugAll images have a number of extensions enabled.
xdebug installed, but the xdebug tag has it enabled.The latest version is used where ever possible, some are pinned to older versions for PHP 5 images.
docker build -t ekreative/php .
docker run -ti --rm --volume=$(pwd):/opt/workspace ekreative/php ./bin/phpunit
I have used https://github.com/mlocati/docker-php-extension-installer has been a great to get extensions installed. There are a couple that are not using it because they are not currently supported.
Content type
Image
Digest
Size
254.4 MB
Last updated
over 4 years ago
docker pull ekreative/php