From b03e3b2da790e1aefef4f1dfd90b9f1473b2b00d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 21 May 2026 03:52:36 +0200 Subject: [PATCH] [bitnami/arangodb] Release 3.11.14-debian-12-r29 (#93530) Signed-off-by: Bitnami Bot --- bitnami/arangodb/3.11/debian-12/Dockerfile | 4 ++-- bitnami/arangodb/README.md | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/bitnami/arangodb/3.11/debian-12/Dockerfile b/bitnami/arangodb/3.11/debian-12/Dockerfile index 865c5f9867ad..952622343799 100644 --- a/bitnami/arangodb/3.11/debian-12/Dockerfile +++ b/bitnami/arangodb/3.11/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-05-17T06:32:16Z" \ + org.opencontainers.image.created="2026-05-21T00:45:10Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/arangodb/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/arangodb" \ @@ -59,7 +59,7 @@ RUN uninstall_packages curl ENV APP_VERSION="3.11.14" \ BITNAMI_APP_NAME="arangodb" \ - IMAGE_REVISION="28" \ + IMAGE_REVISION="29" \ PATH="/opt/bitnami/arangodb/sbin:/opt/bitnami/arangodb/bin:$PATH" EXPOSE 8529 diff --git a/bitnami/arangodb/README.md b/bitnami/arangodb/README.md index 8c905d8a73a5..85004f0395f3 100644 --- a/bitnami/arangodb/README.md +++ b/bitnami/arangodb/README.md @@ -11,6 +11,14 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema docker run --name arangodb bitnami/arangodb: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/arangodb/docker-compose.yml](https://github.com/bitnami/containers/tree/main/bitnami/arangodb/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/kube-arangodb). + ## 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?