From 3385cdfd196fc2b3a04fe3e7dfc3e92b915191bc Mon Sep 17 00:00:00 2001 From: tzssangglass Date: Tue, 28 Jun 2022 11:50:33 +0800 Subject: [PATCH] feat: upgrade APISIX to 2.13.2 --- .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 f19341b7..cc04e2f4 100644 --- a/.github/workflows/apisix-docker-test.yaml +++ b/.github/workflows/apisix-docker-test.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest env: - APISIX_DOCKER_TAG: 2.14.1-${{ matrix.platform }} + APISIX_DOCKER_TAG: 2.13.2-${{ matrix.platform }} steps: - uses: actions/checkout@v2 diff --git a/Makefile b/Makefile index f29b91da..acf15cee 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ # APISIX ARGS -APISIX_VERSION ?= 2.14.1 +APISIX_VERSION ?= 2.13.2 IMAGE_NAME = apache/apisix IMAGE_TAR_NAME = apache_apisix diff --git a/all-in-one/apisix/Dockerfile b/all-in-one/apisix/Dockerfile index ac6bd200..e28e12b9 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.1 +ARG APISIX_VERSION=2.13.2 ARG ETCD_VERSION=v3.4.14 # Build Apache APISIX diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 55218eef..915c357d 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.1 +ARG APISIX_VERSION=2.13.2 LABEL apisix_version="${APISIX_VERSION}" ARG ENABLE_PROXY diff --git a/centos/Dockerfile b/centos/Dockerfile index b35a6426..18f028d0 100644 --- a/centos/Dockerfile +++ b/centos/Dockerfile @@ -17,7 +17,7 @@ FROM centos:7 -ARG APISIX_VERSION=2.14.1 +ARG APISIX_VERSION=2.13.2 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 c18c0a26..6f1c5419 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.1-alpine + image: apache/apisix:2.13.2-alpine restart: always volumes: - ./apisix_log:/usr/local/apisix/logs diff --git a/example/docker-compose.yml b/example/docker-compose.yml index 2688bce2..035586be 100644 --- a/example/docker-compose.yml +++ b/example/docker-compose.yml @@ -29,7 +29,7 @@ services: apisix: apisix: - image: apache/apisix:2.14.1-alpine + image: apache/apisix:2.13.2-alpine restart: always volumes: - ./apisix_log:/usr/local/apisix/logs