Docker layering for jenkins image issue

2016-07-27 Thread Akshaya Khare
Hi While going through the documentation for using *jenkins* image, I found that we can use the updated image of jenkins by: - Use Docker layering. - Use the image as a Source-To-Image builder Now i found docker layering to be ideal in my case since I have created a new project

Re: Docker layering for jenkins image issue

2016-07-27 Thread Akshaya Khare
d, Jul 27, 2016 at 11:48 AM, Akshaya Khare <khare...@husky.neu.edu> > wrote: > >> Hi >> >> While going through the documentation for using *jenkins* image, I found >> that we can use the updated image of jenkins by: >> >>- >> >>Use D

Re: Docker layering for jenkins image issue

2016-07-27 Thread Akshaya Khare
wrote: > > > On Wed, Jul 27, 2016 at 1:23 PM, Akshaya Khare <khare...@husky.neu.edu> > wrote: > >> sorry, that was an old command, I ran this command >> >> *oc new-app -e JENKINS_PASSWORD=password localhost:5000/jenkins-bmi3* >> > > ​ok, i'd certai

Re: Using a Jenkins Slave in openshift

2016-08-11 Thread Akshaya Khare
ns, it should do the job *?* On Thu, Aug 11, 2016 at 11:20 AM, Ben Parees <bpar...@redhat.com> wrote: > > > On Thu, Aug 11, 2016 at 11:18 AM, Akshaya Khare <khare...@husky.neu.edu> > wrote: > >> I'm adding the run-jnlp-client >> <https://github.com/akshay

Re: Using a Jenkins Slave in openshift

2016-08-11 Thread Akshaya Khare
8 > > If you are trying to build your own slave image, you need to point to a > repo (and optionally a contextdir within that repo) that contains an > appropriate Dockerfile, as the example does. > > > > On Mon, Aug 8, 2016 at 2:43 PM, Akshaya Khare <khare...@husky.neu.edu>

Re: Using a Jenkins Slave in openshift

2016-08-12 Thread Akshaya Khare
the file, as stored in your repo, have execute > permissions. > > But what you suggest would also work. > > Ben Parees | OpenShift > > On Aug 11, 2016 11:47 AM, "Akshaya Khare" <khare...@husky.neu.edu> wrote: > >> By execute permissions in the repo I hope yo

Re: Using a Jenkins Slave in openshift

2016-08-05 Thread Akshaya Khare
I've attached the buildconfig, and the project name is "jenkinstin2"... On Fri, Aug 5, 2016 at 2:38 PM, Ben Parees <bpar...@redhat.com> wrote: > > > On Fri, Aug 5, 2016 at 2:28 PM, Akshaya Khare <khare...@husky.neu.edu> > wrote: > >> Hi, >> &g

Re: oc new-app with root privileges

2016-12-02 Thread Akshaya Khare
nshift.redhat.com> on behalf of Ben > Parees <bpar...@redhat.com> > *Date: *Thursday, December 1, 2016 at 1:37 PM > *To: *Akshaya Khare <khare...@husky.neu.edu>, Jordan Liggitt < > jligg...@redhat.com> > *Cc: *users <users@lists.openshift.redhat.com> >

Re: oc new-app with root privileges

2016-12-02 Thread Akshaya Khare
... Regards, AK On Fri, Dec 2, 2016 at 4:47 PM, Ben Parees <bpar...@redhat.com> wrote: > > > On Fri, Dec 2, 2016 at 4:35 PM, Akshaya Khare <khare...@husky.neu.edu> > wrote: > >> Hi again, >> >> I tried using the suggestions you guys gave but some how i

Re: oc new-app with root privileges

2016-12-22 Thread Akshaya Khare
for the image. FROM 172.30.79.210:5000/openshift/centos-with-bmi-setup_v1 MAINTAINER "Akshaya" <khare...@husky.neu.edu> ENV container docker ENV LIGHTTPD_VERSION=1.4.35 # Set labels used in OpenShift to describe the builder images LABEL io.k8s.description="Platform for serv