Skip to content

Commit

Permalink
SonarQube v10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmusante committed May 16, 2024
1 parent 67eb139 commit 69cb10e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The recommended way to get the SonarQube Docker Image is to pull the prebuilt im

To use a specific version, you can pull a versioned tag. You can view the [list of available versions](https://hub.docker.com/r/adrianmusante/sonarqube/tags/) in the Docker Hub Registry.

- [`10`, `10.3`, `latest` (sonarqube/Dockerfile)](https://github.com/adrianmusante/docker-sonarqube/blob/main/sonarqube/Dockerfile)
- [`10`, `10.4`, `latest` (sonarqube/Dockerfile)](https://github.com/adrianmusante/docker-sonarqube/blob/main/sonarqube/Dockerfile)


## Configuration
Expand Down
4 changes: 2 additions & 2 deletions sonarqube/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG SONARQUBE_VERSION=10.3.0
ARG SONARQUBE_VERSION=10.4.1
FROM bitnami/sonarqube:$SONARQUBE_VERSION

USER root

ARG ADDONS_HOME=/opt/addons
ENV ADDONS_HOME $ADDONS_HOME

ARG SONARQUBE_PR_PLUGIN_VERSION=1.18.0
ARG SONARQUBE_PR_PLUGIN_VERSION=1.19.0
RUN mkdir -p $ADDONS_HOME/plugins \
&& cd $ADDONS_HOME \
&& curl -fsSL -o plugins/sonarqube-community-branch-plugin.jar "https://github.com/mc1arke/sonarqube-community-branch-plugin/releases/download/${SONARQUBE_PR_PLUGIN_VERSION}/sonarqube-community-branch-plugin-${SONARQUBE_PR_PLUGIN_VERSION}.jar"
Expand Down

0 comments on commit 69cb10e

Please sign in to comment.