you can use oc import-image. also you can directly reference an image on a docker registry when defining a pod, so i'm not sure why you say only nodes that have pulled the image can reference it.
On Wed, Jan 27, 2016 at 8:23 AM, Lorenz Vanthillo < [email protected]> wrote: > I have an image (which is created by jenkins etc.) and it was pushed into > a docker registry. > Now I'm able to pull that image out of the registry and store it on one of > my OpenShift-nodes. > > The problem is: Only the node on which I've pulled the image can create > the pod/container of it. I also need the -- tag > > So I need the best way to create the containers of the pulled image. I > read somewhere I had to make an image-stream of the pulled image? > But do I really have to write it like Example 1. Image Stream Object > Definition on > https://docs.openshift.com/enterprise/3.0/architecture/core_concepts/builds_and_image_streams.html > > > > _______________________________________________ > users mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
