From 0f2b6ab691309b3b68159f44abbabdb0defc6040 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 8 May 2026 22:52:40 +0200 Subject: [PATCH] [bitnami/janusgraph] Release 1.1.0-debian-12-r36 (#93003) Signed-off-by: Bitnami Bot --- bitnami/janusgraph/1/debian-12/Dockerfile | 8 ++++---- bitnami/janusgraph/README.md | 8 ++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/bitnami/janusgraph/1/debian-12/Dockerfile b/bitnami/janusgraph/1/debian-12/Dockerfile index 6135a21cd363..10ee0f67b457 100644 --- a/bitnami/janusgraph/1/debian-12/Dockerfile +++ b/bitnami/janusgraph/1/debian-12/Dockerfile @@ -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="2026-04-08T19:18:44Z" \ + org.opencontainers.image.created="2026-05-08T20:15:06Z" \ 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.52.5-1-linux-${OS_ARCH}-debian-12" \ - "jre-11.0.30-9-1-linux-${OS_ARCH}-debian-12" \ + "yq-4.53.2-1-linux-${OS_ARCH}-debian-12" \ + "jre-11.0.31-11-1-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="35" \ + IMAGE_REVISION="36" \ JAVA_HOME="/opt/bitnami/java" USER 1001 diff --git a/bitnami/janusgraph/README.md b/bitnami/janusgraph/README.md index 748c502eba31..ea0ce6641602 100644 --- a/bitnami/janusgraph/README.md +++ b/bitnami/janusgraph/README.md @@ -11,6 +11,14 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema docker run --name janusgraph bitnami/janusgraph:latest ``` +## Using `docker-compose.yml` + +The docker-compose.yaml file of this container can be found in the [Bitnami Containers repository](https://github.com/bitnami/containers/). + +[https://github.com/bitnami/containers/tree/main/bitnami/janusgraph/docker-compose.yml](https://github.com/bitnami/containers/tree/main/bitnami/janusgraph/docker-compose.yml) + +Please be aware this file has not undergone internal testing. Consequently, we advise its use exclusively for development or testing purposes. For production-ready deployments, we highly recommend utilizing its associated [Bitnami Helm chart](https://github.com/bitnami/charts/tree/main/bitnami/janusgraph). + ## Why use Bitnami Secure Images? Those are hardened, minimal CVE images built and maintained by Bitnami. Bitnami Secure Images are based on the cloud-optimized, security-hardened enterprise [OS Photon Linux](https://vmware.github.io/photon/). Why choose BSI images?