diff --git a/bitnami/haproxy/2/debian-11/Dockerfile b/bitnami/haproxy/2/debian-11/Dockerfile index 0583110068be..a0cd39c9acda 100644 --- a/bitnami/haproxy/2/debian-11/Dockerfile +++ b/bitnami/haproxy/2/debian-11/Dockerfile @@ -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 \ diff --git a/bitnami/haproxy/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/haproxy/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index c28ab4c8625f..bbd8ab997591 100644 --- a/bitnami/haproxy/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/haproxy/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -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" } } \ No newline at end of file