Guidelines and documentation for developers of the SonarQube Docker images.
Create a new subdirectory with the major version number in the root directory of the repository with a sub directory for each supported edition, eg.:
mkdir -p 9/community 9/developer 9/enterprise
Each edition directory will contain a single Dockerfile.
As of today, we publish only a single version of SQ for a given major version in the "master" branch.
No new image is therefor created for non-major versions of SQ. Instead, existing images are updated.
Docker images of older intermediate versions are accessible via tags.
Go here
More information in deprecated processes/pipelines.