[bitnami/arangodb] Release 3.11.14-debian-12-r6 (#86905)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-10-07 03:41:06 +02:00 committed by GitHub
parent b7f1a765d6
commit cfad9ed6e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 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="2025-09-07T00:20:27Z" \
org.opencontainers.image.created="2025-10-07T00:44: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="5" \
IMAGE_REVISION="6" \
PATH="/opt/bitnami/arangodb/sbin:/opt/bitnami/arangodb/bin:$PATH"
EXPOSE 8529

View File

@ -81,6 +81,12 @@ docker run --rm --name arangodb bitnami/arangodb:latest -- --help
Check the [official ArangoDB documentation](https://docs.arangodb.com) for more information.
### FIPS configuration in Bitnami Secure Images
The Bitnami ArangoDB Docker image from the [Bitnami Secure Images](https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables:
- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`.
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.