-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update sonarqube LTS version to 9.9.4 #16202
Merged
tianon
merged 1 commit into
docker-library:master
from
aurelien-poscia-sonarsource:feature/upgrade_sonarqube_lts_994
Feb 6, 2024
Merged
Update sonarqube LTS version to 9.9.4 #16202
tianon
merged 1 commit into
docker-library:master
from
aurelien-poscia-sonarsource:feature/upgrade_sonarqube_lts_994
Feb 6, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aurelien-poscia-sonarsource
requested review from
tianon and
yosifkit
as code owners
February 6, 2024 16:26
Diff for 9305bcd:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 254e74e..4b6a63f 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,21 +1,21 @@
Maintainers: Carmine Vassallo <carmine.vassallo@sonarsource.com> (@carminevassallo), Jeremy Cotineau <jeremy.cotineau@sonarsource.com> (@jCOTINEAU), Davi Koscianski Vidal <davi.koscianski-vidal@sonarsource.com> (@davividal)
Architectures: amd64, arm64v8
GitRepo: https://github.com/SonarSource/docker-sonarqube.git
-GitCommit: 3e0bf72c78f7c4386f8262057c0faca56876256d
+GitCommit: 74990438ee4a4cf5068180585a024155d46732ce
-Tags: 9.9.3-community, 9.9-community, 9-community, lts, lts-community
+Tags: 9.9.4-community, 9.9-community, 9-community, lts, lts-community
Directory: 9/community
-Tags: 9.9.3-datacenter-app, 9.9-datacenter-app, 9-datacenter-app, lts-datacenter-app
+Tags: 9.9.4-datacenter-app, 9.9-datacenter-app, 9-datacenter-app, lts-datacenter-app
Directory: 9/datacenter/app
-Tags: 9.9.3-datacenter-search, 9.9-datacenter-search, 9-datacenter-search, lts-datacenter-search
+Tags: 9.9.4-datacenter-search, 9.9-datacenter-search, 9-datacenter-search, lts-datacenter-search
Directory: 9/datacenter/search
-Tags: 9.9.3-developer, 9.9-developer, 9-developer, lts-developer
+Tags: 9.9.4-developer, 9.9-developer, 9-developer, lts-developer
Directory: 9/developer
-Tags: 9.9.3-enterprise, 9.9-enterprise, 9-enterprise, lts-enterprise
+Tags: 9.9.4-enterprise, 9.9-enterprise, 9-enterprise, lts-enterprise
Directory: 9/enterprise
Tags: 10.4.0-community, 10.4-community, 10-community, community, latest
diff --git a/_bashbrew-list b/_bashbrew-list
index bd59f9f..7e007d2 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,11 +8,11 @@ sonarqube:9.9-datacenter-app
sonarqube:9.9-datacenter-search
sonarqube:9.9-developer
sonarqube:9.9-enterprise
-sonarqube:9.9.3-community
-sonarqube:9.9.3-datacenter-app
-sonarqube:9.9.3-datacenter-search
-sonarqube:9.9.3-developer
-sonarqube:9.9.3-enterprise
+sonarqube:9.9.4-community
+sonarqube:9.9.4-datacenter-app
+sonarqube:9.9.4-datacenter-search
+sonarqube:9.9.4-developer
+sonarqube:9.9.4-enterprise
sonarqube:10-community
sonarqube:10-datacenter-app
sonarqube:10-datacenter-search
diff --git a/sonarqube_lts-community/Dockerfile b/sonarqube_lts-community/Dockerfile
index 841bb79..f9c7cf5 100644
--- a/sonarqube_lts-community/Dockerfile
+++ b/sonarqube_lts-community/Dockerfile
@@ -9,7 +9,7 @@ ENV LANG='en_US.UTF-8' \
#
# SonarQube setup
#
-ARG SONARQUBE_VERSION=9.9.3.79811
+ARG SONARQUBE_VERSION=9.9.4.87374
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-${SONARQUBE_VERSION}.zip
ENV JAVA_HOME='/opt/java/openjdk' \
SONARQUBE_HOME=/opt/sonarqube \
diff --git a/sonarqube_lts-datacenter-app/Dockerfile b/sonarqube_lts-datacenter-app/Dockerfile
index a13a7d3..9656bb6 100644
--- a/sonarqube_lts-datacenter-app/Dockerfile
+++ b/sonarqube_lts-datacenter-app/Dockerfile
@@ -9,7 +9,7 @@ ENV LANG='en_US.UTF-8' \
#
# SonarQube setup
#
-ARG SONARQUBE_VERSION=9.9.3.79811
+ARG SONARQUBE_VERSION=9.9.4.87374
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-${SONARQUBE_VERSION}.zip
ENV JAVA_HOME='/opt/java/openjdk' \
SONARQUBE_HOME=/opt/sonarqube \
diff --git a/sonarqube_lts-datacenter-search/Dockerfile b/sonarqube_lts-datacenter-search/Dockerfile
index 6c4135e..66676f6 100644
--- a/sonarqube_lts-datacenter-search/Dockerfile
+++ b/sonarqube_lts-datacenter-search/Dockerfile
@@ -9,7 +9,7 @@ ENV LANG='en_US.UTF-8' \
#
# SonarQube setup
#
-ARG SONARQUBE_VERSION=9.9.3.79811
+ARG SONARQUBE_VERSION=9.9.4.87374
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-${SONARQUBE_VERSION}.zip
ENV JAVA_HOME='/opt/java/openjdk' \
SONARQUBE_HOME=/opt/sonarqube \
diff --git a/sonarqube_lts-developer/Dockerfile b/sonarqube_lts-developer/Dockerfile
index 1ee7197..2a1cd93 100644
--- a/sonarqube_lts-developer/Dockerfile
+++ b/sonarqube_lts-developer/Dockerfile
@@ -9,7 +9,7 @@ ENV LANG='en_US.UTF-8' \
#
# SonarQube setup
#
-ARG SONARQUBE_VERSION=9.9.3.79811
+ARG SONARQUBE_VERSION=9.9.4.87374
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-${SONARQUBE_VERSION}.zip
ENV JAVA_HOME='/opt/java/openjdk' \
SONARQUBE_HOME=/opt/sonarqube \
diff --git a/sonarqube_lts-enterprise/Dockerfile b/sonarqube_lts-enterprise/Dockerfile
index a352928..ae25af9 100644
--- a/sonarqube_lts-enterprise/Dockerfile
+++ b/sonarqube_lts-enterprise/Dockerfile
@@ -9,7 +9,7 @@ ENV LANG='en_US.UTF-8' \
#
# SonarQube setup
#
-ARG SONARQUBE_VERSION=9.9.3.79811
+ARG SONARQUBE_VERSION=9.9.4.87374
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-${SONARQUBE_VERSION}.zip
ENV JAVA_HOME='/opt/java/openjdk' \
SONARQUBE_HOME=/opt/sonarqube \ Relevant Maintainers:
|
yosifkit
approved these changes
Feb 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.