[bitnami/nginx-ingress-controller] Release 1.13.3-debian-12-r0 (#86797)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-09-30 18:56:30 +02:00
committed by GitHub
parent fe8f9c13ce
commit be2e834c05
2 changed files with 11 additions and 5 deletions

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="2025-09-07T01:57:56Z" \
org.opencontainers.image.created="2025-09-30T16:19:39Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/nginx-ingress-controller/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/nginx-ingress-controller" \
org.opencontainers.image.title="nginx-ingress-controller" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="1.13.2"
org.opencontainers.image.version="1.13.3"
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=( \
"nginx-ingress-controller-1.13.2-2-linux-${OS_ARCH}-debian-12" \
"nginx-ingress-controller-1.13.3-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -61,9 +61,9 @@ RUN setcap cap_net_bind_service=+ep /nginx-ingress-controller && \
RUN mkdir -p /etc/ingress-controller/auth /etc/ingress-controller/ssl
RUN ln -sf /dev/stdout /var/log/nginx/access.log && \
ln -sf /dev/stderr /var/log/nginx/error.log
ENV APP_VERSION="1.13.2" \
ENV APP_VERSION="1.13.3" \
BITNAMI_APP_NAME="nginx-ingress-controller" \
IMAGE_REVISION="3" \
IMAGE_REVISION="0" \
LD_LIBRARY_PATH="/lib:/usr/lib:/usr/local/lib:/modules_mount/etc/nginx/modules/otel:$LD_LIBRARY_PATH" \
LUA_CPATH="/usr/local/lib/lua/?/?.so;/usr/local/lib/lua/?.so;;" \
LUA_PATH="/usr/local/share/luajit-2.1.0-beta3/?.lua;/usr/local/share/lua/5.1/?.lua;/usr/local/lib/lua/?.lua;;" \

View File

@@ -53,6 +53,12 @@ Subscribe to project updates by watching the [bitnami/containers GitHub repo](ht
For further documentation, please check [here](https://github.com/kubernetes/ingress-nginx).
### FIPS configuration in Bitnami Secure Images
The Bitnami NGINX Ingress Controller Docker image from the [Bitnami Secure Images](https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables:
- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`.
## Notable Changes
### Starting January 16, 2024