Skip to main content

PHP Docker Images

Tag Format

byjg/php:{PHP_VERSION}-{IMAGE_TYPE}[-{YEAR}.{MONTH}]

Quick Reference

PHP Versions

PHP VersionStatusLatest ReleaseSupport End Date
8.4Latest2024.10Nov 2027
8.3Supported2024.10Nov 2026
8.2Supported2024.10Dec 2025
8.1End of Life2024.10Nov 2024
8.0End of Life2024.01Nov 2023
7.4End of Life2023.05Nov 2022
7.3End of Life2021.12Dec 2021
7.2End of Life2021.06Nov 2020
7.1End of Life2021.06Dec 2019
7.0End of Life2021.06Dec 2018
5.6End of Life2021.06Dec 2018

Image Types

Image TypeDescription
baseA minimal image with PHP
cliAn image ready to use as a PHP command line replacement
fpmAn image with PHP-FPM ready to use
fpm-nginxAn image bundled with PHP+FPM+NGinx
fpm-apacheAn image bundled with PHP+FPM+APACHE (since 2021.01)

Usage Examples

Latest Version (Updated Monthly)

docker pull byjg/php:8.3-cli

Version Locked for Production

docker pull byjg/php:8.3-cli-2024.10

Important: For production environments, we strongly recommend using version-locked images with the {YEAR}.{MONTH} suffix to ensure stability. The standard tags without date suffixes are updated monthly and may introduce changes.

Available Releases by Year

2025 Releases

MonthPHP 8.4PHP 8.3PHP 8.2PHP 8.1
03
docker pull byjg/php:8.4-cli-2025.03

2024 Releases

MonthPHP 8.4PHP 8.3PHP 8.2PHP 8.1PHP 8.0
10
06
05
04
01
docker pull byjg/php:8.3-fpm-nginx-2024.10

2023 Releases

MonthPHP 8.3PHP 8.2PHP 8.1PHP 8.0PHP 7.4
10
06
05
04
03
02
01
docker pull byjg/php:8.2-fpm-2023.10

2022 Releases

MonthPHP 8.2PHP 8.1PHP 8.0PHP 7.4
12
11
10
08
07
06
05
04
03
01
docker pull byjg/php:8.1-base-2022.12

2021 Releases

MonthPHP 8.0PHP 7.4PHP 7.3PHP 7.2PHP 7.1PHP 7.0PHP 5.6
12
11
10
09
08
07
06
05
02
01
docker pull byjg/php:7.4-cli-2021.12