creativeprojects / php-ci

PHP docker image for continuous integration with GitLab pipelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-ci

PHP images for running unit tests in Continuous Integration

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 phpunit and composer are installed by default.

php 5.6

  • xdebug 2.5.5
  • igbinary 2.0.8
  • php redis 4.3.0

Dockerfile

php 7.0

  • xdebug 2.6.1
  • igbinary (latest)
  • php redis (latest)

Dockerfile

php 7.1

  • xdebug 2.7.2
  • igbinary (latest)
  • php redis (latest)

Dockerfile

php 7.2

  • xdebug 2.7.2
  • igbinary (latest)
  • php redis (latest)

Dockerfile

php 7.3

  • xdebug 2.7.2
  • igbinary (latest)
  • php redis (latest)

Dockerfile

About

PHP docker image for continuous integration with GitLab pipelines


Languages

Language:Dockerfile 92.0%Language:Shell 8.0%