PHP base image
A PHP base image mainly for Laravel projects.
Being based on it, this image is a drop-in replacement for the Official PHP image.
The main images come with some commonly used extensions already installed:
gd --with-jpeg --with-freetypeopcachepdo_mysqlsocketszipredisintl(starting from8.2.20and8.3.8)pcntl(starting from8.2.26,8.3.14and8.4.1)
The -xdebug and -pcov suffixed images also come with Xdebug and PCOV installed accordingly.
Ini overrides
expose_php = Offconst VERSIONS = [
'8.2',
'8.3',
'8.4',
+ '8.5',
];
- const LATEST = '8.4';
+ const LATEST = '8.5';php versions.php./apply-tempaltes.shExample:
docker buildx build -t php:8.5-fpm-alpine-xdebug-test ./8.5/fpm-alpine-xdebug