RE: the Dockerfiles, take a look at https://github.com/openshift/sti-base.
On Wed, Mar 2, 2016 at 12:31 PM, Candide Kemmler <[email protected]> wrote: > awesome! > > Is there a central place where Dockerfile for those images can be found, > or alternatively are these images available to serve as a base image to > start off from? > > It is unclear to me where Openshift Origin is fetching the containers from > (e.g. jboss-webserver30-tomcat7-openshift) and if it is possible to fetch > them from that same source to expand on them and push them to e.g. > docker.io. > > On 02 Mar 2016, at 18:08, Ben Parees <[email protected]> wrote: > > 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 > >
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
