fabric8io / openshift-jenkins-s2i-config

Config repo used to build a customised OpenShift Jenkins image using S2I
6 stars 23 forks source link

Ship plugin disk space fix in upstream jenkins image #232

Open hrishin opened 5 years ago

hrishin commented 5 years ago

In order to reduce the plugins disk usage, we have symlinked plugins directory. To switch upstream Jenkins OpenShift base (builder) image, we need to ship the plugins fix in the upstream image as well.

chmouel commented 5 years ago

👍 and i think we need to have an issue in upstream openshift/jenkins repository,

piyush-garg commented 5 years ago

Basically, we have added two fixes -

  1. https://github.com/fabric8-jenkins/jenkins-openshift-base/pull/49
  2. https://github.com/fabric8-jenkins/jenkins-openshift-base/pull/52

in our fork to fix the issues -

  1. https://github.com/openshiftio/openshift.io/issues/4568
  2. https://github.com/openshiftio/openshift.io/issues/4635

We need to add these two fixes in upstream so that we can continue our efforts of moving to upstream images.

For this, we need to create an issue there, discuss with upstream folks how we can get it added there. Maybe we can add a flag, which if set, symlink the plugins in place of copying