Re: How to push result of build to dockerhub from pipeline?

2018-10-26 Thread Marc Boorshtein
> but maybe i should have asked this first: why isn't your openshift build > pushing the image to dockerhub directly if that's where you want the image? > > > because i'm off my google game today. didn't see https://blog.openshift.com/pushing-application-images-to-an-external-registry/ but its

Re: How to push result of build to dockerhub from pipeline?

2018-10-26 Thread Ben Parees
but maybe i should have asked this first: why isn't your openshift build pushing the image to dockerhub directly if that's where you want the image? On Fri, Oct 26, 2018 at 12:21 PM, Ben Parees wrote: > > > On Fri, Oct 26, 2018 at 12:16 PM, Marc Boorshtein > wrote: > >> Running OKD 3.10, I

Re: How to push result of build to dockerhub from pipeline?

2018-10-26 Thread Ben Parees
On Fri, Oct 26, 2018 at 12:16 PM, Marc Boorshtein wrote: > Running OKD 3.10, I have a build and a pipeline that runs the build. For > the deploy step, I want to push the resulting image up to dockerhub. I'm > not seeing any examples of how to do this and I can't find any reference > docs for

How to push result of build to dockerhub from pipeline?

2018-10-26 Thread Marc Boorshtein
Running OKD 3.10, I have a build and a pipeline that runs the build. For the deploy step, I want to push the resulting image up to dockerhub. I'm not seeing any examples of how to do this and I can't find any reference docs for the openshift client plugin for jenkins that says "here's all the