Docker image with php-fpm 8.0 running on Alpine Linux 3.16 with MongoDB extension installed.
2.4K
A Docker image created on top of php-fpm 8.0 official image running on Alpine 3.16. It is a multi-environment/multi-purpose image that has several PHP extensions installed, such as MongoDB and Xdebug for example.
The final size of the images is considerably small if you take into account the content of each image:
scaffoldeducation/php8:fpm-dev 277MB
scaffoldeducation/php8:fpm-prod 277MB
scaffoldeducation/php8:nginx-fpm-dev 321MB
scaffoldeducation/php8:nginx-fpm-prod 321MB
scaffoldeducation/php8:quality 341MB
Based on kooldev/php docker image from Firework Web
Summary
FROM scaffoldeducation/php8:fpm-dev
FROM scaffoldeducation/php8:fpm-prod
FROM scaffoldeducation/php8:nginx-fpm-dev
FROM scaffoldeducation/php8:nginx-fpm-prod
FROM scaffoldeducation/php8:quality
| Tag | Description |
|---|---|
fpm-dev | it has a lot of extensions installed, but not opcache |
fpm-prod | it has everything from fpm-dev except xdebug and it includes opcache |
nginx-fpm-dev | based on fpm-dev, it has nginx installed with SSL support |
nginx-fpm-prod | same above but based on fpm-prod |
quality | it descends from fpm-dev too but its main purpose is to run code quality tools |
3.168.0.271.22.10.7.00.6.32dependencies: bash freetype ghostscript gifsicle icu imagemagick jpegoptim less libjpeg-turbo libldap libpng libpq libzip-dev openssh-client optipng pngquant procps shadow su-exec
build-dependencies: freetype-dev icu-dev imagemagick-dev libedit-dev libjpeg-turbo-dev libpng-dev libxml2-dev linux-headers oniguruma-dev openldap-dev postgresql-dev
mysqli mongodb redis xdebug bcmath calendar exif gd imagick intl ldap mbstring opcache pcntl pdo pdo_mysql pdo_pgsql soap sockets xml ziph5bp 3.3.0 for nginx performance and securityphan 5.4.2phpcpd 6.0.3phpcs 3.7.2php-cs-fixer 3.40.0phpmd 2.14.1phpstan 1.10.45phpunit 9.6.13php --ri imagick # 3.7.0
php --ri mongodb # 1.17.0
php --ri pcov # 1.0.11
php --ri redis # 6.0.2
php --ri xdebug # 3.2.2
Content type
Image
Digest
sha256:8a47640b4…
Size
102.1 MB
Last updated
almost 2 years ago
docker pull scaffoldeducation/php8:nginx-fpm-prod