[bitnami/haproxy] Release 2.7.8-debian-11-r2 (#32703)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-05-05 16:59:42 +01:00
committed by GitHub
parent b158b36fad
commit d58454a08b
2 changed files with 5 additions and 6 deletions

View File

@@ -2,12 +2,11 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:109c7d51bd69bb6b3df71017440c1ea0699454f81fe188056c083f0b57c96ea6" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-05-05T12:54:08Z" \
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-05-05T15:43:34Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.7.8-debian-11-r1" \
org.opencontainers.image.ref.name="2.7.8-debian-11-r2" \
org.opencontainers.image.title="haproxy" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.7.8"
@@ -23,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl libcrypt1 liblua5.4-0 libssl1.1 lua5.4 procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"haproxy-2.7.8-1-linux-${OS_ARCH}-debian-11" \
"haproxy-2.7.8-2-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -3,6 +3,6 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "2.7.8-1"
"version": "2.7.8-2"
}
}