1
0
mirror of https://github.com/mc1arke/sonarqube-community-branch-plugin.git synced 2024-11-28 08:58:55 +02:00
sonarqube-community-branch-.../.env
2023-12-29 21:54:22 +00:00

9 lines
368 B
Bash

# The Sonarqube base image. 'latest' if building locally, '8.5-community' if targeting a specific version
SONARQUBE_VERSION=10.1-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=1.17.0-SNAPSHOT