1
1
# sonar-scala-docker
2
2
3
- [ ![ GitHub version] ( https://img.shields.io/badge/release -v5.1 .0-blue.svg )] ( https://github.com/mwz/sonarqube-scala-docker/releases )
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 )
4
4
[ ![ 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 )
5
5
[ ![ 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 )
6
6
[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/mwizner/sonarqube-scala-plugins.svg )] ( https://hub.docker.com/r/mwizner/sonarqube-scala-plugins )
7
7
8
8
Docker images and docker-compose recipes for out-of-the-box
9
9
[ SonarQube 6.7 LTS] ( https://www.sonarqube.org/sonarqube-6-7-lts ) ,
10
10
[ SonarQube 7.9 LTS] ( https://www.sonarqube.org/sonarqube-7-9-lts ) and
11
- [ SonarQube 8.1 ] ( https://www.sonarqube.org/sonarqube-8-1 ) instance with support
11
+ [ SonarQube 8.2 ] ( https://www.sonarqube.org ) instance with support
12
12
for [ Scala] ( http://www.scala-lang.org ) ,
13
13
[ Scoverage] ( https://github.com/scoverage/scalac-scoverage-plugin ) (code coverage
14
14
metrics) and [ Scalastyle] ( http://www.scalastyle.org ) +
@@ -35,7 +35,7 @@ default SonarQube login details for the Administrator account are `admin:admin`.
35
35
36
36
You can also use a standalone docker image which contains SonarQube server with
37
37
bundled sonar-scala plugin,
38
- [ ` mwizner/sonarqube-scala-plugins:5.1 .0-full ` ] ( https://hub.docker.com/r/mwizner/sonarqube-scala-plugins ) (or
38
+ [ ` mwizner/sonarqube-scala-plugins:5.2 .0-full ` ] ( https://hub.docker.com/r/mwizner/sonarqube-scala-plugins ) (or
39
39
` mwizner/sonarqube-scala-plugins:latest-full ` ) and
40
40
[ ` mwizner/sonarqube-scala-plugins:4.2.0-full ` ] ( https://hub.docker.com/r/mwizner/sonarqube-scala-plugins )
41
41
(or ` mwizner/sonarqube-scala-plugins:latest-lts-full ` ) for the current LTS
@@ -54,7 +54,7 @@ docker run -d \
54
54
-e SONARQUBE_JDBC_USERNAME=sonar \
55
55
-e SONARQUBE_JDBC_PASSWORD=sonar \
56
56
-e SONARQUBE_JDBC_URL=jdbc:postgresql://localhost/sonar \
57
- mwizner/sonarqube-scala-plugins:5.1 .0-full
57
+ mwizner/sonarqube-scala-plugins:5.2 .0-full
58
58
```
59
59
60
60
Please note that if you don't specify the ` SONARQUBE_JDBC_URL ` variable,
@@ -66,15 +66,15 @@ want to try the image, you can use the following command:
66
66
docker run -d \
67
67
--name sonarqube-scala-plugins-full \
68
68
-p 80:9000 \
69
- mwizner/sonarqube-scala-plugins:5.1 .0-full
69
+ mwizner/sonarqube-scala-plugins:5.2 .0-full
70
70
```
71
71
72
72
## Dependencies
73
73
74
74
- [ SonarQube 6.7 LTS] ( https://hub.docker.com/_/sonarqube ) /
75
75
[ SonarQube 7.9 LTS] ( https://hub.docker.com/_/sonarqube ) /
76
- [ SonarQube 8.1 LTS ] ( https://hub.docker.com/_/sonarqube )
77
- - [ PostgreSQL 10 ] ( https://hub.docker.com/_/postgres )
76
+ [ SonarQube 8.2 ] ( https://hub.docker.com/_/sonarqube )
77
+ - [ PostgreSQL 11 ] ( https://hub.docker.com/_/postgres )
78
78
- [ mwz/sonar-scala] ( https://github.com/mwz/sonar-scala ) - provides support for
79
79
scalastyle, scoverage and scapegoat
80
80
@@ -87,7 +87,7 @@ scapegoat support)_
87
87
<!-- prettier-ignore-start -->
88
88
| Version | SonarQube | sonar-scala |
89
89
| --------| -----------| -------------|
90
- [ 5.1 .0] ( https://github.com/mwz/sonarqube-scala-docker/releases/tag/5.1 .0 ) | 8.1 [ documentation] ( https://docs.sonarqube.org/8.1 ) , [ changelog] ( https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=15243 ) | [ 8.1 .0] ( https://github.com/mwz/sonar-scala/releases/tag/v8.1 .0 )
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 )
91
91
[ 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 )
92
92
[ 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 )
93
93
<!-- prettier-ignore-end -->
@@ -101,6 +101,12 @@ scapegoat support)_
101
101
<td><b>sonar-scala</b></td>
102
102
<td><b>sonar-scala-extra</b></td>
103
103
</tr>
104
+ <tr>
105
+ <td><a href="https://github.com/mwz/sonarqube-scala-docker/releases/tag/5.1.0">5.1.0</a></td>
106
+ <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>
107
+ <td><a href="https://github.com/mwz/sonar-scala/releases/tag/v8.1.0">8.1.0</td>
108
+ <td></td>
109
+ </tr>
104
110
<tr>
105
111
<td><a href="https://github.com/mwz/sonarqube-scala-docker/releases/tag/5.0.0">5.0.0</a></td>
106
112
<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>
@@ -269,6 +275,7 @@ way to automate analysis of Scala projects with SonarQube.
269
275
<details >
270
276
<summary >Expand to see the changelog.</summary >
271
277
<ul >
278
+ <li><strong>5.2.0</strong> - Upgraded sonar-scala to 8.2.0 & SonarQube to 8.2.</li>
272
279
<li><strong>5.1.0</strong> - Upgraded sonar-scala to 8.1.0.</li>
273
280
<li><strong>5.0.0</strong> - Upgraded sonar-scala to 8.0.0 & SonarQube to 8.1.</li>
274
281
<li><strong>4.2.0</strong> - Upgraded sonar-scala to 7.9.0.</li>
0 commit comments