Re: Internal error occurred: Get https://registry.redhat.io/v2/redhat-openjdk-18/openjdk18

2019-08-09 Thread Fernando Lozano
Yes, if your minishift uses an not very recent OpenShift release. I don't know about OKD. On Fri, Aug 9, 2019 at 3:35 AM Mohan Radhakrishnan < radhakrishnan.mo...@gmail.com> wrote: > > It sounds like Mohan's cluster does not have registry.redhat.io pull-creds > in the openshift namespace. > > Is

Re: Internal error occurred: Get https://registry.redhat.io/v2/redhat-openjdk-18/openjdk18

2019-08-09 Thread Mohan Radhakrishnan
> It sounds like Mohan's cluster does not have registry.redhat.io pull-creds in the openshift namespace. Is this something I should set up ? Thanks. On Thu, 8 Aug 2019 at 20:35, Ben Parees wrote: > > > On Thu, Aug 8, 2019 at 11:01 AM Fernando Lozano > wrote: > >> Hi Ben, >> >> I'm sorry but

Re: Internal error occurred: Get https://registry.redhat.io/v2/redhat-openjdk-18/openjdk18

2019-08-08 Thread Ben Parees
On Thu, Aug 8, 2019 at 11:01 AM Fernando Lozano wrote: > Hi Ben, > > I'm sorry but it makes no sense to me. Isn't > redhat-openjdk18-openshift:1.3 a standard image stream from the openshift > project, like the other S2I builders for PHP, Python, etc? It should use > the secret from the openshift

Re: Internal error occurred: Get https://registry.redhat.io/v2/redhat-openjdk-18/openjdk18

2019-08-08 Thread Fernando Lozano
Hi Ben, I'm sorry but it makes no sense to me. Isn't redhat-openjdk18-openshift:1.3 a standard image stream from the openshift project, like the other S2I builders for PHP, Python, etc? It should use the secret from the openshift project, not secret from the application project. []s, Fernando

Re: Internal error occurred: Get https://registry.redhat.io/v2/redhat-openjdk-18/openjdk18

2019-08-08 Thread Ben Parees
On Thu, Aug 8, 2019 at 10:54 AM Fernando Lozano wrote: > Hi Ben, > > If he was using Red Hat OpenShift Container Platform instead of OKD he > would have that secret aready baked in the openshift project, but becase > he's using OKD he needs to create the secret himself? Would't minishift, >

Re: Internal error occurred: Get https://registry.redhat.io/v2/redhat-openjdk-18/openjdk18

2019-08-08 Thread Fernando Lozano
Hi Ben, If he was using Red Hat OpenShift Container Platform instead of OKD he would have that secret aready baked in the openshift project, but becase he's using OKD he needs to create the secret himself? Would't minishift, when registering using Red Hat Developer credentials, create the

Re: Internal error occurred: Get https://registry.redhat.io/v2/redhat-openjdk-18/openjdk18

2019-08-08 Thread Ben Parees
On Thu, Aug 8, 2019 at 10:11 AM Mohan Radhakrishnan < radhakrishnan.mo...@gmail.com> wrote: > Hi, > > I use OKD and when I build an image from source like this it fails. > oc new-app redhat-openjdk18-openshift:1.3~ > https://github.com/user/spring-cloud-gateway.git --name=service1 >