mirror of
https://github.com/mc1arke/sonarqube-community-branch-plugin.git
synced 2026-06-19 22:57:48 +02:00
9 lines
377 B
Bash
9 lines
377 B
Bash
# The Sonarqube base image. 'latest' if building locally, '8.5-community' if targeting a specific version
|
|
SONARQUBE_VERSION=26.5.0.122743-community
|
|
|
|
# The name of the Dockerfile to run. 'Dockerfile' is building locally, 'release.Dockerfile' if building the release image
|
|
DOCKERFILE=Dockerfile
|
|
|
|
# The version of the plugin to include in the image
|
|
PLUGIN_VERSION=26.6.0-SNAPSHOT
|