[bitnami/haproxy] Release 2.7.3-debian-11-r3 (#24830)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
6cf3a35174
commit
76ead098b7
|
|
@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-20T15:13:02Z" \
|
||||
org.opencontainers.image.created="2023-02-21T12:39:37Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.7.3-debian-11-r2" \
|
||||
org.opencontainers.image.ref.name="2.7.3-debian-11-r3" \
|
||||
org.opencontainers.image.title="haproxy" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.7.3"
|
||||
|
|
@ -22,8 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages ca-certificates curl libssl1.1 procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"haproxy-dataplaneapi-2.7.2-1-linux-${OS_ARCH}-debian-11" \
|
||||
"haproxy-2.7.3-1-linux-${OS_ARCH}-debian-11" \
|
||||
"haproxy-2.7.3-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,16 +1,9 @@
|
|||
{
|
||||
"haproxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "48c11719558b7bfc85fcb62effbda6e2205a9f0277c08accda82c78b968715a7",
|
||||
"digest": "7acca05505284027c0ed15d3e1778ffa0d453b17334db96c584d7b085c9e5d58",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.7.3-1"
|
||||
},
|
||||
"haproxy-dataplaneapi": {
|
||||
"arch": "amd64",
|
||||
"digest": "e28fb90239cd81ad04fea49a677e1812d2e1ca3004058eb7de88c23842bd2777",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.7.2-1"
|
||||
"version": "2.7.3-2"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue