From cd464d9f3e4724be6f91c01f92c28e76976e85d8 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 12 Mar 2026 11:08:32 +0100 Subject: [PATCH] [bitnami/apisix] Release 3.15.0-debian-12-r3 (#91526) Signed-off-by: Bitnami Bot --- bitnami/apisix/3/debian-12/Dockerfile | 4 ++-- bitnami/apisix/README.md | 30 ++------------------------- 2 files changed, 4 insertions(+), 30 deletions(-) diff --git a/bitnami/apisix/3/debian-12/Dockerfile b/bitnami/apisix/3/debian-12/Dockerfile index a901cd8f9f8c..5703a2655d7a 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="2026-02-19T00:36:25Z" \ + org.opencontainers.image.created="2026-03-12T09:38:27Z" \ 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.15.0" \ BITNAMI_APP_NAME="apisix" \ - IMAGE_REVISION="2" \ + IMAGE_REVISION="3" \ 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 f05149dc764d..d27b342f0a7d 100644 --- a/bitnami/apisix/README.md +++ b/bitnami/apisix/README.md @@ -1,7 +1,5 @@ # Bitnami Secure Image for Apache APISIX -## What is Apache APISIX? - > Apache APISIX is high-performance, real-time API Gateway. Features load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, amongst others. [Overview of Apache APISIX](https://apisix.apache.org/) @@ -56,34 +54,10 @@ cd bitnami/APP/VERSION/OPERATING-SYSTEM docker build -t bitnami/APP:latest . ``` -## Maintenance - -### Upgrade this image - -Bitnami provides up-to-date versions of Apache APISIX, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container. - -#### Step 1: Get the updated image - -```console -docker pull bitnami/apisix:latest -``` - -#### Step 2: Remove the currently running container - -```console -docker rm -v apisix -``` - -#### Step 3: Run the new image - -Re-create your container from the new image. - -```console -docker run --name apisix bitnami/apisix:latest -``` - ## 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 `apisix --help` you can follow the example below: