1.20.1-scratch-r0 release

This commit is contained in:
Bitnami Bot
2022-03-15 16:18:47 +00:00
parent 6724e5299c
commit 20cd424a49
7 changed files with 3896 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
FROM scratch
LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY prebuildfs /
COPY rootfs /
USER 1001
ENTRYPOINT [ "/contour-operator" ]

View File

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

View File

@@ -0,0 +1,7 @@
{
"contour-operator": {
"digest": "199abb63a464c8bc8760fef47a7c00f991ad88eb693dd6e1e393a549845b3b77",
"type": "BLACKSMITH",
"version": "1.20.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

@@ -31,7 +31,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`, `1-scratch`, `1.19.1`, `1.19.1-scratch-r5`, `latest` (1/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-contour-operator/blob/1.19.1-scratch-r5/1/scratch/Dockerfile)
- [`1.20`, `1.20-scratch`, `1.20.1`, `1.20.1-scratch-r0` (1.20/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-contour-operator/blob/1.20.1-scratch-r0/1.20/scratch/Dockerfile)
Subscribe to project updates by watching the [bitnami/contour-operator GitHub repo](https://github.com/bitnami/bitnami-docker-contour-operator).
@@ -52,7 +52,7 @@ $ docker pull bitnami/contour-operator:[TAG]
If you wish, you can also build the image yourself.
```console
$ docker build -t bitnami/contour-operator:latest 'https://github.com/bitnami/bitnami-docker-contour-operator.git#master:1/scratch'
```
## Why use a non-root container?
@@ -71,6 +71,12 @@ $ docker run --rm --name contour-operator bitnami/contour-operator:latest -- -c
Check the [official Contour Operator documentation](https://github.com/projectcontour/contour-operator) for more information.
## Notable changes
# 1.19.1-scratch-r6 Rename branch 1.20
- Branch 1 has been renamed into branch 1.20 in order to follow the upstream [Contour major versions](https://github.com/projectcontour/contour/releases).
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-contour-operator/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-contour-operator/pulls) with your contribution.

View File

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