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 2020/06/24 15:37:37 UTC

[GitHub] [openwhisk] Nivekiba opened a new issue #4926: Executing openwhisk action using remote docker container (docker hub)

Nivekiba opened a new issue #4926:
URL: https://github.com/apache/openwhisk/issues/4926


   <!--
   We use the issue tracker for bugs and feature requests. For general questions and discussion please use http://slack.openwhisk.org/ or https://openwhisk.apache.org/contact.html instead.
   
   Do NOT share passwords, credentials or other confidential information.
   
   Before creating a new issue, please check if there is one already open that
   fits the defect you are reporting.
   If you open an issue and realize later it is a duplicate of a pre-existing
   open issue, please close yours and add a comment to the other.
   
   Issues can be created for either defects or enhancement requests. If you are a committer than please add the labels "bug" or "feature". If you are not a committer please make clear in the comments which one it is, so that committers can add these labels later.
   
   If you are reporting a defect, please edit the issue description to include the
   information shown below.
   
   If you are reporting an enhancement request, please include information on what you are trying to achieve and why that enhancement would help you.
   
   For more information about reporting issues, see
   https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md#raising-issues
   
   Use the commands below to provide key information from your environment:
   You do not have to include this information if this is a feature request.
   -->
   
   ## Environment details:
   
   * local deployment, native ubuntu, Mac OS, Kubernetes, ...
   * version of docker, ubuntu, ...
   
   ## Steps to reproduce the issue:
   
   1.   create an openwhisk action using `--docker <user_name>/python3action:boto3` where boto3 is the tag containing the `boto3` python library
   2.   try to execute the action
   
   ## Provide the expected results and outputs:
   
   ``` a JSON result or an action developer error
   ```
   
   ## Provide the actual results and outputs:
   
   ``` 
   ![image](https://user-images.githubusercontent.com/20845649/85586258-0dddf180-b641-11ea-888b-2fe97a5110f1.png)
   ```
   
   ## Additional information you deem important:
   * issue happens only occasionally or and i don't know what are the circumstances   
   


----------------------------------------------------------------
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] [openwhisk] Nivekiba closed issue #4926: Executing openwhisk action using remote docker container (docker hub)

Posted by GitBox <gi...@apache.org>.
Nivekiba closed issue #4926:
URL: https://github.com/apache/openwhisk/issues/4926


   


----------------------------------------------------------------
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] [openwhisk] rabbah commented on issue #4926: Executing openwhisk action using remote docker container (docker hub)

Posted by GitBox <gi...@apache.org>.
rabbah commented on issue #4926:
URL: https://github.com/apache/openwhisk/issues/4926#issuecomment-648941774


   I tried to docker pull your image `nivekiba/python3action:boto3` and failed. OpenWhisk will also try to pull this docker image. If it's not on docker hub, it would explain the reason for the failure. To use an image that is only available locally tag it as `whisk/...` instead. You can check the reason for the failure by inspecting the invoker logs using the `x-request-id` in the API response or the activation id for your failed activation.


----------------------------------------------------------------
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] [openwhisk] Nivekiba commented on issue #4926: Executing openwhisk action using remote docker container (docker hub)

Posted by GitBox <gi...@apache.org>.
Nivekiba commented on issue #4926:
URL: https://github.com/apache/openwhisk/issues/4926#issuecomment-648945340


   Ok thanks to have noticed me that the pull... after verification, that docker image doesn't even exist on my repository.


----------------------------------------------------------------
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] [openwhisk] Nivekiba commented on issue #4926: Executing openwhisk action using remote docker container (docker hub)

Posted by GitBox <gi...@apache.org>.
Nivekiba commented on issue #4926:
URL: https://github.com/apache/openwhisk/issues/4926#issuecomment-648944088


   so it is a docker hub problem ? because sometimes i can pull that image et sometimes not


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