[bitnami/sonarqube] Release 9.9.4-debian-11-r0 (#56577)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
f3e5b46bc6
commit
2f77a17ae0
|
|
@ -8,13 +8,13 @@ ARG TARGETARCH
|
|||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2024-02-02T18:14:16Z" \
|
||||
org.opencontainers.image.created="2024-02-08T01:56:54Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="9.9.3-debian-11-r8" \
|
||||
org.opencontainers.image.ref.name="9.9.4-debian-11-r0" \
|
||||
org.opencontainers.image.title="sonarqube" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="9.9.3"
|
||||
org.opencontainers.image.version="9.9.4"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -29,7 +29,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
|||
COMPONENTS=( \
|
||||
"postgresql-client-16.1.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"java-17.0.10-13-1-linux-${OS_ARCH}-debian-11" \
|
||||
"sonarqube-9.9.3-3-linux-${OS_ARCH}-debian-11" \
|
||||
"sonarqube-9.9.4-0-linux-${OS_ARCH}-debian-11" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -48,7 +48,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/sonarqube/postunpack.sh
|
||||
ENV APP_VERSION="9.9.3" \
|
||||
ENV APP_VERSION="9.9.4" \
|
||||
BITNAMI_APP_NAME="sonarqube" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/postgresql/bin:/opt/bitnami/java/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -15,6 +15,6 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "9.9.3-3"
|
||||
"version": "9.9.4-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
rolling-tags:
|
||||
- "9"
|
||||
- 9-debian-11
|
||||
- 9.9.3
|
||||
- 9.9.4
|
||||
|
|
|
|||
Loading…
Reference in New Issue