[bitnami/sonarqube] Release 9.9.0-debian-11-r18 (#29280)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-04-04 18:52:58 +02:00
committed by GitHub
parent a76e4d2851
commit e652578782
2 changed files with 3 additions and 2 deletions

View File

@@ -4,10 +4,10 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-04-01T15:00:46Z" \
org.opencontainers.image.created="2023-04-04T15:52:13Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="9.9.0-debian-11-r17" \
org.opencontainers.image.ref.name="9.9.0-debian-11-r18" \
org.opencontainers.image.title="sonarqube" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="9.9.0"

View File

@@ -87,6 +87,7 @@ export SONARQUBE_LOG_FILE="${SONARQUBE_LOGS_DIR}/sonar.log"
export SONARQUBE_TMP_DIR="${SONARQUBE_BASE_DIR}/temp"
export SONARQUBE_PID_FILE="${SONARQUBE_BASE_DIR}/pids/SonarQube.pid"
export SONARQUBE_BIN_DIR="${SONARQUBE_BASE_DIR}/bin/linux-x86-64"
export PATH="${BITNAMI_ROOT_DIR}/java/bin:${PATH}"
# SonarQube persistence configuration
export SONARQUBE_VOLUME_DIR="${BITNAMI_VOLUME_DIR}/sonarqube"