From 117284ae71a77f42435b01678efd95b16aeb51a2 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 12 Mar 2026 12:16:46 +0100 Subject: [PATCH] [bitnami/janusgraph] Release 1.1.0-debian-12-r34 (#91539) Signed-off-by: Bitnami Bot --- bitnami/janusgraph/1/debian-12/Dockerfile | 6 +++--- bitnami/janusgraph/README.md | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/bitnami/janusgraph/1/debian-12/Dockerfile b/bitnami/janusgraph/1/debian-12/Dockerfile index 8502435e2ceb..f8f0fdc0dbaf 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-02-19T02:05:31Z" \ + org.opencontainers.image.created="2026-03-12T10:29:25Z" \ 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,7 +31,7 @@ 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.4-0-linux-${OS_ARCH}-debian-12" \ + "yq-4.52.4-1-linux-${OS_ARCH}-debian-12" \ "jre-11.0.30-9-1-linux-${OS_ARCH}-debian-12" \ "janusgraph-1.1.0-3-linux-${OS_ARCH}-debian-12" \ ) ; \ @@ -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="33" \ + IMAGE_REVISION="34" \ JAVA_HOME="/opt/bitnami/java" USER 1001 diff --git a/bitnami/janusgraph/README.md b/bitnami/janusgraph/README.md index 957d466441fe..ae155422fcc1 100644 --- a/bitnami/janusgraph/README.md +++ b/bitnami/janusgraph/README.md @@ -1,7 +1,5 @@ # Bitnami Secure Image for JanusGraph -## What is JanusGraph? - > JanusGraph is a scalable graph database optimized for storing and querying graphs containing hundreds of billions of vertices and edges distributed across a multi-machine cluster. [Overview of JanusGraph](https://janusgraph.org/) @@ -58,8 +56,12 @@ docker build -t bitnami/APP:latest . ## Configuration +The following section describes the supported environment variables + ### Environment variables +The following tables list the main variables you can set. + #### Customizable environment variables | Name | Description | Default Value |