From 2e73526e500a189bfbe28598cbc458b42d3903ef Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 8 Jan 2026 18:07:03 +0100 Subject: [PATCH] [bitnami/kong] Release 3.9.1-debian-12-r23 (#89367) Signed-off-by: Bitnami Bot --- bitnami/kong/3/debian-12/Dockerfile | 6 +++--- bitnami/kong/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/kong/3/debian-12/Dockerfile b/bitnami/kong/3/debian-12/Dockerfile index 4dcbe2ef5046..cb8ccc956bda 100644 --- a/bitnami/kong/3/debian-12/Dockerfile +++ b/bitnami/kong/3/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-12-29T01:04:08Z" \ + org.opencontainers.image.created="2026-01-08T16:52:55Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/kong/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kong" \ @@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "kong-3.9.1-11-linux-${OS_ARCH}-debian-12" \ + "kong-3.9.1-12-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -48,7 +48,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/kong/postunpack.sh ENV APP_VERSION="3.9.1" \ BITNAMI_APP_NAME="kong" \ - IMAGE_REVISION="22" \ + IMAGE_REVISION="23" \ PATH="/opt/bitnami/kong/bin:/opt/bitnami/kong/openresty/bin:/opt/bitnami/kong/openresty/luajit/bin:/opt/bitnami/kong/openresty/nginx/sbin:/opt/bitnami/kong/luarocks/bin:$PATH" EXPOSE 8000 8001 8443 8444 diff --git a/bitnami/kong/README.md b/bitnami/kong/README.md index 3856148e7f19..52555b70d612 100644 --- a/bitnami/kong/README.md +++ b/bitnami/kong/README.md @@ -306,7 +306,7 @@ If you encountered a problem running this container, you can file an [issue](htt ## License -Copyright © 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. +Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.