Skip to content

Commit 2c98d04

Browse files
committed
Add buildbreaker plugin
1 parent c15f09a commit 2c98d04

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ RUN mkdir -p ${HOME}/downloads/plugins \
4141
wget "${plugin_url}"; \
4242
done
4343

44+
# Add Plugins as jar files
45+
ADD plugins/* ${HOME}/downloads/plugins/
46+
4447
RUN chown -R 10001 $SONARQUBE_HOME \
4548
&& chown -R 10001 ${HOME}/downloads/
4649

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Docker Image for SonarQube with required plugins installed.
55

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

910
## Mounting config file
1011
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.

0 commit comments

Comments
 (0)