mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 15:09:19 +08:00
[bitnami/haproxy] Release 2.7.3-debian-11-r1 (#24241)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -2,11 +2,11 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-17T15:00:03Z" \
|
||||
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-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/haproxy" \
|
||||
org.opencontainers.image.ref.name="2.7.3-debian-11-r1" \
|
||||
org.opencontainers.image.title="haproxy" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.7.3"
|
||||
@@ -22,8 +22,8 @@ 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-0-linux-${OS_ARCH}-debian-11" \
|
||||
"haproxy-2.7.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
"haproxy-dataplaneapi-2.7.2-1-linux-${OS_ARCH}-debian-11" \
|
||||
"haproxy-2.7.3-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"haproxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "4be2336800754e632500b2ce7d4609f8a097b6d7460d6c2d2e275d8861ceb485",
|
||||
"digest": "48c11719558b7bfc85fcb62effbda6e2205a9f0277c08accda82c78b968715a7",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.7.3-0"
|
||||
"version": "2.7.3-1"
|
||||
},
|
||||
"haproxy-dataplaneapi": {
|
||||
"arch": "amd64",
|
||||
"digest": "c54dbef65be86d8fdf87a5be71a62c19ecb54b574c19a04c780bf75a539a1b08",
|
||||
"digest": "e28fb90239cd81ad04fea49a677e1812d2e1ca3004058eb7de88c23842bd2777",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.7.2-0"
|
||||
"version": "2.7.2-1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user