lequal/sonarqube!CI badge !CD badge
Docker image for SonarQube with pre-configured plugins and settings by CNES dedicated to Continuous Integration.
This image is a pre-configured SonarQube server image derived from Docker-CAT. It contains the same plugins and the same rules for code analysis. It is based on the LTS version of SonarQube.
SonarQube itself is an open source project on GitHub: SonarSource/sonarqube.
For versions and changelog: GitHub Releases.
This image is based on the official SonarQube LTS image, namely sonarqube:9.9.6-community, and offers additional features.
Additional features are:
This image is made to be used in conjunction with a pre-configured sonar-scanner image that embeds all necessary tools: cnescatlab/sonar-scanner. It is, however, not mandatory to use it.
It is a normal docker image. Thus, it can be built with the following commands.
sh# from the root of the project $ docker build -t lequal/sonarqube .
To then run a container with this image see the user guide.
To run the tests and create your own ones see the test documentation.
This image is available on Docker Hub: lequal/sonarqube.
Since inception, this image has been designed to be used in production. Thus, leaving the default admin password (namely "admin") will never be an option. To this extent, a new password for the admin account shall be given by setting the environment variable SONARQUBE_ADMIN_PASSWORD.
:warning: :rotating_light: The container will fail to run if SONARQUBE_ADMIN_PASSWORD is empty or equal to "admin".
To run the image locally:
sh# Recommended options $ docker run --name lequalsonarqube \ --rm \ -p 9000:9000 \ -e SONARQUBE_ADMIN_PASSWORD="admin password of your choice" \ lequal/sonarqube:latest # To stop (and remove) the container Ctrl-C # or $ docker container stop lequalsonarqube
By default, SonarQube uses an embedded database that can be used for tests but in production using an external database for data persistency is mandatory. The docker-compose.yml file shows an example of how to configure an external postgres database. It can be run with:
sh$ docker-compose up -d # To set variables when running the containers $ LEQUAL_SONARQUBE_VERSION=1.0.0 POSTGRES_PASSWD=secret-passwd SONARQUBE_ADMIN_PASSWORD="a password" docker-compose up -d
With an external database, the data used by SonarQube is stored outside of the container. It means that the container may be stopped, restarted, removed and recreated at will.
| SonarQube plugin | Version | URL |
|---|---|---|
| Ansible Lint | 2.5.1 | <[***]> |
| C++ (Community) | 2.1.1 (build 488) | <[***]> |
| Checkstyle | 10.17.0 | <[***]> |
| Clover | 4.1 | <[***]> |
| Cobertura | 2.0 | <[***]> |
| Community Branch Plugin | 1.14.0 | <[***]> |
| Findbugs | 4.2.9 | <[***]> |
| PMD | 3.4.0 | <[***]> |
| ShellCheck Analyzer | 2.5.0 | <[***]> |
| Sonar i-Code CNES plugin | 3.1.1 | <[***]> |
| SonarQube CNES Report | 4.3.0 | <[***]> |
| SonarTS | 2.1 (build 4362) | <[***]> |
| VHDLRC | 3.4 | <[***]> |
| YAML Analyzer | 1.9.1 | <[***]> |
To update this list run the following script:
shwhile IFS='|' read -r plugin version url do if [ "$url" = "null" ]; then url="n/a"; fi printf "| %.60s| %.25s| %.75s|\n" "$plugin " "$version " "$url " done < <(curl -u MY_TOKEN: -s http://localhost:9000/api/plugins/installed | jq -r '.plugins[] | "\(.name)|\(.version)|\(.homepageUrl)"') # With `MY_TOKEN` your SonarQube personal token.
It is advised to set the property sonar.core.serverBaseURL in /admin/settings for the links posted in PR comments and mail to work.
If you experienced a problem with the image please open an issue. Inside this issue please explain us how to reproduce this issue and paste the log.
If you want to do a PR, please put inside of it the reason of this pull request. If this pull request fixes an issue please insert the number of the issue or explain inside of the PR how to reproduce this issue.
All details are available in CONTRIBUTING.
Bugs and feature requests: issues
To contribute to the project, read this about CATLab's workflows for Docker images.
Licensed under the GNU General Public License, Version 3.0
This project is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
在 Linux 系统配置镜像服务
在 Docker Desktop 配置镜像
Docker Compose 项目配置
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
MacOS OrbStack 容器配置
在宝塔面板一键配置镜像
Synology 群晖 NAS 配置
飞牛 fnOS 系统配置镜像
极空间 NAS 系统配置服务
爱快 iKuai 路由系统配置
绿联 NAS 系统配置镜像
QNAP 威联通 NAS 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
无需登录使用专属域名
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
免费版仅支持 Docker Hub 访问,不承诺可用性和速度;专业版支持更多镜像源,保证可用性和稳定速度,提供优先客服响应。
专业版支持 docker.io、gcr.io、ghcr.io、registry.k8s.io、nvcr.io、quay.io、mcr.microsoft.com、docker.elastic.co 等;免费版仅支持 docker.io。
当返回 402 Payment Required 错误时,表示流量已耗尽,需要充值流量包以恢复服务。
通常由 Docker 版本过低导致,需要升级到 20.x 或更高版本以支持 V2 协议。
先检查 Docker 版本,版本过低则升级;版本正常则验证镜像信息是否正确。
使用 docker tag 命令为镜像打上新标签,去掉域名前缀,使镜像名称更简洁。
来自真实用户的反馈,见证轩辕镜像的优质服务