Guidelines and documentation for developers of the SonarQube Docker images.
could not find java in ES_JAVA_HOME at /usr/lib/jvm/java-11-openjdk/bin/java
is a known error message when the container runtime is too old to be aware of the faccessat2
syscall.
This issue is tracked with SONAR-15167 including some worarounds if a update of the container runtime is not possible.
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.