mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 05:27:22 +08:00
[bitnami/contour] Release 1.21.1-debian-11-r56 (#14652)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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.21.1-debian-11-r55" \
|
||||
org.opencontainers.image.ref.name="1.21.1-debian-11-r56" \
|
||||
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.21.1-4-linux-${OS_ARCH}-debian-11" \
|
||||
"contour-1.21.1-5-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"contour": {
|
||||
"arch": "amd64",
|
||||
"digest": "21ee4a9304e565f3e66ec35c8caaa83ac20cd45827cadde296c6f98d07cc6d95",
|
||||
"digest": "70c52a20647a4e68a359690c570fac3babc3dbe7a33f268404e37c8a071c847f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.21.1-4"
|
||||
"version": "1.21.1-5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user