You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/02/11 08:36:39 UTC

[apisix-docker] branch release/apisix-2.10.4 updated: feat: bump APISIX to 2.10.4 (#282)

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

spacewander pushed a commit to branch release/apisix-2.10.4
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git


The following commit(s) were added to refs/heads/release/apisix-2.10.4 by this push:
     new dff8516  feat: bump APISIX to 2.10.4 (#282)
dff8516 is described below

commit dff8516fab37415bf63bc85a71c8dd5a7be0cf1e
Author: Zeping Bai <bz...@apache.org>
AuthorDate: Fri Feb 11 16:36:15 2022 +0800

    feat: bump APISIX to 2.10.4 (#282)
---
 .github/workflows/apisix-docker-test.yaml | 2 +-
 Makefile                                  | 2 +-
 all-in-one/apisix/Dockerfile              | 2 +-
 alpine/Dockerfile                         | 2 +-
 centos/Dockerfile                         | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/apisix-docker-test.yaml b/.github/workflows/apisix-docker-test.yaml
index a598b93..e215f3e 100644
--- a/.github/workflows/apisix-docker-test.yaml
+++ b/.github/workflows/apisix-docker-test.yaml
@@ -22,7 +22,7 @@ jobs:
     runs-on: ubuntu-latest
     env:
       APISIX_PATH: "./apisix-local"
-      APISIX_DOCKER_TAG: 2.12.1-${{ matrix.platform }}
+      APISIX_DOCKER_TAG: 2.10.4-${{ matrix.platform }}
     steps:
       - uses: actions/checkout@v2
 
diff --git a/Makefile b/Makefile
index 3e688a7..d802094 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
 
 
 # APISIX ARGS
-APISIX_VERSION ?= 2.12.1
+APISIX_VERSION ?= 2.10.4
 IMAGE_NAME = apache/apisix
 IMAGE_TAR_NAME = apache_apisix
 
diff --git a/all-in-one/apisix/Dockerfile b/all-in-one/apisix/Dockerfile
index ea38e0b..ccacce2 100644
--- a/all-in-one/apisix/Dockerfile
+++ b/all-in-one/apisix/Dockerfile
@@ -16,7 +16,7 @@
 #
 
 ARG ENABLE_PROXY=false
-ARG APISIX_VERSION=2.12.1
+ARG APISIX_VERSION=2.10.4
 ARG ETCD_VERSION=v3.4.14
 
 # Build Apache APISIX
diff --git a/alpine/Dockerfile b/alpine/Dockerfile
index c968840..577e4b5 100644
--- a/alpine/Dockerfile
+++ b/alpine/Dockerfile
@@ -20,7 +20,7 @@ ARG ENABLE_PROXY=false
 # Build Apache APISIX
 FROM api7/apisix-base:1.19.9.1.3
 
-ARG APISIX_VERSION=2.12.1
+ARG APISIX_VERSION=2.10.4
 LABEL apisix_version="${APISIX_VERSION}"
 
 ARG ENABLE_PROXY
diff --git a/centos/Dockerfile b/centos/Dockerfile
index 817479d..08c75ea 100644
--- a/centos/Dockerfile
+++ b/centos/Dockerfile
@@ -17,7 +17,7 @@
 
 FROM centos:7
 
-ARG APISIX_VERSION=2.12.1
+ARG APISIX_VERSION=2.10.4
 LABEL apisix_version="${APISIX_VERSION}"
 
 RUN yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm \