This is an automated email from the ASF dual-hosted git repository.
sunyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 8b6080d fix: use image of APISIX on docker hub instead of build from
dockerfile (#1744)
8b6080d is described below
commit 8b6080d2fc87bb5936650a647b67e1480745721a
Author: nic-chen <[email protected]>
AuthorDate: Sun Apr 11 16:19:48 2021 +0800
fix: use image of APISIX on docker hub instead of build from dockerfile
(#1744)
---
api/test/docker/docker-compose.yaml | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/api/test/docker/docker-compose.yaml
b/api/test/docker/docker-compose.yaml
index fdc9dd1..16d6e62 100644
--- a/api/test/docker/docker-compose.yaml
+++ b/api/test/docker/docker-compose.yaml
@@ -127,11 +127,7 @@ services:
apisix:
hostname: apisix_server1
- build:
- context: ../../
- dockerfile: test/docker/Dockerfile-apisix
- args:
- - APISIX_VERSION=2.4
+ image: apache/apisix:2.4-alpine
restart: always
volumes:
- ./apisix_config.yaml:/usr/local/apisix/conf/config.yaml:ro
@@ -152,11 +148,7 @@ services:
apisix2:
hostname: apisix_server2
- build:
- context: ../../
- dockerfile: test/docker/Dockerfile-apisix
- args:
- - APISIX_VERSION=2.4
+ image: apache/apisix:2.4-alpine
restart: always
volumes:
- ./apisix_config2.yaml:/usr/local/apisix/conf/config.yaml:ro