This is an automated email from the ASF dual-hosted git repository.

shreemaan-abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e96077  chore: release 3.18.0 (#631)
5e96077 is described below

commit 5e96077e49b217770aeb5d989edca8781a40f7e0
Author: Shreemaan Abhishek <[email protected]>
AuthorDate: Fri Aug 21 17:01:50 2026 +0800

    chore: release 3.18.0 (#631)
    
    Signed-off-by: Abhishek Choudhary <[email protected]>
---
 .github/workflows/apisix-docker-example-test-standalone.yaml | 2 +-
 .github/workflows/apisix-docker-example-test.yaml            | 2 +-
 .github/workflows/apisix_push_docker_hub.yaml                | 2 +-
 Makefile                                                     | 4 ++--
 all-in-one/apisix-dashboard/Dockerfile                       | 2 +-
 debian/Dockerfile                                            | 2 +-
 docs/en/latest/build.md                                      | 2 +-
 example/docker-compose-arm64.yml                             | 2 +-
 example/docker-compose-standalone.yml                        | 2 +-
 example/docker-compose.yml                                   | 2 +-
 redhat/Dockerfile                                            | 2 +-
 ubuntu/Dockerfile                                            | 2 +-
 12 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/.github/workflows/apisix-docker-example-test-standalone.yaml 
b/.github/workflows/apisix-docker-example-test-standalone.yaml
index 44f23f9..c44b169 100644
--- a/.github/workflows/apisix-docker-example-test-standalone.yaml
+++ b/.github/workflows/apisix-docker-example-test-standalone.yaml
@@ -14,7 +14,7 @@ on:
       - 'release/apisix-2.15.**'
 
 env:
-  APISIX_VERSION: "3.17.0"
+  APISIX_VERSION: "3.18.0"
 
 jobs:
   prepare:
diff --git a/.github/workflows/apisix-docker-example-test.yaml 
b/.github/workflows/apisix-docker-example-test.yaml
index b5d5e35..0440864 100644
--- a/.github/workflows/apisix-docker-example-test.yaml
+++ b/.github/workflows/apisix-docker-example-test.yaml
@@ -14,7 +14,7 @@ on:
       - 'release/apisix-2.15.**'
 
 env:
-  APISIX_VERSION: "3.17.0"
+  APISIX_VERSION: "3.18.0"
 
 jobs:
   prepare:
diff --git a/.github/workflows/apisix_push_docker_hub.yaml 
b/.github/workflows/apisix_push_docker_hub.yaml
index 4b60713..db2b717 100644
--- a/.github/workflows/apisix_push_docker_hub.yaml
+++ b/.github/workflows/apisix_push_docker_hub.yaml
@@ -19,7 +19,7 @@ jobs:
           - debian
           - redhat
     env:
-      APISIX_DOCKER_TAG: 3.17.0-${{ matrix.platform }}
+      APISIX_DOCKER_TAG: 3.18.0-${{ matrix.platform }}
 
     steps:
       - name: Check out the repo
diff --git a/Makefile b/Makefile
index 188aeba..d927db1 100644
--- a/Makefile
+++ b/Makefile
@@ -21,8 +21,8 @@ SHELL := bash
 
 
 # APISIX ARGS
-APISIX_VERSION ?= 3.17.0
-MAX_APISIX_VERSION ?= 3.17.0
+APISIX_VERSION ?= 3.18.0
+MAX_APISIX_VERSION ?= 3.18.0
 IMAGE_NAME = apache/apisix
 IMAGE_TAR_NAME = apache_apisix
 APISIX_REPO = https://github.com/apache/apisix
diff --git a/all-in-one/apisix-dashboard/Dockerfile 
b/all-in-one/apisix-dashboard/Dockerfile
index 46414c7..8fad854 100644
--- a/all-in-one/apisix-dashboard/Dockerfile
+++ b/all-in-one/apisix-dashboard/Dockerfile
@@ -17,7 +17,7 @@
 
 ARG ENABLE_PROXY=false
 ARG ETCD_VERSION=v3.4.14
-ARG APISIX_VERSION=3.17.0
+ARG APISIX_VERSION=3.18.0
 ARG APISIX_DASHBOARD_VERSION=master
 
 # Build Apache APISIX (using official package with apisix-nginx-module)
diff --git a/debian/Dockerfile b/debian/Dockerfile
index 01305d2..65a5898 100644
--- a/debian/Dockerfile
+++ b/debian/Dockerfile
@@ -17,7 +17,7 @@
 
 FROM debian:bookworm-slim
 
-ARG APISIX_VERSION=3.17.0
+ARG APISIX_VERSION=3.18.0
 
 RUN set -ex; \
     arch=$(dpkg --print-architecture); \
diff --git a/docs/en/latest/build.md b/docs/en/latest/build.md
index 24592f5..8e10a20 100644
--- a/docs/en/latest/build.md
+++ b/docs/en/latest/build.md
@@ -43,7 +43,7 @@ Find an APISIX [release 
version](https://github.com/apache/apisix/releases) to b
 Build a Docker image from the release:
 
 ```shell
-APISIX_VERSION=3.17.0   # specify release version
+APISIX_VERSION=3.18.0   # specify release version
 DISTRO=debian           # debian, redhat
 make build-on-$DISTRO
 ```
diff --git a/example/docker-compose-arm64.yml b/example/docker-compose-arm64.yml
index 488c89d..0c5ccfa 100644
--- a/example/docker-compose-arm64.yml
+++ b/example/docker-compose-arm64.yml
@@ -19,7 +19,7 @@ version: "3"
 
 services:
   apisix:
-    image: apache/apisix:3.17.0-debian
+    image: apache/apisix:3.18.0-debian
     restart: always
     volumes:
       - ./apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml:ro
diff --git a/example/docker-compose-standalone.yml 
b/example/docker-compose-standalone.yml
index 3be1c30..08fd155 100644
--- a/example/docker-compose-standalone.yml
+++ b/example/docker-compose-standalone.yml
@@ -19,7 +19,7 @@ version: "3"
 
 services:
   apisix:
-    image: apache/apisix:${APISIX_IMAGE_TAG:-3.17.0-debian}
+    image: apache/apisix:${APISIX_IMAGE_TAG:-3.18.0-debian}
     restart: always
     volumes:
       - 
./apisix_conf/apisix-standalone.yaml:/usr/local/apisix/conf/apisix.yaml:ro
diff --git a/example/docker-compose.yml b/example/docker-compose.yml
index 5834dd7..92bc786 100644
--- a/example/docker-compose.yml
+++ b/example/docker-compose.yml
@@ -19,7 +19,7 @@ version: "3"
 
 services:
   apisix:
-    image: apache/apisix:${APISIX_IMAGE_TAG:-3.17.0-debian}
+    image: apache/apisix:${APISIX_IMAGE_TAG:-3.18.0-debian}
     restart: always
     volumes:
       - ./apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml:ro
diff --git a/redhat/Dockerfile b/redhat/Dockerfile
index 930007e..69e4e11 100644
--- a/redhat/Dockerfile
+++ b/redhat/Dockerfile
@@ -17,7 +17,7 @@
 
 FROM registry.access.redhat.com/ubi9/ubi:9.6
 
-ARG APISIX_VERSION=3.17.0
+ARG APISIX_VERSION=3.18.0
 LABEL apisix_version="${APISIX_VERSION}"
 COPY ./yum.repos.d/apache-apisix.repo /etc/yum.repos.d/apache-apisix.repo
 COPY ./yum.repos.d/openresty.repo /etc/yum.repos.d/openresty.repo
diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile
index 3d05832..6c2c8da 100644
--- a/ubuntu/Dockerfile
+++ b/ubuntu/Dockerfile
@@ -17,7 +17,7 @@
 
 FROM ubuntu:24.04
 
-ARG APISIX_VERSION=3.17.0
+ARG APISIX_VERSION=3.18.0
 
 RUN set -ex; \
     arch=$(dpkg --print-architecture); \

Reply via email to