1.3.1-debian-10-r21 release

This commit is contained in:
Bitnami Bot
2021-07-02 05:37:59 +00:00
parent 2c8663840f
commit 3dfb3f8181
3 changed files with 4 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="kong-ingress-controller" \
BITNAMI_IMAGE_VERSION="1.3.1-debian-10-r20" \
BITNAMI_IMAGE_VERSION="1.3.1-debian-10-r21" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/kong-ingress-controller/bin:$PATH"
USER 1001

View File

@@ -28,8 +28,7 @@ $ docker run --name kong-ingress-controller bitnami/kong-ingress-controller:late
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-debian-10`, `1.3.1`, `1.3.1-debian-10-r20` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong-ingress-controller/blob/1.3.1-debian-10-r20/1/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.10.0`, `0.10.0-debian-10-r265`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong-ingress-controller/blob/0.10.0-debian-10-r265/0/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.3.1`, `1.3.1-debian-10-r21`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong-ingress-controller/blob/1.3.1-debian-10-r21/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/kong-ingress-controller GitHub repo](https://github.com/bitnami/bitnami-docker-kong-ingress-controller).
@@ -50,7 +49,7 @@ $ docker pull bitnami/kong-ingress-controller:[TAG]
If you wish, you can also build the image yourself.
```console
$ docker build -t bitnami/kong-ingress-controller:latest 'https://github.com/bitnami/bitnami-docker-kong-ingress-controller.git#master:0/debian-10'
$ docker build -t bitnami/kong-ingress-controller:latest 'https://github.com/bitnami/bitnami-docker-kong-ingress-controller.git#master:1/debian-10'
```
# Configuration
@@ -65,10 +64,6 @@ $ docker run --rm --name kong-ingress-controller bitnami/kong-ingress-controller
Consult the [kong-ingress-controller Reference Documentation](https://github.com/Kong/kubernetes-ingress-controller/blob/master/docs/references/cli-arguments.md) to find the completed list of flags. Note that these can also be set by using the `CONTROLLER_` environment variables as stated in the [official documentation](https://github.com/Kong/kubernetes-ingress-controller/blob/master/docs/references/cli-arguments.md#cli-arguments).
# Branch Deprecation Notice
Kong Ingress Controller's branch 0 is no longer maintained by upstream and is now internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 06-19-2021
# 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-kong-ingress-controller/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-kong-ingress-controller/pulls) with your contribution.

View File

@@ -1,4 +1,4 @@
version: '2'
services:
kong-ingress-controller:
image: docker.io/bitnami/kong-ingress-controller:0
image: docker.io/bitnami/kong-ingress-controller:1