We have an openshift origin 1.1.3 cluster.
When we push an image to a registry we can import the image by oc
import-image.. after that we create a new image stream and use the imageref of
the image stream which is created after the oc import.
So we only need to perform a new tag when we try to deploy a container with a
new image.
But now we want some fast test environment to deploy.
We create an image with the tag :latest and push it to the registry. When we
create a new image we use the -f flag to overwrite the tag.
So we're always pushing the same image with the same tag.
we've performed an oc import on that image:latest. But after pushing a new
image the old remains deployed.
What can we do to trigger an automatic deployment when there is a new image in
the repository?
_______________________________________________
users mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/users