Skip to content

Commit 90b26bc

Browse files
authored
Merge pull request #4 from stakater-docker/add-plugin-jar
Add build breaker plugin jar
2 parents 0fb2d97 + 2c98d04 commit 90b26bc

File tree

3 files changed

+4
-0
lines changed

3 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.
4.24 MB
Binary file not shown.

0 commit comments

Comments
 (0)