These Docker images are built on top of the official PHP Docker image (alpine), they contain additional PHP extensions required to testing (CI, but no code of the framework itself.
The Dockerfile(s) of this repository are designed to build from different PHP-versions by using build arguments.
exileed/php-testing8.0, 7.4, 7.3, 7.2, 7.0, 5.6
amqp
curl
iconv
mbstring
pdo
pdo_mysql
pdo_pgsql
pdo_sqlite
redis
pcntl
tokenizer
xml
gd
bcmath
soap
sockets
intl
imagick
exif
xdebug
zip
node.js
yarn
npm
composer
docker build -t exileed/php-testing:7.4 --build-arg PHP_BASE_IMAGE_VERSION=7.4 .
Content type
Image
Digest
sha256:0678c06f0…
Size
275.7 MB
Last updated
almost 4 years ago
docker pull exileed/php-testing