mirror of
https://github.com/bitnami/containers.git
synced 2026-02-16 02:07:25 +08:00
[bitnami/haproxy-intel] Release 2.7.1-debian-11-r0 (#17533)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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.7.0-debian-11-r5" \
|
||||
org.opencontainers.image.ref.name="2.7.1-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/haproxy-intel" \
|
||||
org.opencontainers.image.title="haproxy-intel" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.7.0"
|
||||
org.opencontainers.image.version="2.7.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -23,7 +23,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"qatengine-0.6.18-1-linux-${OS_ARCH}-debian-11" \
|
||||
"haproxy-dataplaneapi-2.7.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"haproxy-2.7.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"haproxy-2.7.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -40,7 +40,7 @@ RUN apt-get autoremove --purge -y curl && \
|
||||
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.7.0" \
|
||||
ENV APP_VERSION="2.7.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": "45a59edeb8c20759c2cd9a8733b174c30320afd4942267f726dad8815aa53b9b",
|
||||
"digest": "044e25d1c1ba71c1fff6d98ddd726c78c094880da3245fe76e472dbf7639e3ed",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.7.0-0"
|
||||
"version": "2.7.1-0"
|
||||
},
|
||||
"haproxy-dataplaneapi": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.7.0"
|
||||
- "2.7.1"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user