This is a list of the docker images this repository creates:
⚙️ Variation | 🎁 Version |
---|---|
cli | 7.4, 8.0 |
fpm | 7.4, 8.0 |
fpm-apache | 7.4, 8.0 |
fpm-nginx | 7.4, 8.0 |
Simply use this image name pattern in any of your projects:
serversideup/php:{{version}}-{{variation-name}}
For example... If I wanted to run PHP 8.0 with FPM + NGINX, I would use this image:
serversideup/php:8.0-fpm-nginx
✅ The image builds run nightly for latest security update.
We're taking the extra effort to open source as much as we can. Not only could this potentially help someone learn a little bit of Docker, but it makes it a heck of a lot easier for us to work with you on new open source ideas.
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.
Many people have docker images, but they are not runnning them in production. We want to share as much as we can of our production images so we can make it easier to work with you.
We want to make sure that when we work together EVERY development environment is the same across the board -- no matter how you prefer to work.
Since there are a lot of dependencies on these images, please understand that it can make it complicated on mergine your pull request.
We'd love to have your help, but it might be best to explain your intentions first before contributing.
If you find a critical security flaw, please open an issue or learn more about our responsible disclosure policy.