From a0a90f9ff8f0d3250c50f4d0ca79efe81a253148 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 9 May 2023 15:20:18 +0100 Subject: [PATCH] [bitnami/contour-operator] Release 1.24.0-scratch-r7 (#33258) Signed-off-by: Bitnami Containers --- bitnami/contour-operator/1.24/scratch/Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bitnami/contour-operator/1.24/scratch/Dockerfile b/bitnami/contour-operator/1.24/scratch/Dockerfile index cf8f85d4da9a..1c86407a085f 100644 --- a/bitnami/contour-operator/1.24/scratch/Dockerfile +++ b/bitnami/contour-operator/1.24/scratch/Dockerfile @@ -32,12 +32,11 @@ ARG TARGETARCH ENV OS_ARCH="${TARGETARCH:-amd64}" -LABEL com.vmware.cp.artifact.flavor="sha256:7921197aa81bc396c250990c32f0f98242361ecfbbe055730bae5784fece63b7" \ - org.opencontainers.image.base.name="scratch" \ - org.opencontainers.image.created="2023-05-02T07:29:38Z" \ +LABEL org.opencontainers.image.base.name="scratch" \ + org.opencontainers.image.created="2023-05-09T14:06:46Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="1.24.0-scratch-r6" \ + org.opencontainers.image.ref.name="1.24.0-scratch-r7" \ org.opencontainers.image.title="contour-operator" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="1.24.0"