mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 14:58:17 +08:00
[bitnami/sonarqube] Release 8.9.10-debian-11-r55 (#29281)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user