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/01/25 13:32:56 UTC

[GitHub] dgrove-oss commented on a change in pull request #4237: wskadmin docker images

dgrove-oss commented on a change in pull request #4237: wskadmin docker images
URL: https://github.com/apache/incubator-openwhisk/pull/4237#discussion_r250985147
 
 

 ##########
 File path: tools/admin/Dockerfile
 ##########
 @@ -0,0 +1,8 @@
+FROM python:3
+COPY wskadmin /bin/wskadmin
+COPY wskprop.py /bin/wskprop.py
+COPY wskutil.py /bin/wskutil.py
+WORKDIR /bin
+CMD wskadmin
 
 Review comment:
   @rabbah -- I agree.  Let's put wsk admin into the ow-utils image

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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