[bitnami/janusgraph] Release 1.1.0-debian-12-r24 (#86771)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-09-30 13:51:31 +02:00 committed by GitHub
parent 2c2fae30ce
commit b79e6b612d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-09-30T09:43:43Z" \
org.opencontainers.image.created="2025-09-30T11:25:13Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/janusgraph/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/janusgraph" \
@ -30,6 +30,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"nss-wrapper-1.1.16-0-linux-${OS_ARCH}-debian-12" \
"yq-4.47.2-0-linux-${OS_ARCH}-debian-12" \
"jre-11.0.28-12-1-linux-${OS_ARCH}-debian-12" \
"janusgraph-1.1.0-3-linux-${OS_ARCH}-debian-12" \
@ -54,7 +55,7 @@ RUN /opt/bitnami/scripts/janusgraph/postunpack.sh
RUN /opt/bitnami/scripts/java/postunpack.sh
ENV APP_VERSION="1.1.0" \
BITNAMI_APP_NAME="janusgraph" \
IMAGE_REVISION="23" \
IMAGE_REVISION="24" \
JAVA_HOME="/opt/bitnami/java"
USER 1001