[bitnami/haproxy-intel] Release 2.6.6-debian-11-r0 (#7558)

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-09-23 11:50:19 +02:00 committed by GitHub
parent 6f30d10658
commit bd47258cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 16 deletions

View File

@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="2.6.5-debian-11-r6" \
org.opencontainers.image.ref.name="2.6.6-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.5"
org.opencontainers.image.version="2.6.6"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -36,19 +36,19 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
tar -zxf haproxy-dataplaneapi-2.6.1-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf haproxy-dataplaneapi-2.6.1-0-linux-${OS_ARCH}-debian-11.tar.gz haproxy-dataplaneapi-2.6.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f haproxy-2.6.5-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/haproxy-2.6.5-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/haproxy-2.6.5-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
if [ ! -f haproxy-2.6.6-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/haproxy-2.6.6-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/haproxy-2.6.6-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
fi && \
sha256sum -c haproxy-2.6.5-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf haproxy-2.6.5-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf haproxy-2.6.5-0-linux-${OS_ARCH}-debian-11.tar.gz haproxy-2.6.5-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
sha256sum -c haproxy-2.6.6-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf haproxy-2.6.6-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf haproxy-2.6.6-0-linux-${OS_ARCH}-debian-11.tar.gz haproxy-2.6.6-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
RUN apt-get update && apt-get upgrade -y && \
apt-get clean && rm -rf /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.5" \
ENV APP_VERSION="2.6.6" \
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": "ca52f990cda30b0c6a80ba9b4320b08b6cba48ba6a34ca49d2ba4419ddf640d8",
"digest": "fa6897d77c09a03a75d6aff725bc9f4a18509b48d734c4296053fe4bb96a7652",
"distro": "debian-11",
"type": "NAMI",
"version": "2.6.5-0"
"version": "2.6.6-0"
},
"haproxy-dataplaneapi": {
"arch": "amd64",

View File

@ -1,9 +1,10 @@
#!/bin/sh
set -e
set -u
export DEBIAN_FRONTEND=noninteractive
set -eu
n=0
max=2
export DEBIAN_FRONTEND=noninteractive
until [ $n -gt $max ]; do
set +e
(

View File

@ -1,5 +1,5 @@
rolling-tags:
- "2"
- "2-debian-11"
- "2.6.5"
- "2.6.6"
- "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.5`, `2.6.5-debian-11-r6`, `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.6`, `2.6.6-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).