Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 24190cd

Browse files
authored
Update readme with new image tags. (#20)
1 parent 1bd57e7 commit 24190cd

File tree

4 files changed

+30
-28
lines changed

4 files changed

+30
-28
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ default SonarQube login details for the Administrator account are `admin:admin`.
3434

3535
You can also use a standalone docker image which contains SonarQube server with
3636
bundled sonar-scala plugin,
37-
[`mwizner/sonarqube-scala-plugins:3.7.0-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins)
38-
and
37+
[`mwizner/sonarqube-scala-plugins:3.7.0-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins)(or
38+
`mwizner/sonarqube-scala-plugins:latest-full`) and
3939
[`mwizner/sonarqube-scala-plugins:4.1.0-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins)
40-
for the current LTS version. Alternatively, we also provide an image for the old
41-
6.7 LTS version -
40+
(or `mwizner/sonarqube-scala-plugins:latest-lts-full`) for the current LTS
41+
version. Alternatively, we also provide an image for the old SonarQube 6.7 LTS
42+
version -
4243
[`mwizner/sonarqube-scala-plugins:2.12.0-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins)
4344

4445
To start the container issue the following command:
@@ -75,15 +76,15 @@ docker run -d \
7576
- [mwz/sonar-scala](https://github.com/mwz/sonar-scala) - provides support for
7677
scalastyle, scoverage and scapegoat
7778

78-
(versions before `2.7.0` used
79+
_(versions before `2.7.0` used
7980
[arthepsy/sonar-scala-extra](https://github.com/arthepsy/sonar-scala-extra) for
80-
scapegoat support)
81+
scapegoat support)_
8182

8283
## Compatibility Matrix
8384

8485
<!-- prettier-ignore-start -->
85-
|Version | SonarQube | sonar-scala | sonar-scala-extra|
86-
|--------|-----------|-------------|------------------|
86+
|Version | SonarQube | sonar-scala |
87+
|--------|-----------|-------------|
8788
[3.7.0](https://github.com/mwz/sonarqube-scala-docker/releases/tag/3.7.0) | 7.8 [documentation](https://docs.sonarqube.org/7.8), [changelog](https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=14939) | [7.6.0](https://github.com/mwz/sonar-scala/releases/tag/v7.6.0)
8889
[4.1.0](https://github.com/mwz/sonarqube-scala-docker/releases/tag/4.1.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.8.0](https://github.com/mwz/sonar-scala/releases/tag/v7.8.0)
8990
[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)
@@ -234,9 +235,9 @@ scapegoat support)
234235
</details>
235236
<br>
236237

237-
Please note, that starting from version `2.7.0`, the images no longer contain
238+
_Please note, that starting from version `2.7.0`, the images no longer contain
238239
the [sonar-scala-extra](https://github.com/arthepsy/sonar-scala-extra) plugin as
239-
sonar-scala provides Scapegoat support from version `6.5.0` onwards.
240+
sonar-scala provides Scapegoat support from version `6.5.0` onwards._
240241

241242
## Recommendations
242243

README.tpl.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ default SonarQube login details for the Administrator account are `admin:admin`.
3434

3535
You can also use a standalone docker image which contains SonarQube server with
3636
bundled sonar-scala plugin,
37-
[`mwizner/sonarqube-scala-plugins:{{current.version}}-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins)
38-
and
37+
[`mwizner/sonarqube-scala-plugins:{{current.version}}-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins)(or
38+
`mwizner/sonarqube-scala-plugins:latest-full`) and
3939
[`mwizner/sonarqube-scala-plugins:{{lts.version}}-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins)
40-
for the current LTS version. Alternatively, we also provide an image for the old
41-
6.7 LTS version -
40+
(or `mwizner/sonarqube-scala-plugins:latest-lts-full`) for the current LTS
41+
version. Alternatively, we also provide an image for the old SonarQube 6.7 LTS
42+
version -
4243
[`mwizner/sonarqube-scala-plugins:{{lts67.version}}-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins)
4344

4445
To start the container issue the following command:
@@ -75,15 +76,15 @@ docker run -d \
7576
- [mwz/sonar-scala](https://github.com/mwz/sonar-scala) - provides support for
7677
scalastyle, scoverage and scapegoat
7778

78-
(versions before `2.7.0` used
79+
_(versions before `2.7.0` used
7980
[arthepsy/sonar-scala-extra](https://github.com/arthepsy/sonar-scala-extra) for
80-
scapegoat support)
81+
scapegoat support)_
8182

8283
## Compatibility Matrix
8384

8485
<!-- prettier-ignore-start -->
85-
|Version | SonarQube | sonar-scala | sonar-scala-extra|
86-
|--------|-----------|-------------|------------------|
86+
|Version | SonarQube | sonar-scala |
87+
|--------|-----------|-------------|
8788
[{{current.version}}](https://github.com/mwz/sonarqube-scala-docker/releases/tag/{{current.version}}) | {{current.sonar}} [documentation]({{{current.sonarDocs}}}), [changelog]({{{current.sonarChangelog}}}) | [{{current.sonarScala}}](https://github.com/mwz/sonar-scala/releases/tag/v{{current.sonarScala}})
8889
[{{lts.version}}](https://github.com/mwz/sonarqube-scala-docker/releases/tag/{{lts.version}}) | {{lts.sonar}} [documentation]({{{lts.sonarDocs}}}), [changelog]({{{lts.sonarChangelog}}}) | [{{lts.sonarScala}}](https://github.com/mwz/sonar-scala/releases/tag/v{{lts.sonarScala}})
8990
[{{lts67.version}}](https://github.com/mwz/sonarqube-scala-docker/releases/tag/{{lts67.version}}) | {{lts67.sonar}} [documentation]({{{lts67.sonarDocs}}}), [changelog]({{{lts67.sonarChangelog}}}) | [{{lts67.sonarScala}}](https://github.com/mwz/sonar-scala/releases/tag/v{{lts67.sonarScala}})
@@ -118,9 +119,9 @@ scapegoat support)
118119
</details>
119120
<br>
120121

121-
Please note, that starting from version `2.7.0`, the images no longer contain
122+
_Please note, that starting from version `2.7.0`, the images no longer contain
122123
the [sonar-scala-extra](https://github.com/arthepsy/sonar-scala-extra) plugin as
123-
sonar-scala provides Scapegoat support from version `6.5.0` onwards.
124+
sonar-scala provides Scapegoat support from version `6.5.0` onwards._
124125

125126
## Recommendations
126127

README_DOCKERHUB.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Starting from version `2.7.0`, the images no longer contain the
1717
[sonar-scala-extra](https://github.com/arthepsy/sonar-scala-extra) plugin as
1818
sonar-scala provides Scapegoat support from version `6.5.0` onwards.
1919

20-
- `3.7.0` (latest)
20+
- `3.7.0`, `latest`
2121
[Dockerfile](https://github.com/mwz/sonar-scala-docker/blob/master/3.7.0/Dockerfile),
22-
`3.7.0-full`
22+
`3.7.0-full`, `latest-full`
2323
[Dockerfile](https://github.com/mwz/sonar-scala-docker/blob/master/3.7.0-full/Dockerfile),
2424
[Release 3.7.0](https://github.com/mwz/sonar-scala-docker/releases/tag/3.7.0)
25-
- `4.1.0` (7.9 LTS)
25+
- `4.1.0`, `latest-lts` (7.9 LTS)
2626
[Dockerfile](https://github.com/mwz/sonar-scala-docker/blob/master/4.1.0/Dockerfile),
27-
`4.1.0-full` (7.9 LTS)
27+
`4.1.0-full`, `latest-lts-full` (7.9 LTS)
2828
[Dockerfile](https://github.com/mwz/sonar-scala-docker/blob/master/4.1.0-full/Dockerfile),
2929
[Release 4.1.0](https://github.com/mwz/sonar-scala-docker/releases/tag/4.1.0)
3030
- `2.12.0` (6.7 LTS)

README_DOCKERHUB.tpl.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Starting from version `2.7.0`, the images no longer contain the
1717
[sonar-scala-extra](https://github.com/arthepsy/sonar-scala-extra) plugin as
1818
sonar-scala provides Scapegoat support from version `6.5.0` onwards.
1919

20-
- `{{current.version}}` (latest)
20+
- `{{current.version}}`, `latest`
2121
[Dockerfile](https://github.com/mwz/sonar-scala-docker/blob/master/{{current.version}}/Dockerfile),
22-
`{{current.version}}-full`
22+
`{{current.version}}-full`, `latest-full`
2323
[Dockerfile](https://github.com/mwz/sonar-scala-docker/blob/master/{{current.version}}-full/Dockerfile),
2424
[Release {{current.version}}](https://github.com/mwz/sonar-scala-docker/releases/tag/{{current.version}})
25-
- `{{lts.version}}` (7.9 LTS)
25+
- `{{lts.version}}`, `latest-lts` (7.9 LTS)
2626
[Dockerfile](https://github.com/mwz/sonar-scala-docker/blob/master/{{lts.version}}/Dockerfile),
27-
`{{lts.version}}-full` (7.9 LTS)
27+
`{{lts.version}}-full`, `latest-lts-full` (7.9 LTS)
2828
[Dockerfile](https://github.com/mwz/sonar-scala-docker/blob/master/{{lts.version}}-full/Dockerfile),
2929
[Release {{lts.version}}](https://github.com/mwz/sonar-scala-docker/releases/tag/{{lts.version}})
3030
- `{{lts67.version}}` (6.7 LTS)

0 commit comments

Comments
 (0)