Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 926 Bytes

develop.md

File metadata and controls

36 lines (21 loc) · 926 Bytes

Guidelines and documentation for developers of the SonarQube Docker images.

Adding images for a new version of SQ

New major version

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.

New non-major version

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.

Release process

Go here

Deprecated

More information in deprecated processes/pipelines.