Optimized Docker image for pipeline of Symfony projects with PHP.
docker build -t enabel/pipeline-php:8.4 .
docker run --rm -it -v $(pwd):/var/www/html enabel/pipeline-php:8.4 bash- intl
- pdo
- pdo_mysql
- opcache
- zip
- gd
- redis
- xsl
- xdebug
- pcov
Composer is already included in the image.
Symfony CLI is pre-installed for easier project management.
Use this image in your pipelines to build, test, and deploy your Symfony projects.
This image is based on php:8.4-cli to ensure optimal performance.
MIT
Originally designed by Damien Lagae. If you have any questions, please contact Damien Lagae.