You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/04/11 07:06:14 UTC

[GitHub] [apisix-dashboard] nic-chen commented on a change in pull request #1744: fix: use image of APISIX on docker hub instead of build from dockerfile

nic-chen commented on a change in pull request #1744:
URL: https://github.com/apache/apisix-dashboard/pull/1744#discussion_r611142640



##########
File path: api/test/docker/docker-compose.yaml
##########
@@ -152,11 +153,12 @@ services:
 
   apisix2:
     hostname: apisix_server2
-    build:
-      context: ../../
-      dockerfile: test/docker/Dockerfile-apisix
-      args:
-        - APISIX_VERSION=2.4
+    image: apache/apisix:2.4-alpine
+    # build:

Review comment:
       removed




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org