[bitnami/envoy-ratelimit] Release 2026.3.12-debian-12-r0 (#91524)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-03-12 08:55:49 +01:00
committed by GitHub
parent 2501c2a937
commit 9afce8eb0e

View File

@@ -7,13 +7,13 @@ 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-03-06T04:30:31Z" \
org.opencontainers.image.created="2026-03-12T07:48:08Z" \
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" \
org.opencontainers.image.title="envoy-ratelimit" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="2026.1.22"
org.opencontainers.image.version="2026.3.12"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -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-2-linux-${OS_ARCH}-debian-12" \
"envoy-ratelimit-2026.3.12-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -45,9 +45,9 @@ RUN chmod g+rwX /opt/bitnami
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
RUN uninstall_packages curl
ENV APP_VERSION="2026.1.22" \
ENV APP_VERSION="2026.3.12" \
BITNAMI_APP_NAME="envoy-ratelimit" \
IMAGE_REVISION="4" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/envoy-ratelimit/bin:$PATH"
USER 1001