On Fri, Jan 15, 2016 at 2:53 PM, Diego Spinola Castro < [email protected]> wrote:
> Sorry, i didn't paid attention. > Let me rephrase it: > > What's the difference between RHEL registry images and docker hub assuming > both sources has STI enabled images? > > the dockerhub images are centos based, the rhel registry images are rhel based. the rhel images are what we offer support for. the centos images are a community project. > My doubt is once the imagestream (dockerhub images) is registered on > openshift project. Will it be pulled once the source tag changes doesn't > matter the source or it depends on the registry? > > doesn't matter. We do not poll any external registries, so whether the image is on the rhel registry or the dockerhub registry, your imagestream will not be updated when a new image is pushed to the external registry. You would have to run oc import-image to pick up the change. The only case where the imagestream is automatically updated is when the imagestream is pointing to the internal openshift registry and a new image is pushed to the openshift registry. > 2016-01-15 11:09 GMT-03:00 Ben Parees <[email protected]>: > >> >> >> On Fri, Jan 15, 2016 at 7:51 AM, Diego Spinola Castro < >> [email protected]> wrote: >> >>> Hello, i'm a bit confuse regarding builder images and STI ready images. >>> >>> As far as i know, builder images uses STI scripts to put source-code >>> into a image, so i need 1) source-code and 2) image to run, rigth? >>> >>> What i don't understand is why i've been able to build a sample cakephp >>> app and push modifications using a vanilla image ( >>> https://hub.docker.com/r/centos/php-56-centos7/) and also STI-Image ( >>> https://hub.docker.com/r/openshift/php-55-centos7/) >>> >>> >> those are both s2i enabled images. They both mention s2i in their >> description on dockerhub. >> >> >> >> >>> That being said, what's the difference despite RHEL updates to use a STI >>> Ready image ? >>> >> >> sorry, not following your question. >> >> >> >>> >>> _______________________________________________ >>> dev mailing list >>> [email protected] >>> http://lists.openshift.redhat.com/openshiftmm/listinfo/dev >>> >>> >> >> >> -- >> Ben Parees | OpenShift >> >> > -- Ben Parees | OpenShift
_______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
