|
1 | 1 | # PHP (with Apache2 or FPM or NGINX) on x86_64 and ARM |
2 | 2 |
|
3 | 3 | ### Supported tags and respective `Dockerfile` links |
4 | | -- [`8.X-fpm-alpine-slim` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/alpine.fpm.slim.Dockerfile) |
5 | | -- [`8.X-fpm-alpine` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/alpine.fpm.Dockerfile) |
6 | | -- [`8.X-fpm-alpine-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/alpine.fpm.wsc.Dockerfile) |
7 | | -- [`8.X-fpm-nginx-alpine-slim` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/alpine.fpm_nginx.slim.Dockerfile) |
8 | | -- [`8.X-fpm-nginx-alpine` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/alpine.fpm_nginx.Dockerfile) |
9 | | -- [`8.X-fpm-nginx-alpine-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/alpine.fpm_nginx.wsc.Dockerfile) |
10 | | -- [`8.X-fpm-nginx-alpine-extended` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/alpine.fpm_nginx.extended.Dockerfile) |
11 | | -- [`8.X-apache-debian-slim` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/debian.apache.slim.Dockerfile) |
12 | | -- [`8.X-apache-debian` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/debian.apache.Dockerfile) |
13 | | -- [`8.X-apache-debian-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/debian.apache.wsc.Dockerfile) |
14 | | -- [`8.X-fpm-debian-slim` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/debian.fpm.slim.Dockerfile) |
15 | | -- [`8.X-fpm-debian` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/debian.fpm.Dockerfile) |
16 | | -- [`8.X-fpm-debian-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/debian.fpm.wsc.Dockerfile) |
17 | | -- [`8.X-doi-fpm-alpine-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/doi.alpine.fpm.wsc.Dockerfile) (No entrypoint!) |
18 | | -- [`8.X-doi-fpm-debian-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/doi.debian.fpm.wsc.Dockerfile) (No entrypoint!) |
19 | | -- [`8.X-doi-apache-debian-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/doi.debian.apache.wsc.Dockerfile) (No entrypoint!) |
20 | | -- [`8.X-dhi-fpm-alpine-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/dhi.alpine.fpm.wsc.Dockerfile) (No entrypoint, no shell and nonroot!) |
21 | | -- [`8.X-dhi-fpm-debian-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/dhi.debian.fpm.wsc.Dockerfile) (No entrypoint, no shell and nonroot!) |
| 4 | +* based on [DOI (Docker Official Images)](https://github.com/docker-library/php) expanded with PHP Extensions and Entrypoint Script for ENV Variables: |
| 5 | + - [`8.X-fpm-alpine-slim` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/alpine.fpm.slim.Dockerfile) |
| 6 | + - [`8.X-fpm-alpine` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/alpine.fpm.Dockerfile) |
| 7 | + - [`8.X-fpm-alpine-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/alpine.fpm.wsc.Dockerfile) |
| 8 | + - [`8.X-fpm-nginx-alpine-slim` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/alpine.fpm_nginx.slim.Dockerfile) |
| 9 | + - [`8.X-fpm-nginx-alpine` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/alpine.fpm_nginx.Dockerfile) |
| 10 | + - [`8.X-fpm-nginx-alpine-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/alpine.fpm_nginx.wsc.Dockerfile) |
| 11 | + - [`8.X-fpm-nginx-alpine-extended` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/alpine.fpm_nginx.extended.Dockerfile) |
| 12 | + - [`8.X-apache-debian-slim` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/debian.apache.slim.Dockerfile) |
| 13 | + - [`8.X-apache-debian` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/debian.apache.Dockerfile) |
| 14 | + - [`8.X-apache-debian-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/debian.apache.wsc.Dockerfile) |
| 15 | + - [`8.X-fpm-debian-slim` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/debian.fpm.slim.Dockerfile) |
| 16 | + - [`8.X-fpm-debian` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/debian.fpm.Dockerfile) |
| 17 | + - [`8.X-fpm-debian-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/debian.fpm.wsc.Dockerfile) |
| 18 | +* based on [DOI (Docker Official Images)](https://github.com/docker-library/php) expanded with PHP Extensions but without Entrypoint Script: |
| 19 | + - [`8.X-doi-fpm-alpine-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/doi.alpine.fpm.wsc.Dockerfile) (No entrypoint!) |
| 20 | + - [`8.X-doi-fpm-debian-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/doi.debian.fpm.wsc.Dockerfile) (No entrypoint!) |
| 21 | + - [`8.X-doi-apache-debian-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/doi.debian.apache.wsc.Dockerfile) (No entrypoint!) |
| 22 | +* based on [DHI (Docker Hardened Images)](https://dhi.io/catalog/php) expanded with PHP Extensions but without Entrypoint Script: |
| 23 | + - [`8.X-dhi-fpm-alpine-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/dhi.alpine.fpm.wsc.Dockerfile) (No entrypoint, no shell and nonroot!) |
| 24 | + - [`8.X-dhi-fpm-debian-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/dhi.debian.fpm.wsc.Dockerfile) (No entrypoint, no shell and nonroot!) |
22 | 25 |
|
23 | 26 | **All container images are available in versions `8.3`, `8.4` and `8.5`.** ;-) |
24 | 27 |
|
|
0 commit comments