sciabarracom opened a new issue, #159:
URL: https://github.com/apache/openserverless/issues/159

   ## Why you need it?
   We need to be able to deploy custom runtimes built dinamycally, mostly to 
suppoer embedding large dependencies set for python, java and node. For this 
purpose we need to deploy an internal registry and configure the invokers to be 
able to use it.
   
   ## How it could be?
   The operrator should deploy a local registry, protected by a random secret.
   The Invoker should be able to execute images published to the internal 
registry, using a configuration like `--docker registry/image:hash` (building 
images is managed seprately and not in scope of this issue).
   
   
   ## Other related information
   
   If it is possible, keep the service accessibile only internally (and 
externally only using a port forwarding). If it is not possibile, expose it 
with an ingress as img.<apihost>
   
   
   
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to