SQC-6313 - donwgraded to Sonar LTS 8.9.3

This commit is contained in:
Jakub Vavrik
2021-11-15 11:27:52 +01:00
parent 4c8aa112c5
commit 7e0ded40d0

View File

@@ -1,6 +1,6 @@
FROM sonarqube:9.1.0-community
FROM sonarqube:8.9.3-community
ARG COMMUNITY_BRANCH_VERSION=1.9.0
ARG COMMUNITY_BRANCH_VERSION=1.8.1
RUN wget https://github.com/mc1arke/sonarqube-community-branch-plugin/releases/download/${COMMUNITY_BRANCH_VERSION}/sonarqube-community-branch-plugin-${COMMUNITY_BRANCH_VERSION}.jar -O /opt/sonarqube/extensions/plugins/sonarqube-community-branch-plugin-${COMMUNITY_BRANCH_VERSION}.jar
ENV SONAR_WEB_JAVAADDITIONALOPTS=-javaagent:./extensions/plugins/sonarqube-community-branch-plugin-${COMMUNITY_BRANCH_VERSION}.jar=web