[bitnami/contour-operator] Release 1.22.0-scratch-r3 (#4285)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-08-25 10:48:17 +02:00
committed by GitHub
parent 3949b6a6ee
commit 25e127b340
3 changed files with 13 additions and 1 deletions

View File

@@ -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

View File

@@ -0,0 +1,5 @@
rolling-tags:
- "1.22"
- "1.22-scratch"
- "1.22.0"
- "latest"

View File

@@ -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)