Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 51b89dd

Browse files
authored
Switch the source of the git plugin. (#29)
1 parent ac4902e commit 51b89dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

current/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ FROM bitnami/minideb:stretch
55
RUN install_packages curl ca-certificates
66

77
ENV SONAR_SCALA_VERSION 8.5.0
8-
ENV GIT_PLUGIN_VERSION 1.11.1.2008
8+
ENV GIT_PLUGIN_VERSION 1.12.0.2034
99
ENV SQ_EXTENSIONS_DIR "/opt/sonarqube/extensions"
1010

1111
RUN groupadd -g 1000 -r sonarqube && useradd -r -g sonarqube sonarqube
1212
RUN curl --create-dirs -L -o "${SQ_EXTENSIONS_DIR}/plugins/sonar-scala-plugin-${SONAR_SCALA_VERSION}.jar" \
1313
"https://dl.bintray.com/mwz/maven/com/github/mwz/sonar-scala_2.13/${SONAR_SCALA_VERSION}/sonar-scala_2.13-${SONAR_SCALA_VERSION}-assembly.jar" && \
1414
curl --create-dirs -L -o "${SQ_EXTENSIONS_DIR}/plugins/sonar-scm-git-plugin-${GIT_PLUGIN_VERSION}.jar" \
15-
"https://repo1.maven.org/maven2/org/sonarsource/scm/git/sonar-scm-git-plugin/${GIT_PLUGIN_VERSION}/sonar-scm-git-plugin-${GIT_PLUGIN_VERSION}.jar" && \
15+
"https://binaries.sonarsource.com/Distribution/sonar-scm-git-plugin/sonar-scm-git-plugin-${GIT_PLUGIN_VERSION}.jar" && \
1616
chown -R sonarqube:sonarqube /opt/sonarqube && \
1717
chmod 777 $SQ_EXTENSIONS_DIR/plugins/*

0 commit comments

Comments
 (0)