updated sonarqube package to v6.5

This commit is contained in:
Raul Sanchez
2017-08-30 21:01:01 +02:00
parent 87ebca418c
commit e6d5a5e065
6 changed files with 172 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
## What is inside SonarQube Stack?
* [SonarQube Server](http://www.sonarqube.org/) + Sidekick for storing plugins
* Postgres Database + Sidekick for storing data
## Info
* In default SonarQube stack will create "sonar" postgres database with sonar user.
* Additional variables `http_proxy` and `https_proxy` are included, which can be helpfull in some cases.
* Once SonarQube will start, make sure you setup correct information in setup page.
* For easy upgrades there are sidekicks for both postgress and SonarQube with dedicated storage.
## Installing Plugins Manually
* Go to [Plugin Library](http://docs.sonarqube.org/display/PLUG/Plugin+Library) and find your favourite plugins
* Execute `docker exec -it [sonarqube-data bash]`, go to /opt/sonarqube/extensions/plugins and put your plugins here
* Restart SonarQube container.
## First Start
* Use admin/admin to login to the SonarQube interface.
+1 -1
View File
@@ -7,7 +7,7 @@ sonarqube-data:
- /opt/sonarqube/extensions/plugins
sonarqube:
image: sonarqube
image: sonarqube:5.6.6
ports:
- ${http_port}:9000
links: