[bitnami/envoy-ratelimit] Release 2026.1.22-debian-12-r4 (#91295)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-03-06 05:55:24 +01:00
committed by GitHub
parent adc9dd6c2c
commit 0defcc3cc8
2 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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: