From 5b0efc0965130645b2ac25492de81442de6c1ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Soli=C3=B1o?= Date: Mon, 27 Aug 2018 17:47:41 +0200 Subject: [PATCH] Temporarly comment-out incompatible plugins --- Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3626152..8896d21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,10 +10,11 @@ WORKDIR ${PLUGIN_DOWNLOAD_LOCATION} # - http://downloads.sonarsource.com/plugins/org/codehaus/sonar-plugins/ # - https://sonarsource.bintray.com/Distribution/ # - https://github.com/SonarQubeCommunity/ +#RUN wget https://sonarsource.bintray.com/Distribution/sonar-java-plugin/sonar-java-plugin-4.0.jar RUN wget https://github.com/SonarSource/sonar-auth-bitbucket/releases/download/1.0/sonar-auth-bitbucket-plugin-1.0.jar -RUN wget https://github.com/spotbugs/sonar-findbugs/releases/download/3.7.0/sonar-findbugs-plugin-3.7.0.jar -RUN wget https://github.com/SonarQubeCommunity/sonar-pmd/releases/download/2.6/sonar-pmd-plugin-2.6.jar -RUN wget https://github.com/checkstyle/sonar-checkstyle/releases/download/4.11/checkstyle-sonar-plugin-4.11.jar +#RUN wget https://github.com/spotbugs/sonar-findbugs/releases/download/3.7.0/sonar-findbugs-plugin-3.7.0.jar +#RUN wget https://github.com/SonarQubeCommunity/sonar-pmd/releases/download/2.6/sonar-pmd-plugin-2.6.jar +#RUN wget https://github.com/checkstyle/sonar-checkstyle/releases/download/4.11/checkstyle-sonar-plugin-4.11.jar RUN wget https://dl.bintray.com/fundacionjala/enforce/apex-plugin-1.0b219.jar COPY docker-entrypoint.sh /opt/docker-entrypoint.sh