Image Name | Variation | Size |
---|---|---|
kaulse/php:8.2-cli-v1.5.0 |
cli | |
kaulse/php:8.2-fpm-v1.5.0 |
fpm | |
kaulse/php:8.2-fpm-apache-v1.5.0 |
fpm-apache | |
kaulse/php:8.2-fpm-nginx-v1.5.0 |
fpm-nginx |
This is a list of the docker images this repository creates:
⚙️ Variation | ✨ Version |
---|---|
cli | 7.4, 8.0, 8.1, 8.2 |
fpm | 7.4, 8.0, 8.1, 8.2 |
fpm-apache | 7.4, 8.0, 8.1, 8.2 |
fpm-nginx | 7.4, 8.0, 8.1, 8.2 |
Simply use this image name pattern in any of your projects:
kaulse/php:{{version}}-{{variation-name}}
For example... If I wanted to run PHP 8.2 with FPM + NGINX, I would use this image:
kaulse/php:8.2-fpm-nginx-v1.5.0
✅ The image builds automatically run weekly (Tuesday at 0800 UTC) for latest security updates.
Majority of our knowledge came from Chris' course, Shipping Docker. If you have yet to discover his content, you will be very satisfied with every course he has to offer. He's a great human being and excellent educator.
This team has an excellent repository and millions of pulls per month. We really like how they structured their code.
These guys are absolute aces when it comes to Docker development. They are a great resource for tons of open source Docker images.