The image is for running phplinter, phplinter is installed in /app/ in case you need to customize the install before usage.
The image is based on php:7.3-alpine3.8
Example
php linter:
stage: linting
image: registry.gitlab.com/pipeline-components/php-linter:latest
script:
- parallel-lint --colors .