Sign inSign up

tchughesiv/sonarqube-centos

By tchughesiv

Updated over 8 years ago

SonarQube built w/ CentOS

Image
0

10K+

tchughesiv/sonarqube-centos repository overview

OpenShift deployment examples:

Standalone:

$ oc new-app tchughesiv/sonarqube-centos
$ oc expose svc/sonarqube-centos

With database:

$ oc new-app postgresql-ephemeral --param-file=params
$ oc new-app tchughesiv/sonarqube-centos -e SONARQUBE_JDBC_URL="jdbc:postgresql://sonar-postgresql/sonar"
$ oc expose svc/sonarqube-centos

RHEL7 build in OpenShift

$ oc new-build --name=sonarqube https://github.com/RHsyseng/docker-rhel-sonarqube
$ oc new-app sonarqube -e SONARQUBE_JDBC_URL="jdbc:postgresql://sonar-postgresql/sonar"
$ oc expose svc/sonarqube

Tag summary

Content type

Image

Digest

Size

429.2 MB

Last updated

over 8 years ago

docker pull tchughesiv/sonarqube-centos