Skip to content

Commit

Permalink
Merge pull request #1 from asolfre/sonarqube-6.7.5
Browse files Browse the repository at this point in the history
Rollback to 6.7.5
  • Loading branch information
asolfre authored Aug 28, 2018
2 parents 8e54f87 + 5b0efc0 commit 147551a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sonarqube
FROM sonarqube:6.7.5
MAINTAINER Angel Soliño "[email protected]"

# create plugin download location; so we can copy them later when SonarQube is started
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker-sonarqube

Docker image based on default [SonarQube](https://hub.docker.com/_/sonarqube/) with manually installed plugins.
Docker image based on default [SonarQube 6.7.5](https://hub.docker.com/_/sonarqube/) with manually installed plugins.
The default provided plugins are kept and some extra plugins are manually downloaded.

To add/remove plugins modify the Dockerfile and build your own version.
Expand Down

0 comments on commit 147551a

Please sign in to comment.