https://github.com/prometee/docker-php-fpm
Git repo for a customizable Docker Alpine PHP FPM image
https://github.com/prometee/docker-php-fpm
Last synced: 2 months ago
JSON representation
Git repo for a customizable Docker Alpine PHP FPM image
- Host: GitHub
- URL: https://github.com/prometee/docker-php-fpm
- Owner: Prometee
- License: mit
- Created: 2019-08-16T09:09:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T16:46:39.000Z (4 months ago)
- Last Synced: 2025-01-06T10:11:25.991Z (4 months ago)
- Language: Dockerfile
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Build Status][ico-github-actions]][link-github-actions]
[![Docker][ico-microbadger]][link-microbadger]Alpine PHP FPM + composer
--ARG vars
---- `PHP_VERSION` switchable PHP version
- `PHP_ROOT` configure the `WORKDIR`
- `PHP_EXTRA_EXTENSIONS` allow to add extra extensions
- `PHP_EXTRA_PECL_EXTENSIONS` allow to add extra PECL extensions
- `COMPOSER_GLOBAL_REQUIREMENTS` allow to add extra global composer requirementsBundled extensions
---- gd
- imagick
- intl
- zip
- pdo_mysql
- pcntl
- opcache
- exifAdditional extensions (not available in '*-minimum' images)
---- soap
- xmlrpc (Since PHP >=8 it becomes a PECL extension)Optional PECL extensions (not available in '*-minimum' images)
---- xdebug
- apcuComposer
---Globally installed with no extra packages
[ico-github-actions]: https://github.com/Prometee/docker-php-fpm/workflows/Build/badge.svg
[ico-microbadger]: https://images.microbadger.com/badges/image/fluxaudio/php-fpm.svg[link-github-actions]: https://github.com/Prometee/docker-php-fpm/actions?query=workflow%3A"Build"
[link-microbadger]: https://microbadger.com/images/fluxaudio/php-fpm