mirror of
https://github.com/bitnami/containers.git
synced 2026-02-12 23:27:17 +08:00
[bitnami/janusgraph] Release 1.1.0-debian-12-r27 (#88875)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -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-11-06T13:38:58Z" \
|
||||
org.opencontainers.image.created="2025-12-06T14:05:59Z" \
|
||||
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" \
|
||||
@@ -31,8 +31,8 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_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.48.1-2-linux-${OS_ARCH}-debian-12" \
|
||||
"jre-11.0.29-10-0-linux-${OS_ARCH}-debian-12" \
|
||||
"yq-4.49.2-1-linux-${OS_ARCH}-debian-12" \
|
||||
"jre-11.0.29-12-0-linux-${OS_ARCH}-debian-12" \
|
||||
"janusgraph-1.1.0-3-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -55,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="26" \
|
||||
IMAGE_REVISION="27" \
|
||||
JAVA_HOME="/opt/bitnami/java"
|
||||
|
||||
USER 1001
|
||||
|
||||
Reference in New Issue
Block a user