11# sonar-scala-docker  
22
3- [ ![ GitHub version] ( < https://img.shields.io/badge/release_(for_SonarQube_8.2 )-v5.2 .0-blue.svg > )] ( https://github.com/mwz/sonarqube-scala-docker/releases ) 
3+ [ ![ GitHub version] ( < https://img.shields.io/badge/release_(for_SonarQube_8.3.1 )-v5.3 .0-blue.svg > )] ( https://github.com/mwz/sonarqube-scala-docker/releases ) 
44[ ![ GitHub version lts] ( < https://img.shields.io/badge/release_(for_SonarQube_LTS_7.9)-v4.2.0-blue.svg > )] ( https://github.com/mwz/sonarqube-scala-docker/releases ) 
55[ ![ GitHub version lts 6.7] ( < https://img.shields.io/badge/release_(for_SonarQube_LTS_6.7)-v2.12.0-blue.svg > )] ( https://github.com/mwz/sonarqube-scala-docker/releases ) 
66[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/mwizner/sonarqube-scala-plugins.svg )] ( https://hub.docker.com/r/mwizner/sonarqube-scala-plugins ) 
77
88Docker images and docker-compose recipes for out-of-the-box
99[ SonarQube 6.7 LTS] ( https://www.sonarqube.org/sonarqube-6-7-lts ) ,
1010[ SonarQube 7.9 LTS] ( https://www.sonarqube.org/sonarqube-7-9-lts )  and
11- [ SonarQube 8.2 ] ( https://www.sonarqube.org )  instance with support
11+ [ SonarQube 8.3.1 ] ( https://www.sonarqube.org )  instance with support
1212for [ Scala] ( http://www.scala-lang.org ) ,
1313[ Scoverage] ( https://github.com/scoverage/scalac-scoverage-plugin )  (code coverage
1414metrics) and [ Scalastyle] ( http://www.scalastyle.org )  +
@@ -35,7 +35,7 @@ default SonarQube login details for the Administrator account are `admin:admin`.
3535
3636You can also use a standalone docker image which contains SonarQube server with
3737bundled sonar-scala plugin,
38- [ ` mwizner/sonarqube-scala-plugins:5.2 .0-full ` ] ( https://hub.docker.com/r/mwizner/sonarqube-scala-plugins ) (or
38+ [ ` mwizner/sonarqube-scala-plugins:5.3 .0-full ` ] ( https://hub.docker.com/r/mwizner/sonarqube-scala-plugins ) (or
3939` mwizner/sonarqube-scala-plugins:latest-full ` ) and
4040[ ` mwizner/sonarqube-scala-plugins:4.2.0-full ` ] ( https://hub.docker.com/r/mwizner/sonarqube-scala-plugins ) 
4141(or ` mwizner/sonarqube-scala-plugins:latest-lts-full ` ) for the current LTS
@@ -54,7 +54,7 @@ docker run -d \
5454 -e SONARQUBE_JDBC_USERNAME=sonar \
5555 -e SONARQUBE_JDBC_PASSWORD=sonar \
5656 -e SONARQUBE_JDBC_URL=jdbc:postgresql://localhost/sonar \
57-  mwizner/sonarqube-scala-plugins:5.2 .0-full
57+  mwizner/sonarqube-scala-plugins:5.3 .0-full
5858``` 
5959
6060Please note that if you don't specify the ` SONARQUBE_JDBC_URL `  variable,
@@ -66,14 +66,14 @@ want to try the image, you can use the following command:
6666docker run -d \
6767 --name sonarqube-scala-plugins-full \
6868 -p 80:9000 \
69-  mwizner/sonarqube-scala-plugins:5.2 .0-full
69+  mwizner/sonarqube-scala-plugins:5.3 .0-full
7070``` 
7171
7272## Dependencies  
7373
7474-  [ SonarQube 6.7 LTS] ( https://hub.docker.com/_/sonarqube )  /
7575 [ SonarQube 7.9 LTS] ( https://hub.docker.com/_/sonarqube )  /
76-  [ SonarQube 8.2 ] ( https://hub.docker.com/_/sonarqube ) 
76+  [ SonarQube 8.3.1 ] ( https://hub.docker.com/_/sonarqube ) 
7777-  [ PostgreSQL 11] ( https://hub.docker.com/_/postgres ) 
7878-  [ mwz/sonar-scala] ( https://github.com/mwz/sonar-scala )  - provides support for
7979 scalastyle, scoverage and scapegoat
@@ -87,7 +87,7 @@ scapegoat support)_
8787<!--  prettier-ignore-start --> 
8888| Version |  SonarQube |  sonar-scala | 
8989| --------| -----------| -------------| 
90- [ 5.2 .0] ( https://github.com/mwz/sonarqube-scala-docker/releases/tag/5.2 .0 )  | 8.2  [ documentation] ( https://docs.sonarqube.org/8.2  ) , [ changelog] ( https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=15301  )  | [ 8.2 .0] ( https://github.com/mwz/sonar-scala/releases/tag/v8.2 .0 ) 
90+ [ 5.3 .0] ( https://github.com/mwz/sonarqube-scala-docker/releases/tag/5.3 .0 )  | 8.3.1  [ documentation] ( https://docs.sonarqube.org/8.3  ) , [ changelog] ( https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=15640  )  | [ 8.3 .0] ( https://github.com/mwz/sonar-scala/releases/tag/v8.3 .0 ) 
9191[ 4.2.0] ( https://github.com/mwz/sonarqube-scala-docker/releases/tag/4.2.0 )  | 7.9.1 LTS [ documentation] ( https://docs.sonarqube.org/7.9 ) , [ changelog] ( https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=15029 )  | [ 7.9.0] ( https://github.com/mwz/sonar-scala/releases/tag/v7.9.0 ) 
9292[ 2.12.0] ( https://github.com/mwz/sonarqube-scala-docker/releases/tag/2.12.0 )  | 6.7.7 LTS [ documentation] ( https://docs.sonarqube.org/display/SONARQUBE67/Documentation ) , [ changelog] ( https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=14865 )  | [ 6.8.0] ( https://github.com/mwz/sonar-scala/releases/tag/v6.8.0 ) 
9393<!--  prettier-ignore-end --> 
@@ -101,6 +101,12 @@ scapegoat support)_
101101  <td><b>sonar-scala</b></td> 
102102  <td><b>sonar-scala-extra</b></td> 
103103 </tr> 
104+  <tr> 
105+   <td><a href="https://github.com/mwz/sonarqube-scala-docker/releases/tag/5.2.0">5.2.0</a></td> 
106+   <td>8.2 <a href="https://docs.sonarqube.org/8.2">documentation</a>, <a href="https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=15301">changelog</a></td> 
107+   <td><a href="https://github.com/mwz/sonar-scala/releases/tag/v8.2.0">8.2.0</td> 
108+   <td></td> 
109+  </tr> 
104110 <tr> 
105111  <td><a href="https://github.com/mwz/sonarqube-scala-docker/releases/tag/5.1.0">5.1.0</a></td> 
106112  <td>8.1 <a href="https://docs.sonarqube.org/8.1">documentation</a>, <a href="https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=15243">changelog</a></td> 
0 commit comments