voduytuan / gitlab-php7-ci

Docker image to run PHP7 build for Gitlab Runner with preinstalled needed tool and package like composer, phpcs, phpstan...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker: Gitlab PHP 7 CI

Used this docker image with Gitlab CI for Docker executor. This image is based on my image voduytuan/docker-nginx-php7 with pre-installed PHP 7, Nginx.

Contents

Get it

docker pull voduytuan/gitlab-php7-ci

Run it

docker run --rm -i -t voduytuan/gitlab-php7-ci

Docker's run command reference manual

About

Docker image to run PHP7 build for Gitlab Runner with preinstalled needed tool and package like composer, phpcs, phpstan...