mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 21:27:26 +08:00
[bitnami/contour-operator] Release 1.21.1-scratch-r0 (#1596)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
24
bitnami/contour-operator/1.21/scratch/Dockerfile
Normal file
24
bitnami/contour-operator/1.21/scratch/Dockerfile
Normal 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" ]
|
||||
4
bitnami/contour-operator/1.21/scratch/docker-compose.yml
Normal file
4
bitnami/contour-operator/1.21/scratch/docker-compose.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
version: '2'
|
||||
services:
|
||||
contour-operator:
|
||||
image: docker.io/bitnami/contour-operator:1.21
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"contour-operator": {
|
||||
"arch": "amd64",
|
||||
"digest": "10804cd2883d0c2da8f75eb5ed84a5b113ebb15fd27492f8be40cdeb9af56ac5",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.21.1-1"
|
||||
}
|
||||
}
|
||||
@@ -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
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user