Make sure to tell us:
-
What version are you upgrading from?
9.9LTA → 10.6
-
System information (Operating system, Java version, Database provider/version)
Installing SonarQube from the Docker image
Host:NAS (Linux)
SonarQube Image:sonarqube:10.6.0-developer
DataBase Image:postgres:15.8 -
What’s the issue you’re facing?
Specifically, we are setting up the SonarQube server using Docker image and the environment variable
SONAR_SEARCH_JAVAADDITIONALOPTS : -Dbootstrap.system_call_filter=false
. This setup worked well with the previous versions, but after switching to the 10.6 image, the server fails to start.Given that our Host ( Linux kernel ) cannot enable
seccomp
, we are uncertain how to successfully run the container under these circumstances.Log from the failed run
sonarqube-server.txt (49.8 KB)