[bitnami/contour-operator] Release 1.21.1-scratch-r0 (#1596)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-08-02 17:48:44 +02:00
committed by GitHub
parent ed17e45ccd
commit 073c40ba3a
6 changed files with 3906 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
FROM bitnami/minideb:bullseye as builder
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates gzip tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/contour-operator-1.21.1-1-linux-amd64-debian-11.tar.gz && \
echo "10804cd2883d0c2da8f75eb5ed84a5b113ebb15fd27492f8be40cdeb9af56ac5 /tmp/bitnami/pkg/cache/contour-operator-1.21.1-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/contour-operator-1.21.1-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/contour-operator-1.21.1-1-linux-amd64-debian-11.tar.gz
######
FROM scratch
COPY prebuildfs /
COPY rootfs /
COPY --from=builder /opt/bitnami/contour-operator/bin/contour-operator /contour-operator
USER 1001
ENTRYPOINT [ "/contour-operator" ]

View File

@@ -0,0 +1,4 @@
version: '2'
services:
contour-operator:
image: docker.io/bitnami/contour-operator:1.21

View File

@@ -0,0 +1,9 @@
{
"contour-operator": {
"arch": "amd64",
"digest": "10804cd2883d0c2da8f75eb5ed84a5b113ebb15fd27492f8be40cdeb9af56ac5",
"distro": "debian-11",
"type": "NAMI",
"version": "1.21.1-1"
}
}

View File

@@ -0,0 +1,3 @@
Bitnami containers ship with software bundles. You can find the licenses under:
/opt/bitnami/nami/COPYING
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt

File diff suppressed because it is too large Load Diff

View File

@@ -28,7 +28,8 @@ $ 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.21`, `1.21-scratch`, `1.21.1`, `1.21.1-scratch-r-1`, `latest` (1.21/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/contour-operator/1.21/scratch/Dockerfile)
- [`1.22`, `1.22-scratch`, `1.22.0`, `1.22.0-scratch-r-1`, `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-r0` (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-r3` (1.20/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/contour-operator/1.20/scratch/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).