Skip to content

asolfre/apex-docker-sonarqube

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-sonarqube

Docker image based on default SonarQube 6.7.5 with manually installed plugins. The default provided plugins are kept and some extra plugins are manually downloaded.

To add/remove plugins modify the Dockerfile and build your own version.

Building the image

docker build -t docker-sonarqube .

Running the image

docker run -it --rm docker-sonarqube

Using Docker Compose

There is an assumption you have installed docker-compose!

docker-compose up

Installed plugins

  • sonar-auth-bitbucket-plugin-1.0.jar
  • sonar-findbugs-plugin-3.7.0.jar
  • sonar-pmd-plugin-2.6.jar
  • checkstyle-sonar-plugin-4.11.jar
  • apex-plugin-1.0b219.jar

About

Docker container with SonarQube and Java and Apex plugins

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 77.5%
  • Shell 22.5%