From df0f29ffe709792395df2d08ab97c745c7770a95 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 18 Mar 2023 22:40:12 +0100 Subject: [PATCH] [bitnami/contour-operator] Release 1.22.1-scratch-r12 (#27549) Signed-off-by: Bitnami Containers --- bitnami/contour-operator/1.22/scratch/Dockerfile | 6 +++--- .../scratch/prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/contour-operator/README.md | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/bitnami/contour-operator/1.22/scratch/Dockerfile b/bitnami/contour-operator/1.22/scratch/Dockerfile index a5d7e8d97cba..7007c211aaf4 100644 --- a/bitnami/contour-operator/1.22/scratch/Dockerfile +++ b/bitnami/contour-operator/1.22/scratch/Dockerfile @@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ - "contour-operator-1.22.1-6-linux-${OS_ARCH}-debian-11" \ + "contour-operator-1.22.1-7-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -33,10 +33,10 @@ ARG TARGETARCH ENV OS_ARCH="${TARGETARCH:-amd64}" LABEL org.opencontainers.image.base.name="scratch" \ - org.opencontainers.image.created="2023-03-01T11:46:41Z" \ + org.opencontainers.image.created="2023-03-18T21:11:55Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="1.22.1-scratch-r11" \ + org.opencontainers.image.ref.name="1.22.1-scratch-r12" \ org.opencontainers.image.title="contour-operator" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="1.22.1" diff --git a/bitnami/contour-operator/1.22/scratch/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/contour-operator/1.22/scratch/prebuildfs/opt/bitnami/.bitnami_components.json index 2286ba71af68..fc944724654c 100644 --- a/bitnami/contour-operator/1.22/scratch/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/contour-operator/1.22/scratch/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "contour-operator": { "arch": "amd64", - "digest": "114b3b9246969f9d2189d9b6f04b23b37be41ca4be24ef7aefcf206a7cc52e7e", + "digest": "811b6d1cd4f418e5a93268e8ecab682a93ecaf83629449458ef6c052ff264f33", "distro": "debian-11", "type": "NAMI", - "version": "1.22.1-6" + "version": "1.22.1-7" } } \ No newline at end of file diff --git a/bitnami/contour-operator/README.md b/bitnami/contour-operator/README.md index a50dcafc74dc..e762fbdd7024 100644 --- a/bitnami/contour-operator/README.md +++ b/bitnami/contour-operator/README.md @@ -5,7 +5,6 @@ > The Contour Operator extends the Kubernetes API to create, configure and manage instances of Contour on behalf of users. [Overview of Contour Operator](https://github.com/projectcontour/contour-operator) - Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. ## TL;DR