-
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
Upgrade SonarQube to 10.4.1 #16306
Merged
yosifkit
merged 1 commit into
docker-library:master
from
matteo-mara-sonarsource:release/mm/sonarqube-10-4-1-update
Feb 26, 2024
Merged
Upgrade SonarQube to 10.4.1 #16306
yosifkit
merged 1 commit into
docker-library:master
from
matteo-mara-sonarsource:release/mm/sonarqube-10-4-1-update
Feb 26, 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
matteo-mara-sonarsource
requested review from
tianon and
yosifkit
as code owners
February 26, 2024 14:39
Diff for cb94c26:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 4b6a63f..bf7d66c 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,7 +1,7 @@
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: 74990438ee4a4cf5068180585a024155d46732ce
+GitCommit: 44a9deb5371e173c9ba310d7135c55ef95fe2915
Tags: 9.9.4-community, 9.9-community, 9-community, lts, lts-community
Directory: 9/community
@@ -18,17 +18,17 @@ Directory: 9/developer
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
+Tags: 10.4.1-community, 10.4-community, 10-community, community, latest
Directory: 10/community
-Tags: 10.4.0-datacenter-app, 10.4-datacenter-app, 10-datacenter-app, datacenter-app
+Tags: 10.4.1-datacenter-app, 10.4-datacenter-app, 10-datacenter-app, datacenter-app
Directory: 10/datacenter/app
-Tags: 10.4.0-datacenter-search, 10.4-datacenter-search, 10-datacenter-search, datacenter-search
+Tags: 10.4.1-datacenter-search, 10.4-datacenter-search, 10-datacenter-search, datacenter-search
Directory: 10/datacenter/search
-Tags: 10.4.0-developer, 10.4-developer, 10-developer, developer
+Tags: 10.4.1-developer, 10.4-developer, 10-developer, developer
Directory: 10/developer
-Tags: 10.4.0-enterprise, 10.4-enterprise, 10-enterprise, enterprise
+Tags: 10.4.1-enterprise, 10.4-enterprise, 10-enterprise, enterprise
Directory: 10/enterprise
diff --git a/_bashbrew-list b/_bashbrew-list
index 7e007d2..38f7003 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -23,11 +23,11 @@ sonarqube:10.4-datacenter-app
sonarqube:10.4-datacenter-search
sonarqube:10.4-developer
sonarqube:10.4-enterprise
-sonarqube:10.4.0-community
-sonarqube:10.4.0-datacenter-app
-sonarqube:10.4.0-datacenter-search
-sonarqube:10.4.0-developer
-sonarqube:10.4.0-enterprise
+sonarqube:10.4.1-community
+sonarqube:10.4.1-datacenter-app
+sonarqube:10.4.1-datacenter-search
+sonarqube:10.4.1-developer
+sonarqube:10.4.1-enterprise
sonarqube:community
sonarqube:datacenter-app
sonarqube:datacenter-search
diff --git a/sonarqube_datacenter-app/Dockerfile b/sonarqube_datacenter-app/Dockerfile
index 4cfe4d7..cebfbef 100644
--- a/sonarqube_datacenter-app/Dockerfile
+++ b/sonarqube_datacenter-app/Dockerfile
@@ -9,7 +9,7 @@ ENV LANG='en_US.UTF-8' \
#
# SonarQube setup
#
-ARG SONARQUBE_VERSION=10.4.0.87286
+ARG SONARQUBE_VERSION=10.4.1.88267
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-${SONARQUBE_VERSION}.zip
ENV DOCKER_RUNNING="true" \
JAVA_HOME='/opt/java/openjdk' \
diff --git a/sonarqube_datacenter-search/Dockerfile b/sonarqube_datacenter-search/Dockerfile
index f972b39..78c9eae 100644
--- a/sonarqube_datacenter-search/Dockerfile
+++ b/sonarqube_datacenter-search/Dockerfile
@@ -9,7 +9,7 @@ ENV LANG='en_US.UTF-8' \
#
# SonarQube setup
#
-ARG SONARQUBE_VERSION=10.4.0.87286
+ARG SONARQUBE_VERSION=10.4.1.88267
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-${SONARQUBE_VERSION}.zip
ENV DOCKER_RUNNING="true" \
JAVA_HOME='/opt/java/openjdk' \
diff --git a/sonarqube_developer/Dockerfile b/sonarqube_developer/Dockerfile
index 2e04daa..a1d4125 100644
--- a/sonarqube_developer/Dockerfile
+++ b/sonarqube_developer/Dockerfile
@@ -9,7 +9,7 @@ ENV LANG='en_US.UTF-8' \
#
# SonarQube setup
#
-ARG SONARQUBE_VERSION=10.4.0.87286
+ARG SONARQUBE_VERSION=10.4.1.88267
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-${SONARQUBE_VERSION}.zip
ENV DOCKER_RUNNING="true" \
JAVA_HOME='/opt/java/openjdk' \
diff --git a/sonarqube_enterprise/Dockerfile b/sonarqube_enterprise/Dockerfile
index 9e548af..b9c269e 100644
--- a/sonarqube_enterprise/Dockerfile
+++ b/sonarqube_enterprise/Dockerfile
@@ -9,7 +9,7 @@ ENV LANG='en_US.UTF-8' \
#
# SonarQube setup
#
-ARG SONARQUBE_VERSION=10.4.0.87286
+ARG SONARQUBE_VERSION=10.4.1.88267
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-${SONARQUBE_VERSION}.zip
ENV DOCKER_RUNNING="true" \
JAVA_HOME='/opt/java/openjdk' \
diff --git a/sonarqube_latest/Dockerfile b/sonarqube_latest/Dockerfile
index 67da215..85519ae 100644
--- a/sonarqube_latest/Dockerfile
+++ b/sonarqube_latest/Dockerfile
@@ -9,7 +9,7 @@ ENV LANG='en_US.UTF-8' \
#
# SonarQube setup
#
-ARG SONARQUBE_VERSION=10.4.0.87286
+ARG SONARQUBE_VERSION=10.4.1.88267
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-${SONARQUBE_VERSION}.zip
ENV DOCKER_RUNNING="true" \
JAVA_HOME='/opt/java/openjdk' \ Relevant Maintainers:
|
yosifkit
approved these changes
Feb 26, 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.
This upgrades to the newest SonarQube version.