[bitnami/kube-arangodb] Release 1.3.2-debian-12-r0 (#88477)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-11-20 14:12:39 +01:00 committed by GitHub
parent 87e9e63dad
commit eac89626db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -7,13 +7,13 @@ 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-11-06T02:16:19Z" \
org.opencontainers.image.created="2025-11-20T13:02:51Z" \
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" \
org.opencontainers.image.title="kube-arangodb" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="1.3.1"
org.opencontainers.image.version="1.3.2"
ENV OS_ARCH="${TARGETARCH:-amd64}" \
OS_FLAVOUR="debian-12" \
@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"envoy-1.36.2-0-linux-${OS_ARCH}-debian-12" \
"kube-arangodb-1.3.1-3-linux-${OS_ARCH}-debian-12" \
"kube-arangodb-1.3.2-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -44,9 +44,9 @@ RUN apt-get update && apt-get upgrade -y && \
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
RUN uninstall_packages curl
ENV APP_VERSION="1.3.1" \
ENV APP_VERSION="1.3.2" \
BITNAMI_APP_NAME="kube-arangodb" \
IMAGE_REVISION="5" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/envoy/bin:/opt/bitnami/kube-arangodb/bin:$PATH"
ENTRYPOINT [ "/opt/bitnami/kube-arangodb/bin/arangodb_operator" ]

View File

@ -2,7 +2,7 @@
## What is ArangoDB Kubernetes Operator?
> kube-arangodb is a Kubernetes Operator that manages ArangoDB clusters, ensuring automatic deployment, scaling, and healing of database instances.
> kube-arangodb is a Kubernetes Operator that manages ArangoDB clusters, ensuring automatic deployment, scaling, and healing of database instances
[Overview of ArangoDB Kubernetes Operator](https://arangodb.com/)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.