[bitnami/contour] Release 1.22.1-debian-11-r27 (#14660)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
c4834783a9
commit
1c0f07ebf1
|
|
@ -4,7 +4,7 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="1.22.1-debian-11-r26" \
|
||||
org.opencontainers.image.ref.name="1.22.1-debian-11-r27" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/contour" \
|
||||
org.opencontainers.image.title="contour" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -21,7 +21,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.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"contour-1.22.1-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"contour": {
|
||||
"arch": "amd64",
|
||||
"digest": "531ef5c992c5c78f26824e36abb7a07883fadfb7a2ac000dd7627d5fd2508475",
|
||||
"digest": "fe0d27e5b2da400719cfe4aa9c3307cf5c13cc31a0bb2f39d8dc3a30de394f05",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.22.1-1"
|
||||
"version": "1.22.1-2"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue