There's actually only one type of image. S2I starts w/ the builder image, then adds your application code to it, producing the application(runtime) image.
So the builder image is also the base image for the runtime image, you can layer your runtime requirements onto it. On Wed, Mar 2, 2016 at 11:04 AM, Candide Kemmler <[email protected]> wrote: > I would like to configure the environment for a java application that > works well with one of the provided s2i images, namely > jboss-webserver30-tomcat7-openshift:1.2. > > As I understand it there are two kinds of images associated with s2i > builds, the builder images, and the runtime image. In this case, I would > like to modify the runtime image and add some binaries. > > How do I get hold of the original image? > > > _______________________________________________ > users mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > -- Ben Parees | OpenShift
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
