[bitnami/arangodb] Release 3.11.14-debian-12-r24 (#91768)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-03-21 02:28:59 +01:00
committed by GitHub
parent 028ed5b279
commit 4bbad6f881
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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: