See also https://jira.sonarsource.com/browse/MMF-1449
Required to create public PRs:
sonar. parameters using Docker env variablesSonarQube public documentation:
SonarSource internal documentation, etc:
The new images were released. You can give them a spin with, for example:
docker pull sonarqube
docker run -p 9000:9000 sonarqube # runs latest: 7.4
docker run -p 9000:9000 sonarqube:6.7.6-community
Most helpful comment
The new images were released. You can give them a spin with, for example: