[bitnami/kube-arangodb] Release 1.4.2-debian-12-r0 (#92312)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-04-09 00:10:18 +02:00
committed by GitHub
parent d0d546af58
commit 989c0d6a46
+5 -5
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="2026-04-08T04:10:51Z" \
org.opencontainers.image.created="2026-04-08T21:57:32Z" \
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.4.1"
org.opencontainers.image.version="1.4.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.37.1-0-linux-${OS_ARCH}-debian-12" \
"kube-arangodb-1.4.1-4-linux-${OS_ARCH}-debian-12" \
"kube-arangodb-1.4.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.4.1" \
ENV APP_VERSION="1.4.2" \
BITNAMI_APP_NAME="kube-arangodb" \
IMAGE_REVISION="7" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/envoy/bin:/opt/bitnami/kube-arangodb/bin:$PATH"
ENTRYPOINT [ "/opt/bitnami/kube-arangodb/bin/arangodb_operator" ]