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 2020/02/28 03:26:43 UTC

[GitHub] [incubator-apisix] hoffer32 opened a new issue #1173: bug: docker build failed with dashboard not found

hoffer32 opened a new issue #1173: bug: docker build failed with dashboard not found
URL: https://github.com/apache/incubator-apisix/issues/1173
 
 
   ### Issue description
   
   docker build -t apisix:0.8-alpine --build-arg APISIX_VERSION=0.8 -f alpine/Dockerfile alpine
   
   ```bash
   Cloning into 'incubator-apisix'...
   Warning: unmatched variable LUA_LIBDIR
   make: Nothing to be done for 'default'.
   install -d /usr/local/apisix/dashboard
   cd `mktemp -d /tmp/apisix.XXXXXX` && \
   	git clone https://github.com/iresty/apisix.git && \
   	cd apisix && \
   	git submodule update --init --recursive && \
   	cp -r dashboard/* /usr/local/apisix/dashboard
   Cloning into 'apisix'...
   cp: can't stat 'dashboard/*': No such file or directory
   make: *** [Makefile:102: install] Error 1
   
   Error: Build error: Failed installing.
   The command '/bin/sh -c cd /tmp 	&& luarocks install apisix-${APISIX_VERSION}-0.rockspec --tree=/usr/local/apisix/deps' returned a non-zero code: 1
   ```
   
   

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


With regards,
Apache Git Services

[GitHub] [incubator-apisix] membphis commented on issue #1173: bug: docker build failed with dashboard not found

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #1173: bug: docker build failed with dashboard not found
URL: https://github.com/apache/incubator-apisix/issues/1173#issuecomment-592333205
 
 
   @moonming Do you have time to look at this?

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


With regards,
Apache Git Services

[GitHub] [incubator-apisix] membphis commented on issue #1173: bug: docker build failed with dashboard not found

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #1173:
URL: https://github.com/apache/incubator-apisix/issues/1173#issuecomment-652424891


   you need to run `git submodule init` before you build the dashboard.


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



[GitHub] [incubator-apisix] membphis closed issue #1173: bug: docker build failed with dashboard not found

Posted by GitBox <gi...@apache.org>.
membphis closed issue #1173:
URL: https://github.com/apache/incubator-apisix/issues/1173


   


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