Skip to content

lcividinwork/sonarqube-openshift-docker

 
 

Repository files navigation

SonarQube on OpenShift

This repo contains all of the resources required to build an OpenShift-specific Docker image of SonarQube.

It is inspired by the upstream SonarQube Docker image: https://github.com/SonarSource/docker-sonarqube

Docker Hub

The SonarQube image is available on Docker Hub at: https://hub.docker.com/r/openshiftdemos/sonarqube/

Deploy on OpenShift

You can do use the provided templates with an embedded or postgresql database to deploy SonarQube on OpenShift:

SonarQube with Embedded H2 Database:

oc new-app -f sonarqube-template.yaml --param=SONARQUBE_VERSION=7.0

SonarQube with PostgreSQL Database:

oc new-app -f sonarqube-postgresql-template.yaml --param=SONARQUBE_VERSION=7.0

About

An OpenShift-focused Docker build of Sonarqube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 68.5%
  • Shell 31.5%