If an image is created during an S2I process in one namespace and saved to image stream in that same namespace, can it be shared with another namespace in OpenShift?
I am trying to see if I can avoid a second build and reuse the first image created if the custom resource I submitted for the first and second builds are identical to each other (maybe namespace is different). If yes, how does one go about discovering this across the cluster?