Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.47 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.47 KB

NumberNine Docker images

PHP 7.4, 8.0 and 8.1 for production and development

Presentation

These PHP images all come with opcache, exif, apcu and redis extensions.

Production version suffixed with -fpm are bundled with:

  • APCu
  • OPcache
  • Cachetool (clear OPcache and ACPu from CLI)

Additionally, development versions suffixed with -fpm-dev are bundled with same tools as production image, and:

  • Git
  • Xdebug 3
  • Composer 2
  • GNU Make
  • Blackfire probe (7.4 and 8.0 only)

Available tags:

Image Size
numberninecms/php:7.4-fpm
numberninecms/php:7.4-fpm-dev
numberninecms/php:8.0-fpm
numberninecms/php:8.0-fpm-dev
numberninecms/php:8.1-fpm
numberninecms/php:8.1-fpm-dev