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/03/26 19:32:17 UTC

[GitHub] [openwhisk-runtime-dotnet] kamyker commented on issue #34: Running 3.1 on IBM

kamyker commented on issue #34: Running 3.1 on IBM
URL: https://github.com/apache/openwhisk-runtime-dotnet/issues/34#issuecomment-604639785
 
 
   Interesting!
   
   Finally managed to make openwhisk work on my windows with the kubernates guide. Also made (my first :) ) docker image of 3.1.
   
   Created simple bat to make iteration little bit faster
   ```
   docker build -t kamyker/openwhisk-action-dotnet-v3.1:latest .
   docker push kamyker/openwhisk-action-dotnet-v3.1:latest
   pause
   ```
   It takes only 20-30 sec but I guess there's a better way.
   
   Is there any way to use local image? Something like this https://github.com/apache/openwhisk-deploy-kube#deploying-a-locally-built-docker-image but for runtime --kind 3.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