PHP Image tag
The pattern for tagging the images is:
{PHP_VERSION}-{IMAGE_TYPE}
Where PHP_VERSION can be:
- 8.0
- 7.4
- 7.3
- 7.2
- 7.1
- 7.0
- 5.6
And IMAGE_TYPE can be:
base
: a minimal image with PHPcli
: an image ready to use as a PHP command line replacementfpm
: an image with the PHP FPM ready to usefpm-nginx
: an image bundled PHP+FPM+NGinxfpm-apache
: an image bundled PHP+FPM+APACHE
Example:
docker pull byjg/php:7.3-cli
This tagging are always pointing to the latest version and they are updated monthly.
For production environments we recommend use an image that does not change monthly.
To have this just add the suffix {YEAR}{MONTH}
e.g.
docker pull byjg/php:7.3-cli-2021.06