On December 2, 2016 at 05:01:52, Thomas Diesler 
([email protected]<mailto:[email protected]>) wrote:
Folks,

I have a scenario where a maven build creates an image and pushes this to the 
local openshift docker repository. I’m then trying to use `oc new-app …` to 
create an application from that image. This fails because the image cannot be 
found on docker hub.

Is there a way to tell openshift to also look in it local repository where the 
image exists already?

Indeed!  From the help docs, you should run new-app like this:

  # Use a MySQL image in a private registry to create an app and override 
application artifacts' names

  oc new-app --docker-image=myregistry.com/mycompany/mysql


cheers
— thomas

_______________________________________________
users mailing list
[email protected]
https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.openshift.redhat.com_openshiftmm_listinfo_users&d=DgIGaQ&c=_hRq4mqlUmqpqlyQ5hkoDXIVh6I6pxfkkNxQuL0p-Z0&r=8IlWeJZqFtf8Tvx1PDV9NsLfM_M0oNfzEXXNp-tpx74&m=bHsKm1jYyc8z2aKvWT8EnfifZqrNYIBsUsWWceDKN_8&s=ijcti_roNOiv5pwjgkHD2PzNlChW9BWWzz6S6jhGzXg&e=
_______________________________________________
users mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to