[bitnami/haproxy] Release 2.7.3-debian-11-r0 (#23984)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
60761f3025
commit
fb71b46459
|
|
@ -5,11 +5,11 @@ ARG TARGETARCH
|
|||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.7.2-debian-11-r8" \
|
||||
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.title="haproxy" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.7.2"
|
||||
org.opencontainers.image.version="2.7.3"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -23,7 +23,7 @@ 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.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"haproxy-2.7.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -39,7 +39,7 @@ RUN apt-get autoremove --purge -y curl && \
|
|||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV APP_VERSION="2.7.2" \
|
||||
ENV APP_VERSION="2.7.3" \
|
||||
BITNAMI_APP_NAME="haproxy" \
|
||||
PATH="/opt/bitnami/haproxy-dataplaneapi/bin:/opt/bitnami/haproxy/sbin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"haproxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "ff7bfb84af007748839ed62427df4807403ea996626c93b803f3f26692c7cea7",
|
||||
"digest": "4be2336800754e632500b2ce7d4609f8a097b6d7460d6c2d2e275d8861ceb485",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.7.2-0"
|
||||
"version": "2.7.3-0"
|
||||
},
|
||||
"haproxy-dataplaneapi": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- 2-debian-11
|
||||
- 2.7.2
|
||||
- 2.7.3
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue