Skip to content

stakater-docker/sonarqube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SonarQube Docker Image

Docker Image for SonarQube with required plugins installed.

Plugins

Mounting config file

Mount config files to /opt/app/tmp/conf/ instead of the actual ${SONARQUBE_HOME}/conf location in order to preserve the user's (10001) ownership. The start script will copy it to the actual location.

Update the CONF_MOUNT_PATH variable if you need to change the name of the config file from sonar.properties to something else.

Reference