
sonarqube
Catch bugs and vulnerabilities in your app, with thousands of automated Static Code Analysis rules
Official integration
Created - Last update
SonarQube is an open source product for continuous inspection of code quality. This Docker image contains the Community Edition of SonarQube. Enter your SonarQube Configuration parameters and click on next. More information about this container can be found here: https://hub.docker.com/_/sonarqube?tab=description Default username: admin Default password: admin It will take about a minute for the process to finish.
Deployed services
sonarqube-db
postgres:$$cap_postgres_version
- sonarqube-db-data:/var/lib/postgresql/data
always
4sonarqube
sonarqube:$$cap_sonar_version
- sonarqube-conf:/opt/sonarqube/conf
- sonarqube-data:/opt/sonarqube/data
- sonarqube-logs:/opt/sonarqube/logs
- sonarqube-extensions:/opt/sonarqube/extensions
9000
always
3Variables
Postgres Version
Default: 9.6
$$cap_postgres_versionCheck out their Docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/
Sonarqube Version
Default: 10.2.1-community
$$cap_sonar_versionCheck out their Docker page for the valid tags https://hub.docker.com/_/sonarqube?tab=tags/
Postgres Password
Default: undefined
$$cap_pg_passOPTIONAL: Arguments for 'postgres initdb'
Default: undefined
$$cap_pg_initdb_argsFor example, --data-checksums