mirror of
https://github.com/bitnami/containers.git
synced 2026-04-05 00:37:57 +08:00
1.20.1-scratch-r0 release
This commit is contained in:
9
bitnami/contour-operator/1.20/scratch/Dockerfile
Normal file
9
bitnami/contour-operator/1.20/scratch/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM scratch
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY prebuildfs /
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
USER 1001
|
||||
ENTRYPOINT [ "/contour-operator" ]
|
||||
4
bitnami/contour-operator/1.20/scratch/docker-compose.yml
Normal file
4
bitnami/contour-operator/1.20/scratch/docker-compose.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
version: '2'
|
||||
services:
|
||||
contour-operator:
|
||||
image: docker.io/bitnami/contour-operator:1.20
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"contour-operator": {
|
||||
"digest": "199abb63a464c8bc8760fef47a7c00f991ad88eb693dd6e1e393a549845b3b77",
|
||||
"type": "BLACKSMITH",
|
||||
"version": "1.20.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
@@ -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.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: '2'
|
||||
services:
|
||||
contour-operator:
|
||||
image: docker.io/bitnami/contour-operator:1
|
||||
image: docker.io/bitnami/contour-operator:1.20
|
||||
|
||||
Reference in New Issue
Block a user