Skip to content

Commit

Permalink
Sonar 9.7.1 (#46)
Browse files Browse the repository at this point in the history
* Update Dockerfile-community-edition

* Update Dockerfile-developer-edition

* Update start-with-profile.sh

* Update start-with-profile.sh
  • Loading branch information
ramsesvanpinxteren authored Dec 2, 2022
1 parent 1202638 commit aa1d2a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-community-edition
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-developer-edition
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions start-with-profile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aa1d2a3

Please sign in to comment.