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 86f65b7  feat: release APISIX 3.0.0 (#372)
86f65b7 is described below

commit 86f65b755697c5c7b72c38e7577d64c047050f32
Author: tzssangglass <[email protected]>
AuthorDate: Wed Nov 2 11:31:18 2022 +0800

    feat: release APISIX 3.0.0 (#372)
---
 .github/workflows/apisix_push_docker_hub.yaml | 2 +-
 Makefile                                      | 2 +-
 all-in-one/apisix/Dockerfile                  | 2 +-
 alpine/Dockerfile                             | 2 +-
 centos/Dockerfile                             | 2 +-
 debian/Dockerfile                             | 2 +-
 example/docker-compose-arm64.yml              | 2 +-
 example/docker-compose.yml                    | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/apisix_push_docker_hub.yaml 
b/.github/workflows/apisix_push_docker_hub.yaml
index 8d307f7..000f1c7 100644
--- a/.github/workflows/apisix_push_docker_hub.yaml
+++ b/.github/workflows/apisix_push_docker_hub.yaml
@@ -13,7 +13,7 @@ jobs:
           - centos
           - debian
     env:
-      APISIX_DOCKER_TAG: 2.99.0-${{ matrix.platform }}
+      APISIX_DOCKER_TAG: 3.0.0-${{ matrix.platform }}
 
     steps:
       - name: Check out the repo
diff --git a/Makefile b/Makefile
index 5968cfd..b8d54ae 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
 
 
 # APISIX ARGS
-APISIX_VERSION ?= 2.99.0
+APISIX_VERSION ?= 3.0.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 2e9e22e..00efb52 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.99.0
+ARG APISIX_VERSION=3.0.0
 ARG ETCD_VERSION=v3.5.4
 
 # Build Apache APISIX
diff --git a/alpine/Dockerfile b/alpine/Dockerfile
index 6c38599..fd49bb5 100644
--- a/alpine/Dockerfile
+++ b/alpine/Dockerfile
@@ -20,7 +20,7 @@ ARG ENABLE_PROXY=false
 # Build Apache APISIX
 FROM api7/apisix-base:1.21.4.1.2
 
-ARG APISIX_VERSION=2.99.0
+ARG APISIX_VERSION=3.0.0
 LABEL apisix_version="${APISIX_VERSION}"
 
 ARG ENABLE_PROXY
diff --git a/centos/Dockerfile b/centos/Dockerfile
index cb198d6..041860a 100644
--- a/centos/Dockerfile
+++ b/centos/Dockerfile
@@ -17,7 +17,7 @@
 
 FROM centos:7
 
-ARG APISIX_VERSION=2.99.0
+ARG APISIX_VERSION=3.0.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/debian/Dockerfile b/debian/Dockerfile
index d84a7c1..23b8480 100644
--- a/debian/Dockerfile
+++ b/debian/Dockerfile
@@ -17,7 +17,7 @@
 
 FROM debian:bullseye-slim
 
-ARG APISIX_VERSION=2.99.0
+ARG APISIX_VERSION=3.0.0
 
 RUN set -ex; \
     arch=$(dpkg --print-architecture); \
diff --git a/example/docker-compose-arm64.yml b/example/docker-compose-arm64.yml
index bcc8bf7..ae47f5e 100644
--- a/example/docker-compose-arm64.yml
+++ b/example/docker-compose-arm64.yml
@@ -29,7 +29,7 @@ services:
       apisix:
 
   apisix:
-    image: apache/apisix:2.99.0-debian
+    image: apache/apisix:3.0.0-debian
     restart: always
     volumes:
       - ./apisix_log:/usr/local/apisix/logs
diff --git a/example/docker-compose.yml b/example/docker-compose.yml
index 93581c6..6b96613 100644
--- a/example/docker-compose.yml
+++ b/example/docker-compose.yml
@@ -29,7 +29,7 @@ services:
       apisix:
 
   apisix:
-    image: apache/apisix:2.99.0-debian
+    image: apache/apisix:3.0.0-debian
     restart: always
     volumes:
       - ./apisix_log:/usr/local/apisix/logs

Reply via email to