11# PHP-FPM Docker images
22
3+ [ ![ Release] ( https://img.shields.io/github/release/devilbox/docker-php-fpm.svg?colorB=orange )] ( https://github.com/devilbox/docker-php-fpm/releases )
4+ [ ![ ] ( https://img.shields.io/badge/github-devilbox%2Fdocker--php--fpm-red.svg )] ( https://github.com/devilbox/docker-php-fpm " github.com/devilbox/docker-php-fpm ")
35[ ![ lint] ( https://github.com/devilbox/docker-php-fpm/workflows/lint/badge.svg )] ( https://github.com/devilbox/docker-php-fpm/actions?workflow=lint )
46[ ![ build] ( https://github.com/devilbox/docker-php-fpm/workflows/build/badge.svg )] ( https://github.com/devilbox/docker-php-fpm/actions?workflow=build )
57[ ![ nightly] ( https://github.com/devilbox/docker-php-fpm/workflows/nightly/badge.svg )] ( https://github.com/devilbox/docker-php-fpm/actions?workflow=nightly )
6- [ ![ Release] ( https://img.shields.io/github/release/devilbox/docker-php-fpm.svg?colorB=orange )] ( https://github.com/devilbox/docker-php-fpm/releases )
7- [ ![ Gitter] ( https://badges.gitter.im/devilbox/Lobby.svg )] ( https://gitter.im/devilbox/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
8- [ ![ Discourse] ( https://img.shields.io/discourse/https/devilbox.discourse.group/status.svg?colorB=%234CB697 )] ( https://devilbox.discourse.group )
98[ ![ License] ( https://img.shields.io/badge/license-MIT-%233DA639.svg )] ( https://opensource.org/licenses/MIT )
109
11-
12- | PHP-FPM | Reference Implementation |
13- | :----------------:| :------------------------:|
14- | <a title =" Docker PHP-FPM " href =" https://github.com/devilbox/docker-php-fpm " ><img height =" 82px " src =" https://raw.githubusercontent.com/devilbox/artwork/master/submissions_banner/cytopia/02/png/banner_256_trans.png " /></a > | <a title =" Devilbox " href =" https://github.com/cytopia/devilbox " ><img height =" 82px " src =" https://raw.githubusercontent.com/devilbox/artwork/master/submissions_banner/cytopia/01/png/banner_256_trans.png " /></a > |
15- | Streamlined [ PHP-FPM] ( https://github.com/devilbox/docker-php-fpm ) images | The [ Devilbox] ( https://github.com/cytopia/devilbox ) |
16-
17-
18- [ ![ ] ( https://img.shields.io/docker/pulls/devilbox/php-fpm.svg )] ( https://hub.docker.com/r/devilbox/php-fpm )
10+ [ ![ Discord] ( https://img.shields.io/discord/1051541389256704091?color=8c9eff&label=Discord&logo=discord )] ( https://discord.gg/2wP3V6kBj4 )
11+ [ ![ Discourse] ( https://img.shields.io/discourse/https/devilbox.discourse.group/status.svg?colorB=%234CB697&label=Discourse&logo=discourse )] ( https://devilbox.discourse.group )
1912
2013** Available Architectures:** ` amd64 ` , ` arm64 `
2114
15+ [ ![ ] ( https://img.shields.io/docker/pulls/devilbox/php-fpm.svg )] ( https://hub.docker.com/r/devilbox/php-fpm )
2216
2317This repository will provide you fully functional PHP-FPM Docker images in different flavours,
2418versions and packed with different types of integrated PHP modules. It also solves the problem of ** [ syncronizing file permissions] ( doc/syncronize-file-permissions.md ) ** of mounted volumes between the host and the container.
@@ -28,9 +22,21 @@ versions and packed with different types of integrated PHP modules. It also solv
2822This repository also allows you to quickly generate and ** build your own custom PHP-FPM Docker image** with whatever PHP extension your desire for whatever PHP version you want and for any platform you're on (` amd64 ` or ` arm64 ` ). Jump to ** [ #Build your own image] ( #build-your-own-image ) ** .
2923
3024
25+ | PHP-FPM | Reference Implementation |
26+ | :----------------:| :------------------------:|
27+ | <a title =" Docker PHP-FPM " href =" https://github.com/devilbox/docker-php-fpm " ><img height =" 82px " src =" https://raw.githubusercontent.com/devilbox/artwork/master/submissions_banner/cytopia/02/png/banner_256_trans.png " /></a > | <a title =" Devilbox " href =" https://github.com/cytopia/devilbox " ><img height =" 82px " src =" https://raw.githubusercontent.com/devilbox/artwork/master/submissions_banner/cytopia/01/png/banner_256_trans.png " /></a > |
28+ | Streamlined [ PHP-FPM] ( https://github.com/devilbox/docker-php-fpm ) images | The [ Devilbox] ( https://github.com/cytopia/devilbox ) |
29+
30+
3131
3232<h2 ><img id =" docker-tags " width =" 20 " src =" https://github.com/devilbox/artwork/raw/master/submissions_logo/cytopia/01/png/logo_64_trans.png " > Docker Tags</h2 >
3333
34+ [ ![ ] ( https://img.shields.io/docker/pulls/devilbox/php-fpm.svg )] ( https://hub.docker.com/r/devilbox/php-fpm )
35+
36+ ``` bash
37+ docker pull devilbox/php-fpm:< tag>
38+ ```
39+
3440* [ ` 5.2-base ` ] ( Dockerfiles/base/Dockerfile-5.2 ) , [ ` 5.3-base ` ] ( Dockerfiles/base/Dockerfile-5.3 ) , [ ` 5.4-base ` ] ( Dockerfiles/base/Dockerfile-5.4 ) , [ ` 5.5-base ` ] ( Dockerfiles/base/Dockerfile-5.5 ) , [ ` 5.6-base ` ] ( Dockerfiles/base/Dockerfile-5.6 ) , [ ` 7.0-base ` ] ( Dockerfiles/base/Dockerfile-7.0 ) , [ ` 7.1-base ` ] ( Dockerfiles/base/Dockerfile-7.1 ) , [ ` 7.2-base ` ] ( Dockerfiles/base/Dockerfile-7.2 ) , [ ` 7.3-base ` ] ( Dockerfiles/base/Dockerfile-7.3 ) , [ ` 7.4-base ` ] ( Dockerfiles/base/Dockerfile-7.4 ) , [ ` 8.0-base ` ] ( Dockerfiles/base/Dockerfile-8.0 ) , [ ` 8.1-base ` ] ( Dockerfiles/base/Dockerfile-8.1 ) , [ ` 8.2-base ` ] ( Dockerfiles/base/Dockerfile-8.2 )
3541* [ ` 5.2-mods ` ] ( Dockerfiles/mods/Dockerfile-5.2 ) , [ ` 5.3-mods ` ] ( Dockerfiles/mods/Dockerfile-5.3 ) , [ ` 5.4-mods ` ] ( Dockerfiles/mods/Dockerfile-5.4 ) , [ ` 5.5-mods ` ] ( Dockerfiles/mods/Dockerfile-5.5 ) , [ ` 5.6-mods ` ] ( Dockerfiles/mods/Dockerfile-5.6 ) , [ ` 7.0-mods ` ] ( Dockerfiles/mods/Dockerfile-7.0 ) , [ ` 7.1-mods ` ] ( Dockerfiles/mods/Dockerfile-7.1 ) , [ ` 7.2-mods ` ] ( Dockerfiles/mods/Dockerfile-7.2 ) , [ ` 7.3-mods ` ] ( Dockerfiles/mods/Dockerfile-7.3 ) , [ ` 7.4-mods ` ] ( Dockerfiles/mods/Dockerfile-7.4 ) , [ ` 8.0-mods ` ] ( Dockerfiles/mods/Dockerfile-8.0 ) , [ ` 8.1-mods ` ] ( Dockerfiles/mods/Dockerfile-8.1 ) , [ ` 8.2-mods ` ] ( Dockerfiles/mods/Dockerfile-8.2 )
3642* [ ` 5.2-prod ` ] ( Dockerfiles/prod/Dockerfile-5.2 ) , [ ` 5.3-prod ` ] ( Dockerfiles/prod/Dockerfile-5.3 ) , [ ` 5.4-prod ` ] ( Dockerfiles/prod/Dockerfile-5.4 ) , [ ` 5.5-prod ` ] ( Dockerfiles/prod/Dockerfile-5.5 ) , [ ` 5.6-prod ` ] ( Dockerfiles/prod/Dockerfile-5.6 ) , [ ` 7.0-prod ` ] ( Dockerfiles/prod/Dockerfile-7.0 ) , [ ` 7.1-prod ` ] ( Dockerfiles/prod/Dockerfile-7.1 ) , [ ` 7.2-prod ` ] ( Dockerfiles/prod/Dockerfile-7.2 ) , [ ` 7.3-prod ` ] ( Dockerfiles/prod/Dockerfile-7.3 ) , [ ` 7.4-prod ` ] ( Dockerfiles/prod/Dockerfile-7.4 ) , [ ` 8.0-prod ` ] ( Dockerfiles/prod/Dockerfile-8.0 ) , [ ` 8.1-prod ` ] ( Dockerfiles/prod/Dockerfile-8.1 ) , [ ` 8.2-prod ` ] ( Dockerfiles/prod/Dockerfile-8.2 )
@@ -559,8 +565,8 @@ In case you seek help, go and visit the community pages.
559565 <thead >
560566 <tr >
561567 <th width =" 33% " style =" width :33% ;" ><h3 ><a target =" _blank " href =" https://devilbox.readthedocs.io " >📘 Documentation</a ></h3 ></th >
562- <th width =" 33% " style =" width :33% ;" ><h3 ><a target =" _blank " href =" https://gitter.im/devilbox/Lobby " >🗪 Chat </a ></h3 ></th >
563- <th width =" 33% " style =" width :33% ;" ><h3 ><a target =" _blank " href =" https://devilbox.discourse.group " >🗫 Forum</a ></h3 ></th >
568+ <th width =" 33% " style =" width :33% ;" ><h3 ><a target =" _blank " href =" https://discord.gg/2wP3V6kBj4 " >🎮 Discord </a ></h3 ></th >
569+ <th width =" 33% " style =" width :33% ;" ><h3 ><a target =" _blank " href =" https://devilbox.discourse.group " >🗪 Forum</a ></h3 ></th >
564570 </tr >
565571 </thead >
566572 <tbody style =" vertical-align : middle ; text-align : center ;" >
@@ -571,8 +577,8 @@ In case you seek help, go and visit the community pages.
571577 </a>
572578 </td >
573579 <td >
574- <a target="_blank" href="https://gitter.im/devilbox/Lobby ">
575- <img title="Chat on Gitter " name="Chat on Gitter " src="https://raw.githubusercontent.com/cytopia/icons/master/400x400/gitter .png" />
580+ <a target="_blank" href="https://discord.gg/2wP3V6kBj4 ">
581+ <img title="Chat on Discord " name="Chat on Discord " src="https://raw.githubusercontent.com/cytopia/icons/master/400x400/discord .png" />
576582 </a>
577583 </td >
578584 <td >
@@ -583,7 +589,7 @@ In case you seek help, go and visit the community pages.
583589 </tr >
584590 <tr >
585591 <td ><a target =" _blank " href =" https://devilbox.readthedocs.io " >devilbox.readthedocs.io</a ></td >
586- <td ><a target =" _blank " href =" https://gitter.im/devilbox/Lobby " >gitter.im /devilbox</a ></td >
592+ <td ><a target =" _blank " href =" https://discord.gg/2wP3V6kBj4 " >discord /devilbox</a ></td >
587593 <td ><a target =" _blank " href =" https://devilbox.discourse.group " >devilbox.discourse.group</a ></td >
588594 </tr >
589595 </tbody >
@@ -593,6 +599,8 @@ In case you seek help, go and visit the community pages.
593599
594600<h2 ><img id =" credits " width =" 20 " src =" https://github.com/devilbox/artwork/raw/master/submissions_logo/cytopia/01/png/logo_64_trans.png " > Credits</h2 >
595601
602+ Thanks for contributing 🖤
603+
596604- ** [ @mrLexx ] ( https://github.com/mrLexx ) **
597605- ** [ @fibis ] ( https://github.com/fibis ) **
598606- ** [ @llaville ] ( https://github.com/llaville ) **
0 commit comments