[bitnami/haproxy] Release 2.7.0-debian-11-r0 (#15595)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
9bd7c811df
commit
e99dd82af2
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="2.6.6-debian-11-r23" \
|
||||
org.opencontainers.image.ref.name="2.7.0-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.6.6"
|
||||
org.opencontainers.image.version="2.7.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -21,8 +21,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.6.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"haproxy-2.6.6-1-linux-${OS_ARCH}-debian-11" \
|
||||
"haproxy-dataplaneapi-2.7.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"haproxy-2.7.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -38,7 +38,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.6.6" \
|
||||
ENV APP_VERSION="2.7.0" \
|
||||
BITNAMI_APP_NAME="haproxy" \
|
||||
PATH="/opt/bitnami/haproxy-dataplaneapi/bin:/opt/bitnami/haproxy/sbin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"haproxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "70f84825705a2f97fb766d5a712100596b9933eea498877d6d219799bd13e861",
|
||||
"digest": "45a59edeb8c20759c2cd9a8733b174c30320afd4942267f726dad8815aa53b9b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.6-1"
|
||||
"version": "2.7.0-0"
|
||||
},
|
||||
"haproxy-dataplaneapi": {
|
||||
"arch": "amd64",
|
||||
"digest": "d81f5879f8f319d586947d6263c7045e71790cf277f9b0cec8510f541ff14664",
|
||||
"digest": "37dc48e133cf6b45d06e7bfd3e5e37b977da4e9a41ad89c5c5a56940b5c1de56",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.1-1"
|
||||
"version": "2.7.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.6.6"
|
||||
- "2.7.0"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue