diff --git a/README.md b/README.md index eb166d1..330f353 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,14 @@ To start SonarQube in a daemon mode, simply run: ```bash docker-compose up -d ``` +or the following for the LTS version: +```bash +docker-compose -f docker-compose-lts.yml up -d +``` 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`. -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). +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. To start the container issue the following command: ```bash diff --git a/README.tpl.md b/README.tpl.md index 32da683..6475c7d 100644 --- a/README.tpl.md +++ b/README.tpl.md @@ -12,10 +12,14 @@ To start SonarQube in a daemon mode, simply run: ```bash docker-compose up -d ``` +or the following for the LTS version: +```bash +docker-compose -f docker-compose-lts.yml up -d +``` 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`. -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). +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. To start the container issue the following command: ```bash diff --git a/README_DOCKERHUB.md b/README_DOCKERHUB.md index b8b8c21..154159c 100644 --- a/README_DOCKERHUB.md +++ b/README_DOCKERHUB.md @@ -2,7 +2,7 @@ Docker images with out-of-the-box [SonarQube 6.7 LTS](https://www.sonarqube.org/ ## Available versions -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`). +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`). 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. @@ -102,7 +102,7 @@ volumes: sonarqube_plugins: ``` -You can find the full recipe [here](https://github.com/mwz/sonar-scala-docker/blob/master/docker-compose.yml). +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). To use the `full` image, run the following `docker` command: ```bash diff --git a/README_DOCKERHUB.tpl.md b/README_DOCKERHUB.tpl.md index 3fb858b..462f6e9 100644 --- a/README_DOCKERHUB.tpl.md +++ b/README_DOCKERHUB.tpl.md @@ -2,7 +2,7 @@ Docker images with out-of-the-box [SonarQube 6.7 LTS](https://www.sonarqube.org/ ## Available versions -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`). +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`). 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. @@ -102,7 +102,7 @@ volumes: sonarqube_plugins: ``` -You can find the full recipe [here](https://github.com/mwz/sonar-scala-docker/blob/master/docker-compose.yml). +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). To use the `full` image, run the following `docker` command: ```bash