By default all the users have access to openshift project in the cluster, our default installation script usually creates a set of standard images in there [1]. This way all the users have access to them and you could leverage this. Other option is to create your own project that will be available to all users, iow. you need to to give them all that access.
As for the auto rebuilds, this depends on the BuildConfig author to create an Image Change Trigger [2], which are created for you automatically when creating an application either using CLI or the web console. But they can still be turned off by the author afterwards. Maciej [1] https://docs.openshift.org/latest/install_config/imagestreams_templates.html [2] https://docs.openshift.org/latest/dev_guide/builds.html#image-change-triggers On Thu, Aug 4, 2016 at 11:04 AM, David Strejc <[email protected]> wrote: > Dear all, > > is there a way how I can use one image from registry (lets say I want > to use same Nginx for every project) so individual projects don't have > this image and everytime Docker image is used it is used from one > source lets say Open shift project? > > Will then be all images rebuilded when there is change in this main image? > > What should I read - what is the right approach to do this? > > Thanks. > > David Strejc > https://octopussystems.cz > t: +420734270131 > e: [email protected] > > _______________________________________________ > users mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/users >
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
