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-freetype
opcache
pdo_mysql
sockets
zip
redis
intl
(starting from8.2.20
and8.3.8
)pcntl
(starting from8.2.26
,8.3.14
and8.4.1
)
The -xdebug
and -pcov
suffixed images also come with Xdebug and PCOV installed accordingly.
Ini overrides
expose_php = Off