[bitnami/kube-arangodb] Release 1.3.0-debian-12-r7 (#86932)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-10-07 04:06:14 +02:00
committed by GitHub
parent c41c300d4d
commit b3d8e57563
2 changed files with 9 additions and 3 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-07T01:27:00Z" \
org.opencontainers.image.created="2025-10-07T01:57:58Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/kube-arangodb/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kube-arangodb" \
@@ -27,7 +27,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"envoy-1.35.2-0-linux-${OS_ARCH}-debian-12" \
"envoy-1.35.3-0-linux-${OS_ARCH}-debian-12" \
"kube-arangodb-1.3.0-4-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
@@ -46,7 +46,7 @@ RUN uninstall_packages curl
ENV APP_VERSION="1.3.0" \
BITNAMI_APP_NAME="kube-arangodb" \
IMAGE_REVISION="6" \
IMAGE_REVISION="7" \
PATH="/opt/bitnami/envoy/bin:/opt/bitnami/kube-arangodb/bin:$PATH"
ENTRYPOINT [ "/opt/bitnami/kube-arangodb/bin/arangodb_operator" ]

View File

@@ -81,6 +81,12 @@ docker run --rm --name kube-arangodb bitnami/kube-arangodb:latest -- --help
Check the [official ArangoDB Kubernetes Operator documentation](https://docs.arangodb.com) for more information.
### FIPS configuration in Bitnami Secure Images
The Bitnami ArangoDB Kubernetes Operator 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.