mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-11 19:41:16 +00:00
Interlink documentations
This commit is contained in:
@@ -17,6 +17,8 @@ Tools |
|
|||||||
|
|
||||||
### Available Tools
|
### Available Tools
|
||||||
|
|
||||||
|
> **Disclaimer:** It is currently not clear what tools are available in which PHP image (version-dependent). This documentation was done by hand and work has currently started to automate this and keep exact tools up-to-date for each of the provided PHP version.
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -14,12 +14,16 @@ Extensions |
|
|||||||
<h2><img name="Documentation" title="Documentation" width="20" src="https://github.com/devilbox/artwork/raw/master/submissions_logo/cytopia/01/png/logo_64_trans.png"> Documentation</h2>
|
<h2><img name="Documentation" title="Documentation" width="20" src="https://github.com/devilbox/artwork/raw/master/submissions_logo/cytopia/01/png/logo_64_trans.png"> Documentation</h2>
|
||||||
|
|
||||||
|
|
||||||
|
:information_source: For details on how to generate modules see **[Abuser Documentation: Build your own image](../doc/abuser/README.md)**<br/>
|
||||||
:information_source: For details on how to add/edit modules see **[Contributor Documentation: PHP Modules](../php_modules/README.md)**
|
:information_source: For details on how to add/edit modules see **[Contributor Documentation: PHP Modules](../php_modules/README.md)**
|
||||||
|
|
||||||
|
|
||||||
#### PHP Modules (`base`)
|
#### PHP Modules (`base`)
|
||||||
|
|
||||||
The following PHP modules are available on the `base` flavour:
|
The following PHP modules are available on the `base` flavour:
|
||||||
|
|
||||||
|
> :information_source: Click on any extension name to find out what they are
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th><sup>Ext</sup></th>
|
<th><sup>Ext</sup></th>
|
||||||
@@ -637,6 +641,8 @@ The following PHP modules are available on the `base` flavour:
|
|||||||
|
|
||||||
The following PHP modules are available on the `mods`, `prod` and `work` flavour:
|
The following PHP modules are available on the `mods`, `prod` and `work` flavour:
|
||||||
|
|
||||||
|
> :information_source: Click on any extension name to find out what they are
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th><sup>Ext</sup></th>
|
<th><sup>Ext</sup></th>
|
||||||
|
|||||||
@@ -37,10 +37,12 @@ All PHP modules/extensions (for all PHP versions and both for `amd64` and `arm64
|
|||||||
|
|
||||||
# Only generate group_vars for curl
|
# Only generate group_vars for curl
|
||||||
# Note: if curl has other modules as requirements to be built beforehand, those will also be added
|
# Note: if curl has other modules as requirements to be built beforehand, those will also be added
|
||||||
python3 ./bin/module-generate.py curl
|
make gen-modules ARGS="curl"
|
||||||
make gen-dockerfiles
|
make gen-dockerfiles
|
||||||
```
|
```
|
||||||
|
|
||||||
|
:information_source: For details on how to generate modules see **[Abuser Documentation: Build your own image](../doc/abuser/README.md)**
|
||||||
|
|
||||||
|
|
||||||
## Extension definition: `build.yml`
|
## Extension definition: `build.yml`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user