From 0defcc3cc80e5c2675b468a1135491c1f1ea251d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 6 Mar 2026 05:55:24 +0100 Subject: [PATCH] [bitnami/envoy-ratelimit] Release 2026.1.22-debian-12-r4 (#91295) Signed-off-by: Bitnami Bot --- bitnami/envoy-ratelimit/2026/debian-12/Dockerfile | 6 +++--- bitnami/envoy-ratelimit/README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/envoy-ratelimit/2026/debian-12/Dockerfile b/bitnami/envoy-ratelimit/2026/debian-12/Dockerfile index 6a9cbd42f7a3..af451056d3d1 100644 --- a/bitnami/envoy-ratelimit/2026/debian-12/Dockerfile +++ b/bitnami/envoy-ratelimit/2026/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="2026-02-19T01:26:11Z" \ + org.opencontainers.image.created="2026-03-06T04:30:31Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/envoy-ratelimit/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/envoy-ratelimit" \ @@ -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=( \ - "envoy-ratelimit-2026.1.22-1-linux-${OS_ARCH}-debian-12" \ + "envoy-ratelimit-2026.1.22-2-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -47,7 +47,7 @@ RUN uninstall_packages curl ENV APP_VERSION="2026.1.22" \ BITNAMI_APP_NAME="envoy-ratelimit" \ - IMAGE_REVISION="3" \ + IMAGE_REVISION="4" \ PATH="/opt/bitnami/envoy-ratelimit/bin:$PATH" USER 1001 diff --git a/bitnami/envoy-ratelimit/README.md b/bitnami/envoy-ratelimit/README.md index 2bc959ed9f65..1afa35ecd61a 100644 --- a/bitnami/envoy-ratelimit/README.md +++ b/bitnami/envoy-ratelimit/README.md @@ -1,7 +1,5 @@ # Bitnami Secure Image for Envoy Rate Limit -## What is Envoy Rate Limit? - > Envoy Rate Limit is a Go/gRPC service enabling generic rate-limiting for apps via Redis-backed decisions based on domain and descriptors. [Overview of Envoy Rate Limit](https://github.com/envoyproxy/ratelimit) @@ -62,6 +60,8 @@ Non-root container images add an extra layer of security and are generally recom ## Configuration +The following section describes how to run commands + ### Running commands To run commands inside this container you can use `docker run`, for example to execute `ratelimit --help` you can follow the example below: