From aa1d2a30cdb48c13f14e5590722b77054e1b4fe6 Mon Sep 17 00:00:00 2001 From: ramsesvanpinxteren <74709327+ramsesvanpinxteren@users.noreply.github.com> Date: Fri, 2 Dec 2022 08:58:06 +0100 Subject: [PATCH] Sonar 9.7.1 (#46) * Update Dockerfile-community-edition * Update Dockerfile-developer-edition * Update start-with-profile.sh * Update start-with-profile.sh --- Dockerfile-community-edition | 2 +- Dockerfile-developer-edition | 2 +- start-with-profile.sh | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile-community-edition b/Dockerfile-community-edition index d6d76aa..e69e770 100644 --- a/Dockerfile-community-edition +++ b/Dockerfile-community-edition @@ -1,4 +1,4 @@ -FROM sonarqube:9.6.1-community +FROM sonarqube:9.7.1-community USER root RUN apk add --no-cache wget curl java-cacerts jq postgresql-client RUN ln -sf /etc/ssl/certs/java/cacerts /usr/lib/jvm/java-11-openjdk/lib/security/cacerts diff --git a/Dockerfile-developer-edition b/Dockerfile-developer-edition index 07c651a..7c36539 100644 --- a/Dockerfile-developer-edition +++ b/Dockerfile-developer-edition @@ -1,4 +1,4 @@ -FROM sonarqube:9.6.1-developer +FROM sonarqube:9.7.1-developer USER root RUN apk add --no-cache wget curl java-cacerts jq postgresql-client RUN ln -sf /etc/ssl/certs/java/cacerts /usr/lib/jvm/java-11-openjdk/lib/security/cacerts diff --git a/start-with-profile.sh b/start-with-profile.sh index 0ae4a0c..5cbcf90 100644 --- a/start-with-profile.sh +++ b/start-with-profile.sh @@ -268,13 +268,13 @@ testAdminCredentials # (Re-)create the ICTU profiles createProfile "ictu-ansible-profile-v2.5.1" "Sonar%20way" "yaml" -createProfile "ictu-cs-profile-v8.43.1" "Sonar%20way" "cs" -createProfile "ictu-java-profile-v7.13.0" "Sonar%20way" "java" -createProfile "ictu-js-profile-v9.6.0" "Sonar%20way" "js" +createProfile "ictu-cs-profile-v8.46.0" "Sonar%20way" "cs" +createProfile "ictu-java-profile-v7.14.0" "Sonar%20way" "java" +createProfile "ictu-js-profile-v9.9.0" "Sonar%20way" "js" createProfile "ictu-kotlin-profile-v2.10.0" "Sonar%20way" "kotlin" -createProfile "ictu-py-profile-v3.15.0" "Sonar%20way" "py" -createProfile "ictu-ts-profile-v9.6.0" "Sonar%20way" "ts" -createProfile "ictu-vbnet-profile-v8.43.1" "Sonar%20way" "vbnet" +createProfile "ictu-py-profile-v3.19.0" "Sonar%20way" "py" +createProfile "ictu-ts-profile-v9.9.0" "Sonar%20way" "ts" +createProfile "ictu-vbnet-profile-v8.46.0" "Sonar%20way" "vbnet" createProfile "ictu-web-profile-v3.6.0" "Sonar%20way" "web" wait $PID