SonarQube built w/ CentOS
10K+
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
$ 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
Content type
Image
Digest
Size
429.2 MB
Last updated
over 8 years ago
docker pull tchughesiv/sonarqube-centos