This repository was archived by the owner on Jan 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ FROM bitnami/minideb:stretch
55RUN install_packages curl ca-certificates
66
77ENV SONAR_SCALA_VERSION 8.5.0
8- ENV GIT_PLUGIN_VERSION 1.11.1.2008
8+ ENV GIT_PLUGIN_VERSION 1.12.0.2034
99ENV SQ_EXTENSIONS_DIR "/opt/sonarqube/extensions"
1010
1111RUN groupadd -g 1000 -r sonarqube && useradd -r -g sonarqube sonarqube
1212RUN 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/*
You can’t perform that action at this time.
0 commit comments