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
5
5
RUN install_packages curl ca-certificates
6
6
7
7
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
9
9
ENV SQ_EXTENSIONS_DIR "/opt/sonarqube/extensions"
10
10
11
11
RUN groupadd -g 1000 -r sonarqube && useradd -r -g sonarqube sonarqube
12
12
RUN curl --create-dirs -L -o "${SQ_EXTENSIONS_DIR}/plugins/sonar-scala-plugin-${SONAR_SCALA_VERSION}.jar" \
13
13
"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" && \
14
14
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" && \
16
16
chown -R sonarqube:sonarqube /opt/sonarqube && \
17
17
chmod 777 $SQ_EXTENSIONS_DIR/plugins/*
You can’t perform that action at this time.
0 commit comments