Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (34 loc) · 4.88 KB

README.md

File metadata and controls

46 lines (34 loc) · 4.88 KB

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.