[bitnami/janusgraph] Release 1.1.0-debian-12-r36 (#93003)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
fd355155f9
commit
0f2b6ab691
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Reference in New Issue