[bitnami/haproxy] Release 2.6.5-debian-11-r0 (#5039)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
dcdb538e3d
commit
d4f2dddb89
|
|
@ -6,11 +6,11 @@ ENV HOME="/" \
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="2.6.4-debian-11-r3" \
|
||||
org.opencontainers.image.ref.name="2.6.5-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.4"
|
||||
org.opencontainers.image.version="2.6.5"
|
||||
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
|
@ -24,17 +24,17 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
tar -zxf haproxy-dataplaneapi-2.6.0-2-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf haproxy-dataplaneapi-2.6.0-2-linux-amd64-debian-11.tar.gz
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f haproxy-2.6.4-1-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/haproxy-2.6.4-1-linux-amd64-debian-11.tar.gz -O ; \
|
||||
if [ ! -f haproxy-2.6.5-0-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/haproxy-2.6.5-0-linux-amd64-debian-11.tar.gz -O ; \
|
||||
fi && \
|
||||
echo "ee9269a73635c2976e1e587c5ff6c345b081b51d076855b3ce35c5209a94210e haproxy-2.6.4-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf haproxy-2.6.4-1-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf haproxy-2.6.4-1-linux-amd64-debian-11.tar.gz
|
||||
echo "ca52f990cda30b0c6a80ba9b4320b08b6cba48ba6a34ca49d2ba4419ddf640d8 haproxy-2.6.5-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf haproxy-2.6.5-0-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf haproxy-2.6.5-0-linux-amd64-debian-11.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV APP_VERSION="2.6.4" \
|
||||
ENV APP_VERSION="2.6.5" \
|
||||
BITNAMI_APP_NAME="haproxy" \
|
||||
PATH="/opt/bitnami/haproxy-dataplaneapi/bin:/opt/bitnami/haproxy/sbin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"haproxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "ee9269a73635c2976e1e587c5ff6c345b081b51d076855b3ce35c5209a94210e",
|
||||
"digest": "ca52f990cda30b0c6a80ba9b4320b08b6cba48ba6a34ca49d2ba4419ddf640d8",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.4-1"
|
||||
"version": "2.6.5-0"
|
||||
},
|
||||
"haproxy-dataplaneapi": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.6.4"
|
||||
- "2.6.5"
|
||||
- "latest"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ $ docker run --name haproxy bitnami/haproxy:latest
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-11`, `2.6.4`, `2.6.4-debian-11-r3`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/haproxy/2/debian-11/Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.6.5`, `2.6.5-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/haproxy/2/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue