[bitnami/haproxy] Release 2.6.6-debian-11-r5 (#9204)

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-10-07 03:02:20 +02:00
committed by GitHub
parent 06d20724d7
commit 1ae85f9629
3 changed files with 13 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ 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.6-debian-11-r4" \
org.opencontainers.image.ref.name="2.6.6-debian-11-r5" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/haproxy" \
org.opencontainers.image.title="haproxy" \
org.opencontainers.image.vendor="VMware, Inc." \
@@ -20,13 +20,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl libssl1.1 procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
for COMPONENT in \
"haproxy-dataplaneapi-2.6.1-0-linux-${OS_ARCH}-debian-11" \
"haproxy-2.6.6-0-linux-${OS_ARCH}-debian-11" ; \
do \
COMPONENTS=( \
"haproxy-dataplaneapi-2.6.1-1-linux-${OS_ARCH}-debian-11" \
"haproxy-2.6.6-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256 -O ; \
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz" -O ; \
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256" -O ; \
fi && \
sha256sum -c "${COMPONENT}.tar.gz.sha256" && \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \

View File

@@ -1,16 +1,16 @@
{
"haproxy": {
"arch": "amd64",
"digest": "fa6897d77c09a03a75d6aff725bc9f4a18509b48d734c4296053fe4bb96a7652",
"digest": "70f84825705a2f97fb766d5a712100596b9933eea498877d6d219799bd13e861",
"distro": "debian-11",
"type": "NAMI",
"version": "2.6.6-0"
"version": "2.6.6-1"
},
"haproxy-dataplaneapi": {
"arch": "amd64",
"digest": "1173f5fc7788f9c89051806c858f9d0e74ff707f2bcd08ca0ea3be44407ec0be",
"digest": "d81f5879f8f319d586947d6263c7045e71790cf277f9b0cec8510f541ff14664",
"distro": "debian-11",
"type": "NAMI",
"version": "2.6.1-0"
"version": "2.6.1-1"
}
}

View File

@@ -28,7 +28,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-11`, `2.6.6`, `2.6.6-debian-11-r4`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/haproxy/2/debian-11/Dockerfile)
* [`2`, `2-debian-11`, `2.6.6`, `2.6.6-debian-11-r5`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/haproxy/2/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).