Skip to content

creativeprojects/php-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-nodejs

PHP images for running phpunit unit tests in Continuous Integration with nodejs and yarn installed

These images are based on the php official image, with these modules added:

  • bz2
  • calendar
  • curl
  • exif
  • gd
  • gettext
  • mbstring
  • mysqli
  • pdo
  • pdo_mysql
  • pgsql
  • pdo_pgsql
  • sockets
  • zip
  • xdebug (PECL)
  • igbinary (PECL)
  • redis (PECL)

Also available in the image:

php 5.6

  • xdebug 2.5.5
  • igbinary 2.0.8
  • php redis 4.3.0
  • nodejs v8

Dockerfile

php 7.4

  • xdebug 3.1.1
  • igbinary (latest)
  • php redis (latest)
  • nodejs v18

Dockerfile

php 8.2

  • xdebug 3.2.2
  • igbinary (latest)
  • php redis (latest)
  • nodejs v18

Dockerfile