From 617e8930037d60242a37c5c28867c95f043b8047 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 8 Oct 2025 03:33:57 +0200 Subject: [PATCH] [bitnami/kube-arangodb] Release 1.3.1-debian-12-r1 (#87197) Signed-off-by: Bitnami Bot --- bitnami/kube-arangodb/1/debian-12/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/kube-arangodb/1/debian-12/Dockerfile b/bitnami/kube-arangodb/1/debian-12/Dockerfile index 5f396a126397..c097e2e401b8 100644 --- a/bitnami/kube-arangodb/1/debian-12/Dockerfile +++ b/bitnami/kube-arangodb/1/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="2025-10-07T17:06:53Z" \ + org.opencontainers.image.created="2025-10-08T01:04:09Z" \ 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" \ @@ -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.35.3-0-linux-${OS_ARCH}-debian-12" \ - "kube-arangodb-1.3.1-0-linux-${OS_ARCH}-debian-12" \ + "kube-arangodb-1.3.1-1-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -46,7 +46,7 @@ RUN uninstall_packages curl ENV APP_VERSION="1.3.1" \ BITNAMI_APP_NAME="kube-arangodb" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/envoy/bin:/opt/bitnami/kube-arangodb/bin:$PATH" ENTRYPOINT [ "/opt/bitnami/kube-arangodb/bin/arangodb_operator" ]