mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 06:48:14 +08:00
2.6.1-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
bc98dc8442
commit
a84a099432
@@ -1,6 +1,4 @@
|
||||
FROM docker.io/bitnami/minideb:bullseye
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="amd64" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
@@ -17,16 +15,16 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
||||
echo "8ebb129789299b720e34ef1d5713f56068e2202e7b0cccc33f8612c6734bc88c /tmp/bitnami/pkg/cache/haproxy-dataplaneapi-2.5.3-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/haproxy-dataplaneapi-2.5.3-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/haproxy-dataplaneapi-2.5.3-150-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/haproxy-2.6.0-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "5c3ca28ed9dc4bc8e7cc5ce1fac3a34f8c26bd105ccb564c7cb071efcaf7d771 /tmp/bitnami/pkg/cache/haproxy-2.6.0-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/haproxy-2.6.0-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/haproxy-2.6.0-150-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/haproxy-2.6.1-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "c04a97312515995bfa7fc384244aa68b36c0fd13d9ce4b64512f2e8b0619c60b /tmp/bitnami/pkg/cache/haproxy-2.6.1-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/haproxy-2.6.1-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/haproxy-2.6.1-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
|
||||
RUN ln -s /opt/bitnami/common/lib/engines-1.1/* /usr/lib/x86_64-linux-gnu/engines-1.1/
|
||||
|
||||
ENV APP_VERSION="2.6.0" \
|
||||
ENV APP_VERSION="2.6.1" \
|
||||
BITNAMI_APP_NAME="haproxy-intel" \
|
||||
PATH="/opt/bitnami/haproxy-dataplaneapi/bin:/opt/bitnami/haproxy/sbin:$PATH"
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"haproxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "5c3ca28ed9dc4bc8e7cc5ce1fac3a34f8c26bd105ccb564c7cb071efcaf7d771",
|
||||
"digest": "c04a97312515995bfa7fc384244aa68b36c0fd13d9ce4b64512f2e8b0619c60b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.0-150"
|
||||
"version": "2.6.1-0"
|
||||
},
|
||||
"haproxy-dataplaneapi": {
|
||||
"arch": "amd64",
|
||||
|
||||
Reference in New Issue
Block a user