2.5.1-debian-10-r2 release

This commit is contained in:
Bitnami Bot 2022-01-14 16:40:03 +00:00
parent e8083c4c37
commit 74d247a5a9
2 changed files with 4 additions and 2 deletions

View File

@ -17,10 +17,12 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
echo "d83641b43316713cdc8eaef1736266a6cddc1e7a1b0970d45fe3ab81aedd25e4 /tmp/bitnami/pkg/cache/haproxy-2.5.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/haproxy-2.5.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/haproxy-2.5.1-0-linux-amd64-debian-10.tar.gz
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="haproxy" \
BITNAMI_IMAGE_VERSION="2.5.1-debian-10-r1" \
BITNAMI_IMAGE_VERSION="2.5.1-debian-10-r2" \
PATH="/opt/bitnami/haproxy-dataplaneapi/bin:/opt/bitnami/haproxy/sbin:$PATH"
USER 1001

View File

@ -31,7 +31,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-10`, `2.5.1`, `2.5.1-debian-10-r1`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-haproxy/blob/2.5.1-debian-10-r1/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.5.1`, `2.5.1-debian-10-r2`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-haproxy/blob/2.5.1-debian-10-r2/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/haproxy GitHub repo](https://github.com/bitnami/bitnami-docker-haproxy).