[bitnami/apisix] Release 3.13.0-debian-12-r6 (#86898)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
396af6c8f2
commit
c0b58c5526
|
|
@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
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.description="Application packaged by Broadcom, Inc." \
|
||||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/apisix/README.md" \
|
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" \
|
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" \
|
ENV APP_VERSION="3.13.0" \
|
||||||
BITNAMI_APP_NAME="apisix" \
|
BITNAMI_APP_NAME="apisix" \
|
||||||
IMAGE_REVISION="5" \
|
IMAGE_REVISION="6" \
|
||||||
LUA_PATH="/opt/bitnami/apisix/deps/share/lua/5.1/?/init.lua" \
|
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"
|
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"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.
|
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
|
## Notable Changes
|
||||||
|
|
||||||
### Starting January 16, 2024
|
### Starting January 16, 2024
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue