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 2022/02/17 08:54:44 UTC

[GitHub] [apisix] WeiWANG0118 opened a new issue #6353: request help: Can't build image - apisix-docker/all-in-one-dashboard

WeiWANG0118 opened a new issue #6353:
URL: https://github.com/apache/apisix/issues/6353


   ### Issue description
   
   Hello, 
   
   I can't build the image apisix-docker/all-in-one-dashboard/Dockerfile. 
   
   Here are the logs: 
   ```
   #37 628.4 
   #37 628.4 Why you should do it regularly:
   #37 628.4 https://github.com/browserslist/browserslist#browsers-data-updating
   #37 1037.7 error Command failed with signal "SIGKILL".
   #37 1037.7 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
   ------
   executor failed running [/bin/sh -c if [ "$ENABLE_PROXY" = "true" ] ; then yarn config set registry https://registry.npmmirror.com/ ; fi     && yarn install     && yarn build]: exit code: 1
   make: *** [build-dashboard] Error 1
   ```
   
   
   ### Environment
   
   - apisix version (cmd: `apisix version`):
   - OS (cmd: `uname -a`):
   - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
   - etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API):
   - apisix-dashboard version, if have:
   - the plugin runner version, if the issue is about a plugin runner (cmd: depended on the kind of runner):
   - luarocks version, if the issue is about installation (cmd: `luarocks --version`):
   


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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix] WeiWANG0118 commented on issue #6353: request help: Can't build image - apisix-docker/all-in-one-dashboard

Posted by GitBox <gi...@apache.org>.
WeiWANG0118 commented on issue #6353:
URL: https://github.com/apache/apisix/issues/6353#issuecomment-1042740809


   > > Yes, but why did it happen? And how to resolve it?
   > 
   > Cannot get the result without any other information. Is it reproduced every time you running it?
   
   Yes. Everytime, so I can't build the image all-in-one/dashboard. I don't know if it just happens to me or what. It's depressing.


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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix] WeiWANG0118 commented on issue #6353: request help: Can't build image - apisix-docker/all-in-one-dashboard

Posted by GitBox <gi...@apache.org>.
WeiWANG0118 commented on issue #6353:
URL: https://github.com/apache/apisix/issues/6353#issuecomment-1042757959


   > Actually, you don't have to do so.
   > 
   > `build-dashboard` deprecated via [apisix-docker PR 259](https://github.com/apache/apisix-docker/pull/259)
   > 
   > `make build-dashboard-centos` or `make build-dashboard-alpine` can be used instead.
   
   It's really hard for new comers to deploy their own apisix service. 


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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix] tokers commented on issue #6353: request help: Can't build image - apisix-docker/all-in-one-dashboard

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #6353:
URL: https://github.com/apache/apisix/issues/6353#issuecomment-1042737569


   > Yes, but why did it happen? And how to resolve it?
   
   Cannot get the result without any other information. Is it reproduced every time you running 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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix] leslie-tsang commented on issue #6353: request help: Can't build image - apisix-docker/all-in-one-dashboard

Posted by GitBox <gi...@apache.org>.
leslie-tsang commented on issue #6353:
URL: https://github.com/apache/apisix/issues/6353#issuecomment-1042747997


   Actually, you don't have to do so.
   
   `build-dashboard` deprecated via [apisix-docker PR 259](https://github.com/apache/apisix-docker/pull/259)
   
   `make build-dashboard-centos` or `make build-dashboard-alpine` can be used instead.


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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix] WeiWANG0118 removed a comment on issue #6353: request help: Can't build image - apisix-docker/all-in-one-dashboard

Posted by GitBox <gi...@apache.org>.
WeiWANG0118 removed a comment on issue #6353:
URL: https://github.com/apache/apisix/issues/6353#issuecomment-1042731510


   > > #37 1037.7 error Command failed with signal "SIGKILL".
   > 
   > It's terminated by the Kill signal.
   
   


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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix] tokers commented on issue #6353: request help: Can't build image - apisix-docker/all-in-one-dashboard

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #6353:
URL: https://github.com/apache/apisix/issues/6353#issuecomment-1042727518


   > #37 1037.7 error Command failed with signal "SIGKILL".
   
   It's terminated by the Kill signal.


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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix] WeiWANG0118 closed issue #6353: request help: Can't build image - apisix-docker/all-in-one-dashboard

Posted by GitBox <gi...@apache.org>.
WeiWANG0118 closed issue #6353:
URL: https://github.com/apache/apisix/issues/6353


   


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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix] WeiWANG0118 commented on issue #6353: request help: Can't build image - apisix-docker/all-in-one-dashboard

Posted by GitBox <gi...@apache.org>.
WeiWANG0118 commented on issue #6353:
URL: https://github.com/apache/apisix/issues/6353#issuecomment-1042731510


   > > #37 1037.7 error Command failed with signal "SIGKILL".
   > 
   > It's terminated by the Kill signal.
   
   


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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix] WeiWANG0118 commented on issue #6353: request help: Can't build image - apisix-docker/all-in-one-dashboard

Posted by GitBox <gi...@apache.org>.
WeiWANG0118 commented on issue #6353:
URL: https://github.com/apache/apisix/issues/6353#issuecomment-1042732591


   Yes, but why did it happen? And how to resolve 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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix] leslie-tsang commented on issue #6353: request help: Can't build image - apisix-docker/all-in-one-dashboard

Posted by GitBox <gi...@apache.org>.
leslie-tsang commented on issue #6353:
URL: https://github.com/apache/apisix/issues/6353#issuecomment-1042764615


   > It's really hard for new comers to deploy their own apisix service.
   
   It's not recommended for newbie to build their own apisix images. 
   
   Make your life easier by using docker-compose. more detail in [quickstart-via-docker-compose](https://github.com/apache/apisix-docker#quickstart-via-docker-compose)


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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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