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/02/02 10:13:52 UTC

[GitHub] [apisix-dashboard] starsz commented on issue #1415: feat: Using Dockerfile of apisix-docker project to build E2E test image

starsz commented on issue #1415:
URL: https://github.com/apache/apisix-dashboard/issues/1415#issuecomment-771527302


   > > @nic-chen
   > > Thks.
   > > Then I'll submit a PR to modify Dockerfile-apisix later.
   > > Please assigne to me.
   > 
   > @Jaycean Regarding to the implementation, AFAIK, docker-compose supports using `context` to load Dockerfile from remote git repository. Take apisix for example, you could try without pulling the Dockerfile to local.
   > 
   > ```
   >   apisix:
   >     hostname: apisix_server1
   >     build:
   >       context: https://github.com/apache/apisix-docker.git#master:all-in-one/apisix/
   >       dockerfile: Dockerfile
   >       args:
   >         - APISIX_VERSION=master
   > ```
   
   Cool, it's a good way. I like it.


----------------------------------------------------------------
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