Must-share information (formatted with Markdown):
- which versions are you using (SonarQube Server / Community Build, Scanner, Plugin, and any relevant extension)
Developer Edition 2025.3 - how is SonarQube deployed: self hosted
- what are you trying to achieve
using the parameter skipJREProvisioning
Hello,
I’m not sure if I understand the paramater “skipJREProvisioning=false” correctly.
I am using an Ubuntu:24.04 Docker image (with sonar-scanner-cli-7.0.2.4839), without a Java installation and JAVA_HOME is not set and I want the scanner to download the appropriate JRE version.
Unfortunately, this does not happen and it shows me “Could not find ‘java’ executable in JAVA_HOME or PATH”.
With the Docker image “eclipse-temurin:17-jdk-alpine” the analysis runs perfectly, but I would like the scanner to pull the appropriate Java version.
What am I doing wrong?
Greetings and thx
Mark