diff --git a/bitnami/kong/2/debian-11/Dockerfile b/bitnami/kong/2/debian-11/Dockerfile index 866fb3d9154b..ea133cb6c2af 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.3-debian-11-r10" \ + org.opencontainers.image.ref.name="2.8.3-debian-11-r11" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kong" \ org.opencontainers.image.title="kong" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -22,7 +22,7 @@ RUN install_packages ca-certificates curl libcrypt1 libgcc-s1 libpcre3 libprotob RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ "gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \ - "kong-2.8.3-9-linux-${OS_ARCH}-debian-11" \ + "kong-2.8.3-10-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ 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 c0f4f449f1bd..7b76a6e26967 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": "aa38a6b9656fef784e69e2822f97c9f455ae266c4118798de3ce406864b1b95f", + "digest": "a247e221f341ea7a3740afae7f6c48e9c6eef684d947dbc0bb6e06b829f1a7d0", "distro": "debian-11", "type": "NAMI", - "version": "2.8.3-9" + "version": "2.8.3-10" } } \ No newline at end of file diff --git a/bitnami/kong/README.md b/bitnami/kong/README.md index bcf547814e9d..37697aa78f30 100644 --- a/bitnami/kong/README.md +++ b/bitnami/kong/README.md @@ -256,10 +256,6 @@ Re-create your container from the new image. $ docker run --name kong bitnami/kong:latest ``` -## Branch Deprecation Notice - -Kong's branch 2 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: 11-19-2022 - ## Contributing We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.