[bitnami/sonarqube] Release 8.9.10-debian-11-r55 (#29281)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-04-04 18:56:38 +02:00
committed by GitHub
parent 647ed3d970
commit 828191c422
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-01T13:41:43Z" \
org.opencontainers.image.created="2023-04-04T15:46:52Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="8.9.10-debian-11-r54" \
org.opencontainers.image.ref.name="8.9.10-debian-11-r55" \
org.opencontainers.image.title="sonarqube" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="8.9.10"

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"