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/05/27 01:33:37 UTC

[apisix-docker] branch release/apisix-2.14.1 created (now fff8b5e)

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

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


      at fff8b5e  feat: upgrade APISIX to 2.14.1

This branch includes the following new commits:

     new fff8b5e  feat: upgrade APISIX to 2.14.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[apisix-docker] 01/01: feat: upgrade APISIX to 2.14.1

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fff8b5ee1272747dbfa22485ddaf8e12f51db9e8
Author: spacewander <sp...@gmail.com>
AuthorDate: Fri May 27 09:32:55 2022 +0800

    feat: upgrade APISIX to 2.14.1
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 .github/workflows/apisix-docker-test.yaml | 2 +-
 Makefile                                  | 2 +-
 all-in-one/apisix/Dockerfile              | 2 +-
 alpine/Dockerfile                         | 2 +-
 centos/Dockerfile                         | 2 +-
 example/docker-compose-arm64.yml          | 2 +-
 example/docker-compose.yml                | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/apisix-docker-test.yaml b/.github/workflows/apisix-docker-test.yaml
index 1520a95..2010ff5 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.14.0-${{ matrix.platform }}
+      APISIX_DOCKER_TAG: 2.14.1-${{ matrix.platform }}
     steps:
       - uses: actions/checkout@v2
 
diff --git a/Makefile b/Makefile
index d615a39..ecef747 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
 
 
 # APISIX ARGS
-APISIX_VERSION ?= 2.14.0
+APISIX_VERSION ?= 2.14.1
 IMAGE_NAME = apache/apisix
 IMAGE_TAR_NAME = apache_apisix
 
diff --git a/all-in-one/apisix/Dockerfile b/all-in-one/apisix/Dockerfile
index ac7e5b9..ac6bd20 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.14.0
+ARG APISIX_VERSION=2.14.1
 ARG ETCD_VERSION=v3.4.14
 
 # Build Apache APISIX
diff --git a/alpine/Dockerfile b/alpine/Dockerfile
index bd71ad0..55218ee 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.6
 
-ARG APISIX_VERSION=2.14.0
+ARG APISIX_VERSION=2.14.1
 LABEL apisix_version="${APISIX_VERSION}"
 
 ARG ENABLE_PROXY
diff --git a/centos/Dockerfile b/centos/Dockerfile
index d696f98..b35a642 100644
--- a/centos/Dockerfile
+++ b/centos/Dockerfile
@@ -17,7 +17,7 @@
 
 FROM centos:7
 
-ARG APISIX_VERSION=2.14.0
+ARG APISIX_VERSION=2.14.1
 LABEL apisix_version="${APISIX_VERSION}"
 
 RUN yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm \
diff --git a/example/docker-compose-arm64.yml b/example/docker-compose-arm64.yml
index cb425fe..b502fb1 100644
--- a/example/docker-compose-arm64.yml
+++ b/example/docker-compose-arm64.yml
@@ -29,7 +29,7 @@ services:
       apisix:
 
   apisix:
-    image: apache/apisix:2.14.0-alpine
+    image: apache/apisix:2.14.1-alpine
     restart: always
     volumes:
       - ./apisix_log:/usr/local/apisix/logs
diff --git a/example/docker-compose.yml b/example/docker-compose.yml
index 4e20260..f4ab270 100644
--- a/example/docker-compose.yml
+++ b/example/docker-compose.yml
@@ -29,7 +29,7 @@ services:
       apisix:
 
   apisix:
-    image: apache/apisix:2.14.0-alpine
+    image: apache/apisix:2.14.1-alpine
     restart: always
     volumes:
       - ./apisix_log:/usr/local/apisix/logs