Hello,
I am running SonarQube in Azure Container Instances and it is currently 8.5.1
I want to upgrade to 8.6.0 and it is causing me problems. To rollout new versions I simply delete the current Container Setup then with my template change the image version and recreate the Container Instance as the data and storage are external to the image. Usually this works fine.
I have tried the latest image on DockerHub sonarqube:8.5.1-developer however when the container tries to start it seems to get in to an endless loop of termination and restart. There is no log information I can see as it keeps restarting.
I haven’t even been able to get to the setup web page so this isn’t an issue.
Am I missing something or is there an issue with the image?
Thanks for the help