]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS Replace docker image reference with latest
authorOlivier Korach <olivier.korach@gmail.com>
Fri, 26 Mar 2021 10:06:36 +0000 (11:06 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 8 Apr 2021 20:03:55 +0000 (20:03 +0000)
server/sonar-docs/src/pages/setup/install-cluster.md
server/sonar-docs/src/pages/setup/install-server.md

index de453f4bf83ca1832fd83ec5e51707563cd82e26..05400cff104102d508e7f0010ae7625ba202fb42 100644 (file)
@@ -248,7 +248,7 @@ You'll use the following volumes in your configuration:
 |
 |services:
 |  sonarqube:
-|    image: sonarqube:8.6-datacenter-app
+|    image: sonarqube:datacenter-app
 |    depends_on:
 |      - db
 |      - search-1
@@ -272,7 +272,7 @@ You'll use the following volumes in your configuration:
 |      - sonarqube_extensions:/opt/sonarqube/extensions
 |      - sonarqube_logs:/opt/sonarqube/logs
 |  search-1:
-|    image: sonarqube:8.6-datacenter-search
+|    image: sonarqube:datacenter-search
 |    hostname: "search-1"
 |    depends_on:
 |      - db
index 0105068adc1ea7d8254d9f7432eced8b7fa5ebf6..63ae8e2cffb3bf93f2c913094a6cf3795d069be2 100644 (file)
@@ -238,7 +238,7 @@ If you're using [Docker Compose](https://docs.docker.com/compose/), use the foll
 | 
 | services:
 |   sonarqube:
-|     image: sonarqube:8-community
+|     image: sonarqube:community
 |     depends_on:
 |       - db
 |     environment: