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/11/14 03:36:50 UTC

[GitHub] [openwhisk] tysonnorris commented on issue #4705: SPI for ContainerProxy

tysonnorris commented on issue #4705: SPI for ContainerProxy
URL: https://github.com/apache/openwhisk/issues/4705#issuecomment-553709624
 
 
   Hi - 
   Can you elaborate why this should not be an aspect of the runtime image? ContainerProxy manages the state only from perspective of the ContainerPool, and the runtime image manages the state from the perspective of container state - so I think what you describe probably belongs in the runtime image. 
   
   Within the image, you have a few options for affecting the state of the container:
   - build it into the image
   - do something during /init
   - do something during /run
   
   Can you give a concrete example of _We want to provide platform/runtime level facilities for our actions that need to be provisioned for the specific action_?
   
   Also, have you considered doing these things in a separate action as part of a sequence or composition?

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