This repository was archived by the owner on Jun 22, 2020. It is now read-only.

Description
There is no default command and no entrypoint defined in the Dockerfile.
Thus, everybody not using the .gitlab-ci.yml using this image needs to explicitly call it with:
docker run ciricihq/gitlab-sonar-scanner gitlab-sonar-scanner
As the gitlab-sonar-scanner script is the main purpose of this image. We could define it as the default command or maybe even as the default entrypoint.