mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
Update flavours
This commit is contained in:
@@ -17,22 +17,35 @@ Flavours |
|
|||||||
|
|
||||||
### Flavours
|
### Flavours
|
||||||
|
|
||||||
|
Flavours are just different PHP-FPM images that are build on top of each other. Each layer adding more functionality. This makes it easier to separate images based on certain criterias and allows the user to pick a flavor that suits.
|
||||||
|
|
||||||
|
|
||||||
#### base
|
#### base
|
||||||
|
|
||||||
|
> **builds from:** Official PHP images
|
||||||
|
|
||||||
Generic PHP-FPM base image. Use it to derive your own php-fpm docker image from it and add more extensions, tools and injectables.<br/><sub>(Does not offer any environment variables except for `NEW_UID` and `NEW_GID`)</sub>
|
Generic PHP-FPM base image. Use it to derive your own php-fpm docker image from it and add more extensions, tools and injectables.<br/><sub>(Does not offer any environment variables except for `NEW_UID` and `NEW_GID`)</sub>
|
||||||
|
|
||||||
#### mods
|
#### mods
|
||||||
|
|
||||||
|
> **build from:** devilbox/php-fpm `base` flavour
|
||||||
|
|
||||||
Generic PHP-FPM image with fully loaded extensions. Use it to derive your own php-fpm docker image from it and add more extensions, tools and injectables.<br/><sub>(Does not offer any environment variables except for `NEW_UID` and `NEW_GID`)</sub>
|
Generic PHP-FPM image with fully loaded extensions. Use it to derive your own php-fpm docker image from it and add more extensions, tools and injectables.<br/><sub>(Does not offer any environment variables except for `NEW_UID` and `NEW_GID`)</sub>
|
||||||
|
|
||||||
#### prod
|
#### prod
|
||||||
|
|
||||||
|
> **build from:** devilbox/php-fpm `mods` flavour
|
||||||
|
|
||||||
Devilbox production image. This Docker image comes with many injectables, port-forwardings, mail-catch-all and user/group rewriting.
|
Devilbox production image. This Docker image comes with many injectables, port-forwardings, mail-catch-all and user/group rewriting.
|
||||||
|
|
||||||
#### slim
|
#### slim
|
||||||
|
|
||||||
|
> **build from:** devilbox/php-fpm `prod` flavour
|
||||||
|
|
||||||
Devilbox intranet-ready image. Similar to `prod`, but contains least subset of required cli tools to make the Devilbox intranet work.
|
Devilbox intranet-ready image. Similar to `prod`, but contains least subset of required cli tools to make the Devilbox intranet work.
|
||||||
|
|
||||||
#### work
|
#### work
|
||||||
|
|
||||||
|
> **build from:** devilbox/php-fpm `slim` flavour
|
||||||
|
|
||||||
Devilbox development image. Same as `slim`, but comes with lots of locally installed [tools](available-tools.md) to make development inside the container as convenient as possible. See [Integrated Development Environment](../README.md#integrated-development-environment) for more information about this.
|
Devilbox development image. Same as `slim`, but comes with lots of locally installed [tools](available-tools.md) to make development inside the container as convenient as possible. See [Integrated Development Environment](../README.md#integrated-development-environment) for more information about this.
|
||||||
|
|||||||
Reference in New Issue
Block a user