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 12:29:30 UTC

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

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

 ##########
 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:
   @dgrove-oss don't we have a utilities docker image (for ansible related stuff) and if so, can we reuse it and stuff wskadmin there?

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