From 0f473aa248b7b6e784dfc0cc612242e38a01d6c3 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 24 Jun 2022 22:24:44 +0000 Subject: [PATCH] 2.6.1-debian-11-r1 release --- bitnami/haproxy/2/debian-11/Dockerfile | 1 + bitnami/haproxy/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bitnami/haproxy/2/debian-11/Dockerfile b/bitnami/haproxy/2/debian-11/Dockerfile index ce8386f29509..6e41726c56d1 100644 --- a/bitnami/haproxy/2/debian-11/Dockerfile +++ b/bitnami/haproxy/2/debian-11/Dockerfile @@ -5,6 +5,7 @@ ENV HOME="/" \ OS_NAME="linux" COPY prebuildfs / +SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies RUN install_packages ca-certificates curl gzip libc6 libssl1.1 procps tar wget RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/haproxy-dataplaneapi-2.5.3-150-linux-amd64-debian-11.tar.gz && \ diff --git a/bitnami/haproxy/README.md b/bitnami/haproxy/README.md index 38f064cc7d0b..bb66024e04c0 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.1`, `2.6.1-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-haproxy/blob/2.6.1-debian-11-r0/2/debian-11/Dockerfile) +* [`2`, `2-debian-11`, `2.6.1`, `2.6.1-debian-11-r1`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-haproxy/blob/2.6.1-debian-11-r1/2/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/haproxy GitHub repo](https://github.com/bitnami/bitnami-docker-haproxy).