From 97c2030219b8e14416ff2284c86b5948e46397b6 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 13 Sep 2022 21:31:22 +0200 Subject: [PATCH] [bitnami/kong] Release 2.8.1-debian-11-r50 (#6343) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/kong/2/debian-11/Dockerfile | 14 +++++++------- .../opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/kong/README.md | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bitnami/kong/2/debian-11/Dockerfile b/bitnami/kong/2/debian-11/Dockerfile index d01927462d7f..7ca7067caba9 100644 --- a/bitnami/kong/2/debian-11/Dockerfile +++ b/bitnami/kong/2/debian-11/Dockerfile @@ -4,7 +4,7 @@ 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.8.1-debian-11-r49" \ + org.opencontainers.image.ref.name="2.8.1-debian-11-r50" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kong" \ org.opencontainers.image.title="kong" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -28,13 +28,13 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ tar -zxf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ rm -rf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256 RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ - if [ ! -f kong-2.8.1-23-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/kong-2.8.1-23-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/kong-2.8.1-23-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ + if [ ! -f kong-2.8.1-24-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ + curl -SsLf https://downloads.bitnami.com/files/stacksmith/kong-2.8.1-24-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ + curl -SsLf https://downloads.bitnami.com/files/stacksmith/kong-2.8.1-24-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ fi && \ - sha256sum -c kong-2.8.1-23-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ - tar -zxf kong-2.8.1-23-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ - rm -rf kong-2.8.1-23-linux-${OS_ARCH}-debian-11.tar.gz kong-2.8.1-23-linux-${OS_ARCH}-debian-11.tar.gz.sha256 + sha256sum -c kong-2.8.1-24-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ + tar -zxf kong-2.8.1-24-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ + rm -rf kong-2.8.1-24-linux-${OS_ARCH}-debian-11.tar.gz kong-2.8.1-24-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 diff --git a/bitnami/kong/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/kong/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index dd0abb99cd17..39a8e4e84b9f 100644 --- a/bitnami/kong/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/kong/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,9 +8,9 @@ }, "kong": { "arch": "amd64", - "digest": "aebab4feea50bbda5bda02ce996abdec45e9f09caef6f7d101c73768d6c955d6", + "digest": "1443641f5f40715ac0b4eea031bf8b3e6bfedc91119b4ea73528fb8f5065195d", "distro": "debian-11", "type": "NAMI", - "version": "2.8.1-23" + "version": "2.8.1-24" } } \ No newline at end of file diff --git a/bitnami/kong/README.md b/bitnami/kong/README.md index bf269c8cb6bb..3b77eeadda9c 100644 --- a/bitnami/kong/README.md +++ b/bitnami/kong/README.md @@ -39,7 +39,7 @@ Non-root container images add an extra layer of security and are generally recom 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.8.1`, `2.8.1-debian-11-r49`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/kong/2/debian-11/Dockerfile) +* [`2`, `2-debian-11`, `2.8.1`, `2.8.1-debian-11-r50`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/kong/2/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).