BCDevOps / sonarqube

An OpenShift-focused Docker build of Sonarqube
GNU Lesser General Public License v3.0
2 stars 33 forks source link

Use upstream/official SonarQube 8 image #22

Closed asanchezr closed 4 years ago

asanchezr commented 4 years ago

With this PR I have modified the Dockerfile to use the official sonarqube:8 base image instead of replicating the process of downloading sonarqube.zip into a JBOSS image.

I also added the necessary bits to comply with OpenShift deployment guidelines; i.e. running containers under random UIDs.

The deployment template sonarqube-postgresql-template.yaml was also updated.