/docker-php

Let's make it easy to build things together.

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

Docker Images Logo

Build Status License Support us

Available Docker Images

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

Usage

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

Updates

✅ The image builds run nightly for latest security update.

About this project

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.

Project credits & inspiration

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.

Why these images and not other ones?

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.

Submitting issues and pull requests

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.

Like we said -- we're always learning

If you find a critical security flaw, please open an issue or learn more about our responsible disclosure policy.