Now NGINX Unit build unit:php
image base on offical PHP image (php:cli
).
So that, I don't continue develop this repository.
Version | Variants | ||||||
---|---|---|---|---|---|---|---|
apache | cli | fpm | zts | cli-alpine | fpm-alpine | zts-alpine | |
7.0 | - | - | - | - | 7.0-alpine | - | - |
7.1 | - | - | - | - | 7.1-alpine | - | - |
7.2 | - | - | - | - | 7.2-alpine | - | - |
7.3 | 7.3-apache | 7.3-cli | 7.3-fpm | 7.3-zts | 7.3-cli-alpine | 7.3-fpm-alpine | 7.3-zts-alpine |
7.4 | 7.4-apache | 7.4-cli | 7.4-fpm | 7.4-zts | 7.4-cli-alpine | 7.4-fpm-alpine | 7.4-zts-alpine |
8.0 | 8.0-apache | 8.0-cli | 8.0-fpm | 8.0-zts | 8.0-cli-alpine | 8.0-fpm-alpine | - |
8.1 | 8.1-apache | 8.1-cli | 8.1-fpm | 8.1-zts | 8.1-cli-alpine | 8.1-fpm-alpine | - |
- Use like with official image
docker run -d --rm -p 9000:9000 -v $(pwd):/var/www oanhnn/php:8.0-fpm
All code contributions must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
Fork the project, create a feature branch, and send a pull request.
If you would like to help take a look at the list of issues.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.