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

Commit 99a36d7

Browse files
committed
Update README.
1 parent b43ca30 commit 99a36d7

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ To start SonarQube in a daemon mode, simply run:
1212
```bash
1313
docker-compose up -d
1414
```
15+
or the following for the LTS version:
16+
```bash
17+
docker-compose -f docker-compose-lts.yml up -d
18+
```
1519

1620
Once docker pulls all the required images and starts up the containers, the application should become available on [http://localhost](http://localhost). The default SonarQube login details for the Administrator account are `admin:admin`.
1721

18-
You can also use a standalone docker image which contains SonarQube with bundled sonar-scala plugin, [`mwizner/sonarqube-scala-plugins:3.2.1-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins).
22+
You can also use a standalone docker image which contains SonarQube server with bundled sonar-scala plugin, [`mwizner/sonarqube-scala-plugins:3.2.1-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins) and [`mwizner/sonarqube-scala-plugins:2.10.0-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins) for the LTS version.
1923

2024
To start the container issue the following command:
2125
```bash

README.tpl.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ To start SonarQube in a daemon mode, simply run:
1212
```bash
1313
docker-compose up -d
1414
```
15+
or the following for the LTS version:
16+
```bash
17+
docker-compose -f docker-compose-lts.yml up -d
18+
```
1519

1620
Once docker pulls all the required images and starts up the containers, the application should become available on [http://localhost](http://localhost). The default SonarQube login details for the Administrator account are `admin:admin`.
1721

18-
You can also use a standalone docker image which contains SonarQube with bundled sonar-scala plugin, [`mwizner/sonarqube-scala-plugins:{{version}}-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins).
22+
You can also use a standalone docker image which contains SonarQube server with bundled sonar-scala plugin, [`mwizner/sonarqube-scala-plugins:{{version}}-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins) and [`mwizner/sonarqube-scala-plugins:{{ltsVersion}}-full`](https://hub.docker.com/r/mwizner/sonarqube-scala-plugins) for the LTS version.
1923

2024
To start the container issue the following command:
2125
```bash

README_DOCKERHUB.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Docker images with out-of-the-box [SonarQube 6.7 LTS](https://www.sonarqube.org/
22

33

44
## Available versions
5-
There are two types of images available: images with [sonar-scala](https://github.com/mwz/sonar-scala) plugin, which can be mounted as a volume into a SonarQube container and images which bundle sonar-scala plugin with SonarQube (suffixed with `-full`).
5+
There are two types of images available: images with [sonar-scala](https://github.com/mwz/sonar-scala) plugin, which can be mounted as a volume into a SonarQube container and images which bundle sonar-scala plugin with SonarQube server (suffixed with `-full`).
66

77
Starting from version `2.7.0`, the images no longer contain the [sonar-scala-extra](https://github.com/arthepsy/sonar-scala-extra) plugin as sonar-scala provides Scapegoat support from version `6.5.0` onwards.
88

@@ -102,7 +102,7 @@ volumes:
102102
sonarqube_plugins:
103103
```
104104

105-
You can find the full recipe [here](https://github.com/mwz/sonar-scala-docker/blob/master/docker-compose.yml).
105+
You can find the full recipe [here](https://github.com/mwz/sonar-scala-docker/blob/master/docker-compose.yml) and [here](https://github.com/mwz/sonar-scala-docker/blob/master/docker-compose-lts.yml) (for the LTS version).
106106

107107
To use the `full` image, run the following `docker` command:
108108
```bash

README_DOCKERHUB.tpl.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Docker images with out-of-the-box [SonarQube 6.7 LTS](https://www.sonarqube.org/
22

33

44
## Available versions
5-
There are two types of images available: images with [sonar-scala](https://github.com/mwz/sonar-scala) plugin, which can be mounted as a volume into a SonarQube container and images which bundle sonar-scala plugin with SonarQube (suffixed with `-full`).
5+
There are two types of images available: images with [sonar-scala](https://github.com/mwz/sonar-scala) plugin, which can be mounted as a volume into a SonarQube container and images which bundle sonar-scala plugin with SonarQube server (suffixed with `-full`).
66

77
Starting from version `2.7.0`, the images no longer contain the [sonar-scala-extra](https://github.com/arthepsy/sonar-scala-extra) plugin as sonar-scala provides Scapegoat support from version `6.5.0` onwards.
88

@@ -102,7 +102,7 @@ volumes:
102102
sonarqube_plugins:
103103
```
104104

105-
You can find the full recipe [here](https://github.com/mwz/sonar-scala-docker/blob/master/docker-compose.yml).
105+
You can find the full recipe [here](https://github.com/mwz/sonar-scala-docker/blob/master/docker-compose.yml) and [here](https://github.com/mwz/sonar-scala-docker/blob/master/docker-compose-lts.yml) (for the LTS version).
106106

107107
To use the `full` image, run the following `docker` command:
108108
```bash

0 commit comments

Comments
 (0)