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. > i'm going to defer to Kevin Conner on that(getting the dockerfile and pushing your custom image to dockerhub), there are some licensing questions around the use of those images since JWS is a licensed product. the image is being fetched from registry.access.redhat.com which is RedHat's docker registry. > 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 > > > -- Ben Parees | OpenShift
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
