Docker-sonarqube: Provide a docker image for SonarQube community edition

Created on 21 Nov 2018  路  1Comment  路  Source: SonarSource/docker-sonarqube

See also https://jira.sonarsource.com/browse/MMF-1449

Sub-tasks

Required to create public PRs:

SonarQube public documentation:

SonarSource internal documentation, etc:

  • [x] Document how to release a new version
  • [x] Add to SonarQube release process a step to update Docker images
  • [x] Add open PRs to Platform Team's wallboard widget
  • [x] (optional) Do a triage of existing GitHub PRs
  • [x] (optional) Do a triage of existing GitHub Issues
  • [x] (optional) Notify current threads of the availability of the new images and docs

Most helpful comment

The new images were released. You can give them a spin with, for example:

docker pull sonarqube
docker run -p 9000:9000 sonarqube  # runs latest: 7.4
docker run -p 9000:9000 sonarqube:6.7.6-community

>All comments

The new images were released. You can give them a spin with, for example:

docker pull sonarqube
docker run -p 9000:9000 sonarqube  # runs latest: 7.4
docker run -p 9000:9000 sonarqube:6.7.6-community
Was this page helpful?
0 / 5 - 0 ratings