[bitnami/janusgraph] Release 1.1.0-debian-12-r34 (#91539)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
010686735d
commit
117284ae71
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Reference in New Issue