Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

Latest commit

 

History

History
49 lines (39 loc) · 2 KB

README.md

File metadata and controls

49 lines (39 loc) · 2 KB

GitLab CI runner for PHP including Git, Composer and PHPUnit

Docker Pulls

Docker images for GitLab CI runner built on top of the official PHP images with the addition of some common and useful extensions for Laravel Framework.

Available tags and Dockerfile links

Installed extensions

The following modules and extensions have been enabled, in addition to those you can already find in the official PHP image:

  • curl
  • json
  • pdo_mysql
  • exif
  • tidy
  • zip
  • bcmath
  • opcache
  • gd
  • ldap
  • intl
  • imap
  • imagick

WebP

ImageMagick built with WebP support.

NodeJS

NodeJS is installed globally in the all images.

Yarn

Yarn is installed globally in the all images.

Composer

Composer is installed globally in the all images.

Git

Git is installed globally in the all images.

PHPUnit & CodeSniffer

PHPUnit and CodeSniffer are installed globally in the all images.