[bitnami/contour] Release 1.22.4-debian-11-r3 (#24191)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-02-17 15:30:05 +01:00
committed by GitHub
parent fbefeb4f12
commit 03e35c2500
2 changed files with 7 additions and 7 deletions

View File

@@ -2,11 +2,11 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-02-17T14:20:06Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.22.4-debian-11-r2" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/contour" \
org.opencontainers.image.ref.name="1.22.4-debian-11-r3" \
org.opencontainers.image.title="contour" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.22.4"
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"contour-1.22.4-0-linux-${OS_ARCH}-debian-11" \
"contour-1.22.4-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -1,9 +1,9 @@
{
"contour": {
"arch": "amd64",
"digest": "259652a8d6f6c713390b4c03127a1255630dd4e5e2aca13efafaa3791d8d0477",
"digest": "98a2234026b18d79d94f2bf3c4b4a887fc25587d3a39b8241322cb829227683b",
"distro": "debian-11",
"type": "NAMI",
"version": "1.22.4-0"
"version": "1.22.4-1"
}
}