From 25e127b3402448975f9ee6090fa45f49b4fc0e14 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 25 Aug 2022 10:48:17 +0200 Subject: [PATCH] [bitnami/contour-operator] Release 1.22.0-scratch-r3 (#4285) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/contour-operator/1.22/scratch/Dockerfile | 7 +++++++ bitnami/contour-operator/1.22/scratch/tags-info.yaml | 5 +++++ bitnami/contour-operator/README.md | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 bitnami/contour-operator/1.22/scratch/tags-info.yaml diff --git a/bitnami/contour-operator/1.22/scratch/Dockerfile b/bitnami/contour-operator/1.22/scratch/Dockerfile index f08cbdcc118b..b7609683962d 100644 --- a/bitnami/contour-operator/1.22/scratch/Dockerfile +++ b/bitnami/contour-operator/1.22/scratch/Dockerfile @@ -15,6 +15,13 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac FROM scratch +LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ + org.opencontainers.image.description="Application packaged by Bitnami" \ + org.opencontainers.image.ref.name="1.22.0-scratch-r3" \ + 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." \ + org.opencontainers.image.version="1.22.0" COPY prebuildfs / COPY rootfs / COPY --from=builder /opt/bitnami/contour-operator/bin/contour-operator /contour-operator diff --git a/bitnami/contour-operator/1.22/scratch/tags-info.yaml b/bitnami/contour-operator/1.22/scratch/tags-info.yaml new file mode 100644 index 000000000000..e4dc8c9e448e --- /dev/null +++ b/bitnami/contour-operator/1.22/scratch/tags-info.yaml @@ -0,0 +1,5 @@ +rolling-tags: + - "1.22" + - "1.22-scratch" + - "1.22.0" + - "latest" diff --git a/bitnami/contour-operator/README.md b/bitnami/contour-operator/README.md index 1d1f99149af6..0244b803fd6b 100644 --- a/bitnami/contour-operator/README.md +++ b/bitnami/contour-operator/README.md @@ -28,7 +28,7 @@ $ docker run --name contour-operator bitnami/contour-operator:latest Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -- [`1.22`, `1.22-scratch`, `1.22.0`, `1.22.0-scratch-r2`, `latest` (1.22/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/contour-operator/1.22/scratch/Dockerfile) +- [`1.22`, `1.22-scratch`, `1.22.0`, `1.22.0-scratch-r3`, `latest` (1.22/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/contour-operator/1.22/scratch/Dockerfile) - [`1.21`, `1.21-scratch`, `1.21.1`, `1.21.1-scratch-r2` (1.21/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/contour-operator/1.21/scratch/Dockerfile) - [`1.20`, `1.20-scratch`, `1.20.2`, `1.20.2-scratch-r5` (1.20/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/contour-operator/1.20/scratch/Dockerfile)