From d324e0e0ddaa5b9c75bab08ebc21c9d0ca49f785 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 15 Oct 2025 08:47:04 +0200 Subject: [PATCH] [bitnami/plugin-barman-cloud-sidecar] Release 0.7.0-debian-12-r18 (#87595) Signed-off-by: Bitnami Bot --- bitnami/plugin-barman-cloud-sidecar/0/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/plugin-barman-cloud-sidecar/0/debian-12/Dockerfile b/bitnami/plugin-barman-cloud-sidecar/0/debian-12/Dockerfile index c8d4dfffa5f5..af4397d7cf27 100644 --- a/bitnami/plugin-barman-cloud-sidecar/0/debian-12/Dockerfile +++ b/bitnami/plugin-barman-cloud-sidecar/0/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-15T00:33:00Z" \ + org.opencontainers.image.created="2025-10-15T06:26:17Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/plugin-barman-cloud-sidecar/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/plugin-barman-cloud-sidecar" \ @@ -50,7 +50,7 @@ RUN uninstall_packages curl ENV APP_VERSION="0.7.0" \ BITNAMI_APP_NAME="plugin-barman-cloud-sidecar" \ - IMAGE_REVISION="17" \ + IMAGE_REVISION="18" \ PATH="/opt/bitnami/plugin-barman-cloud/bin:/opt/bitnami/python/bin:$PATH" USER 1001