On Thu, Jul 7, 2016 at 3:48 PM, Den Cowboy <[email protected]> wrote:

> Hi,
>
> We are using our own registry which contains some necessary origin-images
> for us.
> We already deployed the router, registry and cluster metrics using our
> regisry:
>
> The images are all in the form of:
> myregistry.com/company/origin-....
>
> Now I try to deploy a logging project:
> After starting the logging deployer template (in which I described our
> registry + v1.2.0) it starts pulling the origin-logging-deployer image
> which is fine.
>
> Than everything seems to start but:
> Back-off pulling image "
> myregistry.com/company/origin-logging-elasticsearch@sha256:5ad3b9e964ec6e420ac047be6ae96bf04abe817d94a7d77592af1c119543b37b
> "
> (manifest unknown: manifest unknown)
>

Did you push the image using Docker 1.10 and your node is running Docker
1.9?


>
> In the deploymentconfig is also the image with the @sha
> This is happening for each image of our deployment (es, kibana, fluentd,
> ..)
>
> Why is it adding that @sha after our image?
>

If you're using ImageChangeTriggers, we translate tags to
content-addressable IDs for consistent image usage so that a moving tag
such as "latest" doesn't yield different images and possibly results when
you deploy today, tomorrow, next week, etc.


>
>
> _______________________________________________
> 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

Reply via email to