1
1
# PHP-FPM Docker images
2
2
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 ")
3
5
[ ![ lint] ( https://github.com/devilbox/docker-php-fpm/workflows/lint/badge.svg )] ( https://github.com/devilbox/docker-php-fpm/actions?workflow=lint )
4
6
[ ![ build] ( https://github.com/devilbox/docker-php-fpm/workflows/build/badge.svg )] ( https://github.com/devilbox/docker-php-fpm/actions?workflow=build )
5
7
[ ![ 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 )
9
8
[ ![ License] ( https://img.shields.io/badge/license-MIT-%233DA639.svg )] ( https://opensource.org/licenses/MIT )
10
9
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 )
19
12
20
13
** Available Architectures:** ` amd64 ` , ` arm64 `
21
14
15
+ [ ![ ] ( https://img.shields.io/docker/pulls/devilbox/php-fpm.svg )] ( https://hub.docker.com/r/devilbox/php-fpm )
22
16
23
17
This repository will provide you fully functional PHP-FPM Docker images in different flavours,
24
18
versions 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
28
22
This 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 ) ** .
29
23
30
24
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
+
31
31
32
32
<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 >
33
33
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
+
34
40
* [ ` 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 )
35
41
* [ ` 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 )
36
42
* [ ` 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.
559
565
<thead >
560
566
<tr >
561
567
<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 >
564
570
</tr >
565
571
</thead >
566
572
<tbody style =" vertical-align : middle ; text-align : center ;" >
@@ -571,8 +577,8 @@ In case you seek help, go and visit the community pages.
571
577
</a>
572
578
</td >
573
579
<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" />
576
582
</a>
577
583
</td >
578
584
<td >
@@ -583,7 +589,7 @@ In case you seek help, go and visit the community pages.
583
589
</tr >
584
590
<tr >
585
591
<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 >
587
593
<td ><a target =" _blank " href =" https://devilbox.discourse.group " >devilbox.discourse.group</a ></td >
588
594
</tr >
589
595
</tbody >
@@ -593,6 +599,8 @@ In case you seek help, go and visit the community pages.
593
599
594
600
<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 >
595
601
602
+ Thanks for contributing 🖤
603
+
596
604
- ** [ @mrLexx ] ( https://github.com/mrLexx ) **
597
605
- ** [ @fibis ] ( https://github.com/fibis ) **
598
606
- ** [ @llaville ] ( https://github.com/llaville ) **
0 commit comments