Need a docker image

Hi,

I got a docker image for sonar server and sonar scanner but I am not able to get combined image of both.
As I want to scan my code through scanner and need a report from sonar server.

Please provide me if it is already exists. If not then is there a way to combined both images together.

Thanks in advance.

Hi @avanithakker ,

this is not available. The server should be up and running and the scanner should be part of your CI/CD workflow in order to really benefit from sonarqube. Maybe this architectonic overview helps explaining this a little more.

Can you maybe elaborate why you want to have scanner and server on the same image?