From add4dd51025aecd117ac179aaa09ff1c6f76dc5b Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 17 Jan 2023 21:22:55 +0100 Subject: [PATCH] [bitnami/contour-operator] Release 1.22.1-scratch-r6 (#20604) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/contour-operator/1.22/scratch/Dockerfile | 5 +++-- .../scratch/prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bitnami/contour-operator/1.22/scratch/Dockerfile b/bitnami/contour-operator/1.22/scratch/Dockerfile index 78185f7b44de..cdb24f755d1d 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-3-linux-${OS_ARCH}-debian-11" \ + "contour-operator-1.22.1-4-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -34,7 +34,8 @@ ENV OS_ARCH="${TARGETARCH:-amd64}" 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-scratch-r5" \ + org.opencontainers.image.licenses="Apache-2.0" \ + org.opencontainers.image.ref.name="1.22.1-scratch-r6" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/contour-operator" \ org.opencontainers.image.title="contour-operator" \ org.opencontainers.image.vendor="VMware, Inc." \ 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 846887a739d8..b84ce96b7bc4 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": "368386e9a82507932712c289aecf8e5a928c12c9fc994dae624b8971a2343da1", + "digest": "9369bdfbf3af1084675f102b78b6f7c9d88cec938ef0797e3f2e810a60392b2c", "distro": "debian-11", "type": "NAMI", - "version": "1.22.1-3" + "version": "1.22.1-4" } } \ No newline at end of file