[bitnami/haproxy-intel] Release 2.6.4-debian-11-r0 (#3987)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-08-23 01:08:30 +02:00 committed by GitHub
parent 0a25c002e7
commit b32d841330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 11 deletions

View File

@ -6,11 +6,11 @@ ENV HOME="/" \
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="2.6.3-debian-11-r0" \
org.opencontainers.image.ref.name="2.6.4-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/haproxy-intel" \
org.opencontainers.image.title="haproxy-intel" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.6.3"
org.opencontainers.image.version="2.6.4"
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
@ -24,16 +24,16 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
echo "f95fb721441bf02fe10754c5c87400d1877016d5a812d78e60477fe8b948b94c /tmp/bitnami/pkg/cache/haproxy-dataplaneapi-2.6.0-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/haproxy-dataplaneapi-2.6.0-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/haproxy-dataplaneapi-2.6.0-1-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/haproxy-2.6.3-0-linux-amd64-debian-11.tar.gz && \
echo "d3e3605b0fe750c8a1ba6c2ddcdccc96f620790f525e0de6a442bf3720555427 /tmp/bitnami/pkg/cache/haproxy-2.6.3-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/haproxy-2.6.3-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/haproxy-2.6.3-0-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/haproxy-2.6.4-0-linux-amd64-debian-11.tar.gz && \
echo "5faeeed5f47bcf01cb88e2ed3c69d07182373f8d27ee7a3706da2cfcc8b23639 /tmp/bitnami/pkg/cache/haproxy-2.6.4-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/haproxy-2.6.4-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/haproxy-2.6.4-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.3" \
ENV APP_VERSION="2.6.4" \
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": "d3e3605b0fe750c8a1ba6c2ddcdccc96f620790f525e0de6a442bf3720555427",
"digest": "5faeeed5f47bcf01cb88e2ed3c69d07182373f8d27ee7a3706da2cfcc8b23639",
"distro": "debian-11",
"type": "NAMI",
"version": "2.6.3-0"
"version": "2.6.4-0"
},
"haproxy-dataplaneapi": {
"arch": "amd64",

View File

@ -1,5 +1,5 @@
rolling-tags:
- "2"
- "2-debian-11"
- "2.6.3"
- "2.6.4"
- "latest"

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.3`, `2.6.3-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/haproxy-intel/2/debian-11/Dockerfile)
* [`2`, `2-debian-11`, `2.6.4`, `2.6.4-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/haproxy-intel/2/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).