diff --git a/bitnami/arangodb/3.11/debian-12/Dockerfile b/bitnami/arangodb/3.11/debian-12/Dockerfile index 0de97d3148f2..14e425e9a3c2 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-02-19T00:35:03Z" \ + org.opencontainers.image.created="2026-03-21T01:19:50Z" \ 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="23" \ + IMAGE_REVISION="24" \ 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 c4e6f0d51c74..2df5ef826e0c 100644 --- a/bitnami/arangodb/README.md +++ b/bitnami/arangodb/README.md @@ -1,7 +1,5 @@ # Bitnami Secure Image for ArangoDB -## What is ArangoDB? - > ArangoDB is a scalable multi-model database supporting graph, document, and key-value data models. It offers high performance, flexible data modeling, and a powerful query language [Overview of ArangoDB](https://arangodb.com/) @@ -62,6 +60,8 @@ Non-root container images add an extra layer of security and are generally recom ## Configuration +The following section describes how to run commands + ### Running commands To run commands inside this container you can use `docker run`, for example to execute `arangod --help` you can follow the example below: