From 4ec634780356b4e8adb7d28dcad6b041814743f2 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 13 Aug 2025 18:22:52 +0200 Subject: [PATCH] [bitnami/haproxy] Release 3.2.4-debian-12-r0 (#85204) Signed-off-by: Bitnami Bot --- bitnami/haproxy/3/debian-12/Dockerfile | 8 ++++---- .../prebuildfs/opt/bitnami/.bitnami_components.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/haproxy/3/debian-12/Dockerfile b/bitnami/haproxy/3/debian-12/Dockerfile index 432814b71e36..a832fd04b00f 100644 --- a/bitnami/haproxy/3/debian-12/Dockerfile +++ b/bitnami/haproxy/3/debian-12/Dockerfile @@ -8,13 +8,13 @@ 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-08-13T14:42:35Z" \ + org.opencontainers.image.created="2025-08-13T15:58:09Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/haproxy/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/haproxy" \ org.opencontainers.image.title="haproxy" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="3.2.3" + org.opencontainers.image.version="3.2.4" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "haproxy-3.2.3-4-linux-${OS_ARCH}-debian-12" \ + "haproxy-3.2.4-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -46,7 +46,7 @@ RUN chmod g+rwX /opt/bitnami RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true RUN uninstall_packages curl -ENV APP_VERSION="3.2.3" \ +ENV APP_VERSION="3.2.4" \ BITNAMI_APP_NAME="haproxy" \ PATH="/opt/bitnami/haproxy-dataplaneapi/bin:/opt/bitnami/haproxy/sbin:/opt/bitnami/lua/bin:$PATH" diff --git a/bitnami/haproxy/3/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/haproxy/3/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json index 665ca843551e..5547bbf1c028 100644 --- a/bitnami/haproxy/3/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/haproxy/3/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json @@ -3,6 +3,6 @@ "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "3.2.3-4" + "version": "3.2.4-0" } } \ No newline at end of file