apache/openwhisk-deploy-openshift

Deploy on private network

Closed this issue · 1 comments

I just posted this stackoverflow question about how can I easily pull all images from your template file and was hoping you could help me.
tl;dr I want to deploy openwhisk on my own openshift server hosted on a private netwrok where I don't have access to docker's official repository.

How can I do this?

I don't know of an easy way to pull all images from the template, although perhaps some shell scripting and template parsing could accomplish that, combined with the example of how to pull a single image from the reply to that stackoverflow question?