From 0287cd22c5b93cc64a9718e6bb1dfa5f1f2f5b3d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 5 May 2022 16:39:08 +0000 Subject: [PATCH] 2.5.6-debian-10-r9 release --- bitnami/haproxy/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bitnami/haproxy/README.md b/bitnami/haproxy/README.md index ed6d686385d9..c5ba6122aee1 100644 --- a/bitnami/haproxy/README.md +++ b/bitnami/haproxy/README.md @@ -28,7 +28,8 @@ $ 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-10`, `2.5.6`, `2.5.6-debian-10-r8`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-haproxy/blob/2.5.6-debian-10-r8/2/debian-10/Dockerfile) +* [`2`, `2-debian-11`, `2.5.6`, `2.5.6-debian-11-r-1`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-haproxy/blob/2.5.6-debian-11-r-1/2/debian-11/Dockerfile) +* [`2`, `2-debian-10`, `2.5.6`, `2.5.6-debian-10-r9`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-haproxy/blob/2.5.6-debian-10-r9/2/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/haproxy GitHub repo](https://github.com/bitnami/bitnami-docker-haproxy). @@ -49,7 +50,7 @@ $ docker pull bitnami/haproxy:[TAG] If you wish, you can also build the image yourself. ```console -$ docker build -t bitnami/haproxy:latest 'https://github.com/bitnami/bitnami-docker-haproxy.git#master:2/debian-10' +$ docker build -t bitnami/haproxy:latest 'https://github.com/bitnami/bitnami-docker-haproxy.git#master:2/debian-11'$ docker build -t bitnami/haproxy:latest 'https://github.com/bitnami/bitnami-docker-haproxy.git#master:2/debian-10' ``` ## Why use a non-root container?