[bitnami/contour] Release 1.22.3-debian-11-r0 (#16751)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-12-13 02:11:54 +01:00 committed by GitHub
parent 68a2b9667b
commit e9f4084609
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -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="1.22.2-debian-11-r2" \
org.opencontainers.image.ref.name="1.22.3-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/contour" \
org.opencontainers.image.title="contour" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.22.2"
org.opencontainers.image.version="1.22.3"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -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.2-0-linux-${OS_ARCH}-debian-11" \
"contour-1.22.3-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -38,7 +38,7 @@ RUN apt-get autoremove --purge -y curl && \
RUN chmod g+rwX /opt/bitnami
RUN ln -s /opt/bitnami/contour/bin/contour /bin/contour
ENV APP_VERSION="1.22.2" \
ENV APP_VERSION="1.22.3" \
BITNAMI_APP_NAME="contour" \
PATH="/opt/bitnami/contour/bin:$PATH"

View File

@ -1,9 +1,9 @@
{
"contour": {
"arch": "amd64",
"digest": "6aafb73ff5b2a0e94fdeaf980c65be8afca0534def2bd709e6d69bed37d08dc8",
"digest": "02ac6f055c045ca7a4666db1a35dd6f2ea6b7e278a5c0d9d5003044f377cccc7",
"distro": "debian-11",
"type": "NAMI",
"version": "1.22.2-0"
"version": "1.22.3-0"
}
}

View File

@ -1,5 +1,5 @@
rolling-tags:
- "1.22"
- "1.22-debian-11"
- "1.22.2"
- "1.22.3"
- "latest"