Skip to content

Commit

Permalink
REL-2274 Update to SonarQube 8.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe-perrin-sonarsource committed Jun 16, 2022
1 parent 33fef01 commit 89b9a8e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 8/community/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN set -eux; \
#
# SonarQube setup
#
ARG SONARQUBE_VERSION=8.9.8.54436
ARG SONARQUBE_VERSION=8.9.9.56886
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-${SONARQUBE_VERSION}.zip
ENV JAVA_HOME=/opt/java/openjdk \
PATH="/opt/java/openjdk/bin:$PATH" \
Expand Down
2 changes: 1 addition & 1 deletion 8/datacenter/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN set -eux; \
#
# SonarQube setup
#
ARG SONARQUBE_VERSION=8.9.8.54436
ARG SONARQUBE_VERSION=8.9.9.56886
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-${SONARQUBE_VERSION}.zip
ENV JAVA_HOME=/opt/java/openjdk \
PATH="/opt/java/openjdk/bin:$PATH" \
Expand Down
2 changes: 1 addition & 1 deletion 8/datacenter/search/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN set -eux; \
#
# SonarQube setup
#
ARG SONARQUBE_VERSION=8.9.8.54436
ARG SONARQUBE_VERSION=8.9.9.56886
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-${SONARQUBE_VERSION}.zip
ENV JAVA_HOME=/opt/java/openjdk \
PATH="/opt/java/openjdk/bin:$PATH" \
Expand Down
2 changes: 1 addition & 1 deletion 8/developer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN set -eux; \
#
# SonarQube setup
#
ARG SONARQUBE_VERSION=8.9.8.54436
ARG SONARQUBE_VERSION=8.9.9.56886
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-${SONARQUBE_VERSION}.zip
ENV JAVA_HOME=/opt/java/openjdk \
PATH="/opt/java/openjdk/bin:$PATH" \
Expand Down
2 changes: 1 addition & 1 deletion 8/enterprise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN set -eux; \
#
# SonarQube setup
#
ARG SONARQUBE_VERSION=8.9.8.54436
ARG SONARQUBE_VERSION=8.9.9.56886
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-${SONARQUBE_VERSION}.zip
ENV JAVA_HOME=/opt/java/openjdk \
PATH="/opt/java/openjdk/bin:$PATH" \
Expand Down
3 changes: 1 addition & 2 deletions release.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ Release of a new version of the official SonarQube Docker images is made of seve
Bump the version of SonarQube in Dockerfiles
-----------------------------

The version of SQ is hardcoded in each Dockerfile and must be updated in master branch.

The version of SonarQube is hardcoded in each Dockerfile of this repository and must be updated in master branch.

Update the docker hub SonarQube's documentation (if applicable)
-------------------------------
Expand Down

0 comments on commit 89b9a8e

Please sign in to comment.