Offline Default Plugins Download

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube Server / Community Build, Scanner, Plugin, and any relevant extension) SonarQube 9.9 LTA
  • how is SonarQube deployed: Helm
  • what are you trying to achieve:
    I am trying to pull down the latest and compatible default plugins that sonarqube downloads at /opt/sonarqube/extensions/downloads. I build the sonarqube image beforehand and deploy it to my private registry in a cluster that is air gapped.
  • what have you tried so far to achieve this
    I looked at the plugins matrix (doesn’t match the .jar files that sonarqube downloads). I also tried to stand up locally (in a separate online system) and copy the .jar files (workaround and not very useful)

I suspect these are the plugins it downloads. But it there a better way to pull the correct and latest ones directly?

sonar-config-plugin-1.2.0.267.jar     
sonar-jacoco-plugin-1.3.0.1538.jar        
sonar-ruby-plugin-1.11.0.3905.jar
sonar-csharp-plugin-8.51.0.59060.jar  
sonar-java-plugin-7.16.0.30901.jar        
sonar-scala-plugin-1.11.0.3905.jar
sonar-flex-plugin-2.8.0.3166.jar      
sonar-javascript-plugin-9.13.0.20537.jar  
sonar-text-plugin-2.0.2.1090.jar
sonar-go-plugin-1.11.0.3905.jar       
sonar-kotlin-plugin-2.12.0.1956.jar       
sonar-vbnet-plugin-8.51.0.59060.jar
sonar-html-plugin-3.7.1.3306.jar      
sonar-php-plugin-3.27.1.9352.jar          
sonar-xml-plugin-2.7.0.3820.jar
sonar-iac-plugin-1.11.0.2847.jar      
sonar-python-plugin-3.24.1.11916.jar

Hi,

These are built-in plugins included with SonarQube and can be found under SQ_HOME/lib/extensions. The server doesn’t download them externally. You don’t need to touch them, keep these files as is.

Note that some plugins may have been merged, for example, sonar-config has been replaced by sonar-iac.

Hi,

In addition to Scott’s excellent answer, I’d like to add that you’re on an EOL version, and the only way to get “the latest and compatible default plugins” is to upload to a supported version.

Your upgrade path is:

9.9 → 24.12 → 25.4

You may find these resources helpful:

If you have questions about upgrading, feel free to open a new thread for that here.

 
HTH,
Ann

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.