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 2021/07/28 01:01:35 UTC

[apisix-docker] branch master updated: feat: release APISIX 2.8 (#199)

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 47a6cbb  feat: release APISIX 2.8 (#199)
47a6cbb is described below

commit 47a6cbb77dd5f8e129d380d68ea92bf5b4f4c59e
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Wed Jul 28 09:01:26 2021 +0800

    feat: release APISIX 2.8 (#199)
---
 .github/workflows/apisix-docker-test.yaml | 2 +-
 Makefile                                  | 2 +-
 alpine/Dockerfile                         | 2 +-
 centos/Dockerfile                         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/apisix-docker-test.yaml b/.github/workflows/apisix-docker-test.yaml
index 4e7862a..991a05d 100644
--- a/.github/workflows/apisix-docker-test.yaml
+++ b/.github/workflows/apisix-docker-test.yaml
@@ -21,7 +21,7 @@ jobs:
     runs-on: ubuntu-latest
     env:
       APISIX_PATH: "./apisix-local"
-      APISIX_DOCKER_TAG: 2.7-${{ matrix.platform }}
+      APISIX_DOCKER_TAG: 2.8-${{ matrix.platform }}
     steps:
       - uses: actions/checkout@v2
 
diff --git a/Makefile b/Makefile
index 209fc25..105a79b 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 #
 default: help
 
-APISIX_VERSION ?= 2.7
+APISIX_VERSION ?= 2.8
 IMAGE_NAME = apache/apisix
 IMAGE_TAR_NAME = apache_apisix
 
diff --git a/alpine/Dockerfile b/alpine/Dockerfile
index 289534e..43185b2 100644
--- a/alpine/Dockerfile
+++ b/alpine/Dockerfile
@@ -2,7 +2,7 @@ ARG ENABLE_PROXY=false
 
 FROM openresty/openresty:1.19.3.1-alpine-fat AS production-stage
 
-ARG APISIX_VERSION=2.7
+ARG APISIX_VERSION=2.8
 LABEL apisix_version="${APISIX_VERSION}"
 
 ARG ENABLE_PROXY
diff --git a/centos/Dockerfile b/centos/Dockerfile
index 1a2e2dd..17e5543 100644
--- a/centos/Dockerfile
+++ b/centos/Dockerfile
@@ -1,6 +1,6 @@
 FROM centos:7
 
-ARG APISIX_VERSION=2.7
+ARG APISIX_VERSION=2.8
 LABEL apisix_version="${APISIX_VERSION}"
 
 RUN yum -y install yum-utils\