[bitnami/haproxy-intel] Release 2.7.0-debian-11-r0 (#15596)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
e99dd82af2
commit
a5a1085d5b
|
|
@ -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-intel" \
|
||||
org.opencontainers.image.title="haproxy-intel" \
|
||||
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}" \
|
||||
|
|
@ -22,8 +22,8 @@ RUN install_packages ca-certificates curl libssl1.1 procps
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"qatengine-0.6.17-0-linux-${OS_ARCH}-debian-11" \
|
||||
"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 \
|
||||
|
|
@ -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.6.6" \
|
||||
ENV APP_VERSION="2.7.0" \
|
||||
BITNAMI_APP_NAME="haproxy-intel" \
|
||||
PATH="/opt/bitnami/haproxy-dataplaneapi/bin:/opt/bitnami/haproxy/sbin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
{
|
||||
"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"
|
||||
},
|
||||
"qatengine": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.6.6"
|
||||
- "2.7.0"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue