From 1ae85f9629ba41cf570df7bdf10eede5cb81554d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 7 Oct 2022 03:02:20 +0200 Subject: [PATCH] [bitnami/haproxy] Release 2.6.6-debian-11-r5 (#9204) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/haproxy/2/debian-11/Dockerfile | 15 ++++++++------- .../opt/bitnami/.bitnami_components.json | 8 ++++---- bitnami/haproxy/README.md | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/bitnami/haproxy/2/debian-11/Dockerfile b/bitnami/haproxy/2/debian-11/Dockerfile index e4171f3df2a3..92380554cf08 100644 --- a/bitnami/haproxy/2/debian-11/Dockerfile +++ b/bitnami/haproxy/2/debian-11/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="2.6.6-debian-11-r4" \ + org.opencontainers.image.ref.name="2.6.6-debian-11-r5" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/haproxy" \ org.opencontainers.image.title="haproxy" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -20,13 +20,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies RUN install_packages ca-certificates curl libssl1.1 procps RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ - for COMPONENT in \ - "haproxy-dataplaneapi-2.6.1-0-linux-${OS_ARCH}-debian-11" \ - "haproxy-2.6.6-0-linux-${OS_ARCH}-debian-11" ; \ - do \ + COMPONENTS=( \ + "haproxy-dataplaneapi-2.6.1-1-linux-${OS_ARCH}-debian-11" \ + "haproxy-2.6.6-1-linux-${OS_ARCH}-debian-11" \ + ) && \ + for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz -O ; \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256 -O ; \ + curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz" -O ; \ + curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256" -O ; \ fi && \ sha256sum -c "${COMPONENT}.tar.gz.sha256" && \ tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ diff --git a/bitnami/haproxy/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/haproxy/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 348b7802a064..b043d146a9e9 100644 --- a/bitnami/haproxy/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/haproxy/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,16 +1,16 @@ { "haproxy": { "arch": "amd64", - "digest": "fa6897d77c09a03a75d6aff725bc9f4a18509b48d734c4296053fe4bb96a7652", + "digest": "70f84825705a2f97fb766d5a712100596b9933eea498877d6d219799bd13e861", "distro": "debian-11", "type": "NAMI", - "version": "2.6.6-0" + "version": "2.6.6-1" }, "haproxy-dataplaneapi": { "arch": "amd64", - "digest": "1173f5fc7788f9c89051806c858f9d0e74ff707f2bcd08ca0ea3be44407ec0be", + "digest": "d81f5879f8f319d586947d6263c7045e71790cf277f9b0cec8510f541ff14664", "distro": "debian-11", "type": "NAMI", - "version": "2.6.1-0" + "version": "2.6.1-1" } } \ No newline at end of file diff --git a/bitnami/haproxy/README.md b/bitnami/haproxy/README.md index 5248356b9f80..a12d9be0c928 100644 --- a/bitnami/haproxy/README.md +++ b/bitnami/haproxy/README.md @@ -28,7 +28,7 @@ $ docker run --name haproxy bitnami/haproxy:latest Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`2`, `2-debian-11`, `2.6.6`, `2.6.6-debian-11-r4`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/haproxy/2/debian-11/Dockerfile) +* [`2`, `2-debian-11`, `2.6.6`, `2.6.6-debian-11-r5`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/haproxy/2/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).