2.6.1-debian-11-r0 release

This commit is contained in:
Bitnami Bot 2022-06-21 21:58:56 +00:00 committed by Bitnami Containers
parent bc98dc8442
commit a84a099432
3 changed files with 8 additions and 10 deletions

View File

@ -1,6 +1,4 @@
FROM docker.io/bitnami/minideb:bullseye
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV HOME="/" \
OS_ARCH="amd64" \
OS_FLAVOUR="debian-11" \
@ -17,16 +15,16 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
echo "8ebb129789299b720e34ef1d5713f56068e2202e7b0cccc33f8612c6734bc88c /tmp/bitnami/pkg/cache/haproxy-dataplaneapi-2.5.3-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/haproxy-dataplaneapi-2.5.3-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/haproxy-dataplaneapi-2.5.3-150-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/haproxy-2.6.0-150-linux-amd64-debian-11.tar.gz && \
echo "5c3ca28ed9dc4bc8e7cc5ce1fac3a34f8c26bd105ccb564c7cb071efcaf7d771 /tmp/bitnami/pkg/cache/haproxy-2.6.0-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/haproxy-2.6.0-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/haproxy-2.6.0-150-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/haproxy-2.6.1-0-linux-amd64-debian-11.tar.gz && \
echo "c04a97312515995bfa7fc384244aa68b36c0fd13d9ce4b64512f2e8b0619c60b /tmp/bitnami/pkg/cache/haproxy-2.6.1-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/haproxy-2.6.1-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/haproxy-2.6.1-0-linux-amd64-debian-11.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
RUN ln -s /opt/bitnami/common/lib/engines-1.1/* /usr/lib/x86_64-linux-gnu/engines-1.1/
ENV APP_VERSION="2.6.0" \
ENV APP_VERSION="2.6.1" \
BITNAMI_APP_NAME="haproxy-intel" \
PATH="/opt/bitnami/haproxy-dataplaneapi/bin:/opt/bitnami/haproxy/sbin:$PATH"

View File

@ -1,10 +1,10 @@
{
"haproxy": {
"arch": "amd64",
"digest": "5c3ca28ed9dc4bc8e7cc5ce1fac3a34f8c26bd105ccb564c7cb071efcaf7d771",
"digest": "c04a97312515995bfa7fc384244aa68b36c0fd13d9ce4b64512f2e8b0619c60b",
"distro": "debian-11",
"type": "NAMI",
"version": "2.6.0-150"
"version": "2.6.1-0"
},
"haproxy-dataplaneapi": {
"arch": "amd64",

View File

@ -35,7 +35,7 @@ Optimized containers fully leverage 3rd gen Intel(R) Xeon(R) Scalable Processor
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.0`, `2.6.0-debian-11-r6`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-haproxy-intel/blob/2.6.0-debian-11-r6/2/debian-11/Dockerfile)
* [`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-intel/blob/2.6.1-debian-11-r0/2/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/haproxy-intel GitHub repo](https://github.com/bitnami/bitnami-docker-haproxy-intel).