[bitnami/kong-ingress-controller] Release 2.6.0-debian-11-r0 (#6544)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-09-15 07:06:02 +02:00
committed by GitHub
parent 57b419ca04
commit 046da4293b
4 changed files with 13 additions and 13 deletions

View File

@@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="2.5.0-debian-11-r25" \
org.opencontainers.image.ref.name="2.6.0-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kong-ingress-controller" \
org.opencontainers.image.title="kong-ingress-controller" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.5.0"
org.opencontainers.image.version="2.6.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -28,18 +28,18 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
tar -zxf wait-for-port-1.0.3-154-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf wait-for-port-1.0.3-154-linux-${OS_ARCH}-debian-11.tar.gz wait-for-port-1.0.3-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f kong-ingress-controller-2.5.0-3-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/kong-ingress-controller-2.5.0-3-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/kong-ingress-controller-2.5.0-3-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
if [ ! -f kong-ingress-controller-2.6.0-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/kong-ingress-controller-2.6.0-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/kong-ingress-controller-2.6.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
fi && \
sha256sum -c kong-ingress-controller-2.5.0-3-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf kong-ingress-controller-2.5.0-3-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf kong-ingress-controller-2.5.0-3-linux-${OS_ARCH}-debian-11.tar.gz kong-ingress-controller-2.5.0-3-linux-${OS_ARCH}-debian-11.tar.gz.sha256
sha256sum -c kong-ingress-controller-2.6.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf kong-ingress-controller-2.6.0-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf kong-ingress-controller-2.6.0-0-linux-${OS_ARCH}-debian-11.tar.gz kong-ingress-controller-2.6.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
ENV APP_VERSION="2.5.0" \
ENV APP_VERSION="2.6.0" \
BITNAMI_APP_NAME="kong-ingress-controller" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/kong-ingress-controller/bin:$PATH"

View File

@@ -1,10 +1,10 @@
{
"kong-ingress-controller": {
"arch": "amd64",
"digest": "e007e194ec0515ef7160d98e5cac1d3f5586500555c2fd684fefc1d513027c92",
"digest": "1b4d4d8bb7f9c9cd74b8d4b44aa8c9a6759aca8f906f737c36f0669e221133c1",
"distro": "debian-11",
"type": "NAMI",
"version": "2.5.0-3"
"version": "2.6.0-0"
},
"wait-for-port": {
"arch": "amd64",

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "2"
- "2-debian-11"
- "2.5.0"
- "2.6.0"
- "latest"

View File

@@ -28,7 +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/).
* [`2`, `2-debian-11`, `2.5.0`, `2.5.0-debian-11-r25`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/kong-ingress-controller/2/debian-11/Dockerfile)
* [`2`, `2-debian-11`, `2.6.0`, `2.6.0-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/kong-ingress-controller/2/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).