mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 01:07:20 +08:00
1.3.1-debian-10-r21 release
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user