This is an automated email from the ASF dual-hosted git repository.
chenjunxu pushed a commit to branch release/2.6.1
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/release/2.6.1 by this push:
new c0b2b66 ci: run E2E test with APISIX 2.6
c0b2b66 is described below
commit c0b2b665d23ee82adf4b7e58f36392b06f1bdb45
Author: nic-chen <[email protected]>
AuthorDate: Sun May 23 07:59:13 2021 +0800
ci: run E2E test with APISIX 2.6
---
api/test/docker/docker-compose.yaml | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/api/test/docker/docker-compose.yaml
b/api/test/docker/docker-compose.yaml
index 2da0990..300bbf7 100644
--- a/api/test/docker/docker-compose.yaml
+++ b/api/test/docker/docker-compose.yaml
@@ -127,7 +127,11 @@ services:
apisix:
hostname: apisix_server1
- image: apache/apisix:2.5-alpine
+ build:
+ context: ../../
+ dockerfile: test/docker/Dockerfile-apisix
+ args:
+ - APISIX_VERSION=2.6
restart: always
volumes:
- ./apisix_config.yaml:/usr/local/apisix/conf/config.yaml:ro
@@ -148,7 +152,11 @@ services:
apisix2:
hostname: apisix_server2
- image: apache/apisix:2.5-alpine
+ build:
+ context: ../../
+ dockerfile: test/docker/Dockerfile-apisix
+ args:
+ - APISIX_VERSION=2.6
restart: always
volumes:
- ./apisix_config2.yaml:/usr/local/apisix/conf/config.yaml:ro