[bitnami/contour] Release 1.23.3-debian-11-r0 (#23264)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-02-08 20:13:22 +01:00
committed by GitHub
parent f7b6ba2750
commit 39e90b196e
4 changed files with 9 additions and 9 deletions

View File

@@ -5,11 +5,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.23.2-debian-11-r20" \
org.opencontainers.image.ref.name="1.23.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.23.2"
org.opencontainers.image.version="1.23.3"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -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.23.2-1-linux-${OS_ARCH}-debian-11" \
"contour-1.23.3-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -39,7 +39,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.23.2" \
ENV APP_VERSION="1.23.3" \
BITNAMI_APP_NAME="contour" \
PATH="/opt/bitnami/contour/bin:$PATH"

View File

@@ -1,9 +1,9 @@
{
"contour": {
"arch": "amd64",
"digest": "9ea8ad1b52165ecbd25776616565bbd4acbf1e6d05aa5d34a9c6bd05881eb916",
"digest": "d67816679d2fecc5a3f4a4b129b9b34e6f8afa494b6b5f335a95d5d85510683e",
"distro": "debian-11",
"type": "NAMI",
"version": "1.23.2-1"
"version": "1.23.3-0"
}
}

View File

@@ -1,3 +1,3 @@
Bitnami containers ship with software bundles. You can find the licenses under:
/opt/bitnami/nami/COPYING
Bitnami containers ship with software bundles. You can find the licenses at:
https://bitnami.com/open-source
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt

View File

@@ -1,4 +1,4 @@
rolling-tags:
- "1.23"
- "1.23-debian-11"
- "1.23.2"
- "1.23.3"