Docker image for SonarQube Community Edition 7.4

Hi all,

The SonarSource team is pleased to inform you that the official docker image of SonarQube Community Edition 7.4 is now available! :tada:
We’ve also published an image for SonarQube 6.7.6 LTS.

You’ll notice that:

  • We don’t provide and support images for Commercial Editions
  • There are no official Alpine-based images since they appear to be fragile

SonarQube images are available on Docker Hub, and you’ll also find there more details about the configuration.

Enjoy!
Chris

Are there any plans to support Dockers for the Developer and Commercial Editions?

Hey @Christian1,

Colin

In the meantime you can build a Developer Edition Docker image yourself. Just use one of the Dockerfiles from GitHub and change the download URLs of the .zip and its signature.

Here is a git diff of what I did: Dockerfile.txt (1.8 KB)

Works like a charm so far. :smiley: