You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/10/23 13:58:53 UTC

[GitHub] [openwhisk] sven-lange-last edited a comment on issue #4067: [Issue] 100% reproducible ok: invoked /guest/example, but the request has not yet finished, with id xxxx

sven-lange-last edited a comment on issue #4067: [Issue] 100% reproducible ok: invoked /guest/example, but the request has not yet finished, with id xxxx
URL: https://github.com/apache/openwhisk/issues/4067#issuecomment-545457372
 
 
   @Mehervani11 your additions from above contain bearer tokens in clear text in the diagnostic output. I suggest to remove them...
   
   Concerning blackbox actions in general: you cannot just use an arbitrary Docker image as blackbox container. It must support the standard Invoker-runtime interface described here: https://github.com/apache/openwhisk/blob/master/docs/actions-new.md#action-interface. In summary, the resulting container has to listen on TCP port 8080 and needs to support two "commands" on routes `/init` and `/run`.
   
   From looking over this issue, my expression is that you "just" created an image basing on `openjdk:8-jdk-alpine` and run a standalone Java application. I may be wrong...
   
   This document describes how to properly use blackbox / Docker actions on openwhisk: https://github.com/apache/openwhisk/blob/master/docs/actions-docker.md.

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