Re: best practices for custom S2I STI builder images

2016-03-30 Thread Ben Parees
On Wed, Mar 30, 2016 at 11:44 AM, Dale Bewley wrote: > - On Mar 22, 2016, at 7:05 AM, Ben Parees wrote: > > On Tue, Mar 22, 2016 at 12:58 AM, Dale Bewley wrote: > >> I'm trying to understand best practices for creating and maintaining

Re: best practices for custom S2I STI builder images

2016-03-30 Thread Dale Bewley
- On Mar 30, 2016, at 9:15 AM, Mateus Caruccio wrote: > Hi Dale. > I believe you don't need to redo most of the work already done by the base > image > openshift/python-27-centos7. > Regarding python, you could simply add cx_Oracle to requirements.txt of

Re: best practices for custom S2I STI builder images

2016-03-30 Thread Mateus Caruccio
Hi Dale. I believe you don't need to redo most of the work already done by the base image openshift/python-27-centos7. Regarding python, you could simply add cx_Oracle to requirements.txt of your source project and let the base image to install it[1]. Also, unless you provide your own ./s2i and