From 60aff8a1bfadd602e0751f1d7cc1b4c6d75f58e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Cotineau?= Date: Tue, 7 Feb 2023 23:17:24 +0100 Subject: [PATCH] SonarQube document the LTS tag and Arm64 support (#2279) --- sonarqube/content.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sonarqube/content.md b/sonarqube/content.md index 03386a25d..4d9138ff2 100644 --- a/sonarqube/content.md +++ b/sonarqube/content.md @@ -27,10 +27,14 @@ To quickly run a demo instance, see Using Docker on the [Try Out SonarQube](http ## Installation +> **Multi-platform support**: Starting from SonarQube `9.9` LTS, the docker images support running both on `amd64` architecture and `arm64`-based Apple Silicon (M1). + For installation instructions, see Installing the Server from the Docker Image on the [Install the Server](https://docs.sonarqube.org/latest/setup/install-server/) page. To run a cluster with the Data Center Edition, please refer to Installing SonarQube from the Docker Image on the [Install the Server as a Cluster](https://docs.sonarqube.org/latest/setup/install-cluster/) page. +> The `lts` tag on Docker images is replaced with every new LTS release. If you want to avoid any automatic major upgrades, we recommend using the corresponding `9.9-` tag instead of `lts-`. + ## Configuration ### Database