mirror of
https://github.com/mc1arke/sonarqube-community-branch-plugin.git
synced 2024-11-24 08:42:28 +02:00
9 lines
360 B
Bash
9 lines
360 B
Bash
# The Sonarqube base image. 'latest' if building locally, '8.5-community' if targeting a specific version
|
|
SONARQUBE_VERSION=latest
|
|
|
|
# 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=1.16.0-SNAPSHOT
|