diff --git a/Dockerfile b/Dockerfile index d66dbd3cd89b425ba3691fe1e4b8fb4085a59f2d..4ad29f3c7f6a034d6154379011fc3e5125688512 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,9 +6,11 @@ WORKDIR /plugins # Fetch oidc plugin RUN wget --quiet https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.0.0/sonar-auth-oidc-plugin-2.0.0.jar -RUN wget --quiet https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/1.2.6/sonar-dependency-check-plugin-1.2.6.jar +RUN wget --quiet https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/2.0.6/sonar-dependency-check-plugin-2.0.6.jar RUN wget --quiet https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-1.3.2/sonar-c-plugin-1.3.2.1853.jar RUN wget --quiet https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-1.3.2/sonar-cxx-plugin-1.3.2.1853.jar + + RUN ls -al # Using the current (Nov 10 2020) SHA for the "8.5-community" tag diff --git a/deployment/manifests/all.yaml b/deployment/manifests/all.yaml index c3a9b8020aceecbc33403b299edc2bed5aee1c7a..92c316e3525bcbea12491cb242071d6d4bbd2ff9 100644 --- a/deployment/manifests/all.yaml +++ b/deployment/manifests/all.yaml @@ -68,7 +68,7 @@ spec: fsGroup: 999 containers: - name: sonarqube - image: registry.dsop.io/platform-one/big-bang/apps/developer-tools/sonarqube:sonarqube-8.5-community-ib-bb + image: registry.dsop.io/platform-one/big-bang/apps/developer-tools/sonarqube:sonarqube-8.5-0.2-community-ib-bb imagePullPolicy: IfNotPresent ports: - name: http