1
1
# sonar-scala-docker
2
2
3
- [ ![ GitHub version] ( < https://img.shields.io/badge/release_(for_SonarQube_8.7.1)-v5.7 .0-blue.svg > )] ( https://github.com/mwz/sonarqube-scala-docker/releases )
3
+ [ ![ GitHub version] ( < https://img.shields.io/badge/release_(for_SonarQube_9.4.0)-v6.0 .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_8.9)-v5.8.0-blue.svg > )] ( https://github.com/mwz/sonarqube-scala-docker/releases )
5
5
[ ![ GitHub version lts 7.9] ( < https://img.shields.io/badge/release_(for_SonarQube_LTS_7.9)-v4.2.0-blue.svg > )] ( https://github.com/mwz/sonarqube-scala-docker/releases )
6
6
[ ![ 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 )
7
7
[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/mwizner/sonarqube-scala-plugins.svg )] ( https://hub.docker.com/r/mwizner/sonarqube-scala-plugins )
8
8
9
9
Docker images and docker-compose recipes for out-of-the-box
10
- [ SonarQube 8.7.1 ] ( https://www.sonarqube.org ) ,
10
+ [ SonarQube 9.4.0 ] ( https://www.sonarqube.org ) ,
11
11
[ SonarQube 8.9 LTS] ( https://www.sonarqube.org/sonarqube-8-9-lts ) ,
12
12
[ SonarQube 7.9 LTS] ( https://www.sonarqube.org/sonarqube-7-9-lts ) and
13
13
[ SonarQube 6.7 LTS] ( https://www.sonarqube.org/sonarqube-6-7-lts ) instance with
@@ -37,7 +37,7 @@ default SonarQube login details for the Administrator account are `admin:admin`.
37
37
38
38
You can also use a standalone docker image which contains SonarQube server with
39
39
bundled sonar-scala plugin,
40
- [ ` mwizner/sonarqube-scala-plugins:5.7 .0-full ` ] ( https://hub.docker.com/r/mwizner/sonarqube-scala-plugins ) (or
40
+ [ ` mwizner/sonarqube-scala-plugins:6.0 .0-full ` ] ( https://hub.docker.com/r/mwizner/sonarqube-scala-plugins ) (or
41
41
` mwizner/sonarqube-scala-plugins:latest-full ` ) and
42
42
[ ` mwizner/sonarqube-scala-plugins:5.8.0-full ` ] ( https://hub.docker.com/r/mwizner/sonarqube-scala-plugins )
43
43
(or ` mwizner/sonarqube-scala-plugins:latest-lts-full ` ) for the current LTS
@@ -58,7 +58,7 @@ docker run -d \
58
58
-e SONARQUBE_JDBC_USERNAME=sonar \
59
59
-e SONARQUBE_JDBC_PASSWORD=sonar \
60
60
-e SONARQUBE_JDBC_URL=jdbc:postgresql://localhost/sonar \
61
- mwizner/sonarqube-scala-plugins:5.7 .0-full
61
+ mwizner/sonarqube-scala-plugins:6.0 .0-full
62
62
```
63
63
64
64
Please note that if you don't specify the ` SONARQUBE_JDBC_URL ` variable,
@@ -70,16 +70,16 @@ want to try the image, you can use the following command:
70
70
docker run -d \
71
71
--name sonarqube-scala-plugins-full \
72
72
-p 80:9000 \
73
- mwizner/sonarqube-scala-plugins:5.7 .0-full
73
+ mwizner/sonarqube-scala-plugins:6.0 .0-full
74
74
```
75
75
76
76
## Dependencies
77
77
78
- - [ SonarQube 8.7.1 ] ( https://hub.docker.com/_/sonarqube ) or
78
+ - [ SonarQube 9.4.0 ] ( https://hub.docker.com/_/sonarqube ) or
79
79
[ SonarQube 8.9 LTS] ( https://hub.docker.com/_/sonarqube ) or
80
80
[ SonarQube 7.9 LTS] ( https://hub.docker.com/_/sonarqube ) or
81
81
[ SonarQube 6.7 LTS] ( https://hub.docker.com/_/sonarqube )
82
- - [ PostgreSQL 12] ( https://hub.docker.com/_/postgres )
82
+ - [ PostgreSQL 12/13 ] ( https://hub.docker.com/_/postgres )
83
83
- [ mwz/sonar-scala] ( https://github.com/mwz/sonar-scala ) - provides support for
84
84
scalastyle, scoverage and scapegoat
85
85
@@ -92,7 +92,7 @@ scapegoat support)_
92
92
<!-- prettier-ignore-start -->
93
93
| Version | SonarQube | sonar-scala |
94
94
| --------| -----------| -------------|
95
- [ 5.7 .0] ( https://github.com/mwz/sonarqube-scala-docker/releases/tag/5.7 .0 ) | 8.7.1 [ documentation] ( https://docs.sonarqube.org/8.7 ) , [ changelog] ( https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16540 ) | [ 8.7 .0] ( https://github.com/mwz/sonar-scala/releases/tag/v8.7 .0 )
95
+ [ 6.0 .0] ( https://github.com/mwz/sonarqube-scala-docker/releases/tag/6.0 .0 ) | 9.4.0 [ documentation] ( https://docs.sonarqube.org/9.4 ) , [ changelog] ( https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=17167 ) | [ 9.0 .0] ( https://github.com/mwz/sonar-scala/releases/tag/v9.0 .0 )
96
96
[ 5.8.0] ( https://github.com/mwz/sonarqube-scala-docker/releases/tag/5.8.0 ) | 8.9.4 LTS [ documentation] ( https://docs.sonarqube.org/8.9 ) , [ changelog] ( https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=17027 ) | [ 8.9.0] ( https://github.com/mwz/sonar-scala/releases/tag/v8.9.0 )
97
97
[ 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 ) | [ 8.9.0] ( https://github.com/mwz/sonar-scala/releases/tag/v7.9.0 )
98
98
[ 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 )
@@ -107,6 +107,12 @@ scapegoat support)_
107
107
<td><b>sonar-scala</b></td>
108
108
<td><b>sonar-scala-extra</b></td>
109
109
</tr>
110
+ <tr>
111
+ <td><a href="https://github.com/mwz/sonarqube-scala-docker/releases/tag/5.7.0">5.7.0</a></td>
112
+ <td>8.7.1 <a href="https://docs.sonarqube.org/8.7">documentation</a>, <a href="https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16540">changelog</a></td>
113
+ <td><a href="https://github.com/mwz/sonar-scala/releases/tag/v8.7.0">8.7.0</td>
114
+ <td></td>
115
+ </tr>
110
116
<tr>
111
117
<td><a href="https://github.com/mwz/sonarqube-scala-docker/releases/tag/5.6.0">5.6.0</a></td>
112
118
<td>8.5.1 <a href="https://docs.sonarqube.org/8.5">documentation</a>, <a href="https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16342">changelog</a></td>
0 commit comments