mirror of
https://github.com/mc1arke/sonarqube-community-branch-plugin.git
synced 2025-02-21 19:20:09 +02:00
9 lines
367 B
Bash
9 lines
367 B
Bash
# The Sonarqube base image. 'latest' if building locally, '8.5-community' if targeting a specific version
|
|
SONARQUBE_VERSION=10.5-community
|
|
|
|
# The name of the Dockerfile to run. 'Dockerfile' is building locally, 'release.Dockerfile' if building the release image
|
|
DOCKERFILE=release.Dockerfile
|
|
|
|
# The version of the plugin to include in the image
|
|
PLUGIN_VERSION=1.20.0
|