From 6aef6d10866d3677da0a006be5f323307030781b Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 24 Feb 2025 19:23:23 +0100 Subject: [PATCH] [bitnami/kube-arangodb] Release kube-arangodb-1.2.46-debian-12-r0 (#78334) Signed-off-by: Bitnami Bot --- bitnami/kube-arangodb/1/debian-12/Dockerfile | 15 ++++++--------- .../opt/bitnami/.bitnami_components.json | 2 +- bitnami/kube-arangodb/1/debian-12/tags-info.yaml | 2 +- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/bitnami/kube-arangodb/1/debian-12/Dockerfile b/bitnami/kube-arangodb/1/debian-12/Dockerfile index f07a524d46da..4062998c40ae 100644 --- a/bitnami/kube-arangodb/1/debian-12/Dockerfile +++ b/bitnami/kube-arangodb/1/debian-12/Dockerfile @@ -8,18 +8,17 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-02-21T15:57:18Z" \ + org.opencontainers.image.created="2025-02-24T17:58:43Z" \ 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.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="1.2.45-debian-12-r0" \ + org.opencontainers.image.ref.name="1.2.46-debian-12-r0" \ 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.2.45" + org.opencontainers.image.version="1.2.46" -ENV HOME="/" \ - OS_ARCH="${TARGETARCH:-amd64}" \ +ENV OS_ARCH="${TARGETARCH:-amd64}" \ OS_FLAVOUR="debian-12" \ OS_NAME="linux" @@ -30,7 +29,7 @@ RUN install_packages ca-certificates curl procps RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ COMPONENTS=( \ "envoy-1.33.0-1-linux-${OS_ARCH}-debian-12" \ - "kube-arangodb-1.2.45-0-linux-${OS_ARCH}-debian-12" \ + "kube-arangodb-1.2.46-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -44,12 +43,10 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ RUN apt-get autoremove --purge -y curl && \ apt-get update && apt-get upgrade -y && \ apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives -RUN useradd -r -u 1001 -g root kube-arangodb RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true -ENV APP_VERSION="1.2.45" \ +ENV APP_VERSION="1.2.46" \ BITNAMI_APP_NAME="kube-arangodb" \ PATH="/opt/bitnami/envoy/bin:/opt/bitnami/kube-arangodb/bin:$PATH" -USER 1001 ENTRYPOINT [ "/opt/bitnami/kube-arangodb/bin/arangodb_operator" ] diff --git a/bitnami/kube-arangodb/1/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/kube-arangodb/1/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json index f51be421f537..98f025b845f1 100644 --- a/bitnami/kube-arangodb/1/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/kube-arangodb/1/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json @@ -9,6 +9,6 @@ "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "1.2.45-0" + "version": "1.2.46-0" } } \ No newline at end of file diff --git a/bitnami/kube-arangodb/1/debian-12/tags-info.yaml b/bitnami/kube-arangodb/1/debian-12/tags-info.yaml index 5287e3760a79..6e0b081ca7df 100644 --- a/bitnami/kube-arangodb/1/debian-12/tags-info.yaml +++ b/bitnami/kube-arangodb/1/debian-12/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "1" - 1-debian-12 -- 1.2.45 +- 1.2.46 - latest