SecurityDiscovery / docker-php

Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more! Including PHP 8.2.

Home Page:https://hub.docker.com/r/serversideup/php/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fork of serversideup/php for PHP8.2 and version v1.5.0

New PHP-8.2.0 v1.5.0 variations:

Image Name Variation Size
kaulse/php:8.2-cli-v1.5.0 cli Docker Image Size (tag)
kaulse/php:8.2-fpm-v1.5.0 fpm Docker Image Size (tag)
kaulse/php:8.2-fpm-apache-v1.5.0 fpm-apache Docker Image Size (tag)
kaulse/php:8.2-fpm-nginx-v1.5.0 fpm-nginx Docker Image Size (tag)

Available Docker Images

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

Usage

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

Updates

✅ The image builds automatically run weekly (Tuesday at 0800 UTC) for latest security updates.

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.

These guys are absolute aces when it comes to Docker development. They are a great resource for tons of open source Docker images.

About

Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more! Including PHP 8.2.

https://hub.docker.com/r/serversideup/php/

License:GNU General Public License v3.0


Languages

Language:Dockerfile 59.9%Language:Jinja 32.6%Language:Shell 7.4%