diff --git a/bitnami/apisix/3/debian-12/Dockerfile b/bitnami/apisix/3/debian-12/Dockerfile index f034374a4291..7e677c140353 100644 --- a/bitnami/apisix/3/debian-12/Dockerfile +++ b/bitnami/apisix/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-09-07T00:20:00Z" \ + org.opencontainers.image.created="2025-10-07T00:40:56Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/apisix/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/apisix" \ @@ -48,7 +48,7 @@ RUN uninstall_packages curl ENV APP_VERSION="3.13.0" \ BITNAMI_APP_NAME="apisix" \ - IMAGE_REVISION="5" \ + IMAGE_REVISION="6" \ LUA_PATH="/opt/bitnami/apisix/deps/share/lua/5.1/?/init.lua" \ PATH="/opt/bitnami/apisix/bin:/opt/bitnami/apisix/openresty/bin:/opt/bitnami/apisix/openresty/luajit/bin:/opt/bitnami/apisix/openresty/nginx/sbin:/opt/bitnami/apisix/openresty/luarocks/bin:$PATH" diff --git a/bitnami/apisix/README.md b/bitnami/apisix/README.md index 2fe3bc72d881..6564f488d45d 100644 --- a/bitnami/apisix/README.md +++ b/bitnami/apisix/README.md @@ -103,6 +103,12 @@ docker run --rm --name apisix bitnami/apisix:latest --help Check the [official Apache APISIX documentation](https://apisix.apache.org/docs/) for more information about how to use Apache APISIX. +### FIPS configuration in Bitnami Secure Images + +The Bitnami Apache APISIX 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