Created
November 1, 2017 16:59
-
-
Save hgomez/6cf3f757bde8af0e9ecebfe4ca49bd7e to your computer and use it in GitHub Desktop.
Dockerfile, Sonarqube 6.6 + Latest SonarJava
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM sonarqube:6.6 | |
RUN rm -f /opt/sonarqube/extensions/plugins/sonar-java-plugin*.jar && \ | |
wget -O /opt/sonarqube/extensions/plugins/sonar-java-plugin-4.15.0.12310.jar https://github.com/SonarSource/sonar-java/releases/download/4.15-RC1/sonar-java-plugin-4.15.0.12310.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SQ 6.6 + SonarJava 4.15
And voila