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/03/25 04:55:15 UTC

[apisix-docker] branch master updated: feat: upgrade APISIX to 2.13.0 (#295)

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

spacewander 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 e398cb6  feat: upgrade APISIX to 2.13.0 (#295)
e398cb6 is described below

commit e398cb6ac7f38e646f9033f70ee86fb7a41ef104
Author: leslie <59...@users.noreply.github.com>
AuthorDate: Fri Mar 25 12:55:09 2022 +0800

    feat: upgrade APISIX to 2.13.0 (#295)
---
 .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 a598b93..ffaac67 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.13.0-${{ matrix.platform }}
     steps:
       - uses: actions/checkout@v2
 
diff --git a/Makefile b/Makefile
index 4f31614..2299e38 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
 
 
 # APISIX ARGS
-APISIX_VERSION ?= 2.12.1
+APISIX_VERSION ?= 2.13.0
 IMAGE_NAME = apache/apisix
 IMAGE_TAR_NAME = apache_apisix
 
diff --git a/all-in-one/apisix/Dockerfile b/all-in-one/apisix/Dockerfile
index be76b59..3ecac82 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.13.0
 ARG ETCD_VERSION=v3.4.14
 
 # Build Apache APISIX
diff --git a/alpine/Dockerfile b/alpine/Dockerfile
index 02a52f3..2423816 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.4
 
-ARG APISIX_VERSION=2.12.1
+ARG APISIX_VERSION=2.13.0
 LABEL apisix_version="${APISIX_VERSION}"
 
 ARG ENABLE_PROXY
diff --git a/centos/Dockerfile b/centos/Dockerfile
index 817479d..6ce43b0 100644
--- a/centos/Dockerfile
+++ b/centos/Dockerfile
@@ -17,7 +17,7 @@
 
 FROM centos:7
 
-ARG APISIX_VERSION=2.12.1
+ARG APISIX_VERSION=2.13.0
 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 dff001b..69dfbce 100644
--- a/example/docker-compose-arm64.yml
+++ b/example/docker-compose-arm64.yml
@@ -29,7 +29,7 @@ services:
       apisix:
 
   apisix:
-    image: apache/apisix:2.12.1-alpine
+    image: apache/apisix:2.13.0-alpine
     restart: always
     volumes:
       - ./apisix_log:/usr/local/apisix/logs
diff --git a/example/docker-compose.yml b/example/docker-compose.yml
index f49767e..7c761d5 100644
--- a/example/docker-compose.yml
+++ b/example/docker-compose.yml
@@ -29,7 +29,7 @@ services:
       apisix:
 
   apisix:
-    image: apache/apisix:2.12.1-alpine
+    image: apache/apisix:2.13.0-alpine
     restart: always
     volumes:
       - ./apisix_log:/usr/local/apisix/logs