Skip to content

Commit

Permalink
Merge pull request #4 from stakater-docker/add-plugin-jar
Browse files Browse the repository at this point in the history
Add build breaker plugin jar
  • Loading branch information
waseem-h authored Jan 11, 2019
2 parents 0fb2d97 + 2c98d04 commit 90b26bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ RUN mkdir -p ${HOME}/downloads/plugins \
wget "${plugin_url}"; \
done

# Add Plugins as jar files
ADD plugins/* ${HOME}/downloads/plugins/

RUN chown -R 10001 $SONARQUBE_HOME \
&& chown -R 10001 ${HOME}/downloads/

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Docker Image for SonarQube with required plugins installed.

## Plugins
- OpenID Connect (https://github.com/vaulttec/sonar-auth-oidc)
- Build Breaker (Jar in `plugins` directory. Built from: https://github.com/mstoecklmayr/sonar-build-breaker/tree/eed385d28523962f4a82dfaebd690df1ec20a8d3)

## Mounting config file
Mount config files to `/opt/app/tmp/conf/` instead of the actual `${SONARQUBE_HOME}/conf` location in order to preserve the user's (10001) ownership.
Expand Down
Binary file not shown.

0 comments on commit 90b26bc

Please sign in to comment.