Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use ONBUILD to let user define derived jenkins docker image with a set of plugins #18

Closed
ndeloof opened this issue Oct 1, 2014 · 2 comments

Comments

@ndeloof
Copy link
Contributor

ndeloof commented Oct 1, 2014

Let users define a set of plugins to be installed - for sample, using support-core txt format "id:version" - and define an ONBUILD command to install them.
As a result, defining a custom docker image for jenkins with a set of plugins will just be creating this txt file + a minimal Dockerfile.

@xbeta
Copy link

xbeta commented Oct 1, 2014

Just testing this out, and it works !
https://github.com/xbeta/jenkins-ci.org-docker/commit/6ead02be60f3e6788f5e5c85f04b3e09940cf795
Part of PR #19

ndeloof added a commit that referenced this issue Oct 24, 2014
copy files from /sur/share/jenkins/ref to jenkins_home
so jenkins_home can be initialized with some reference configuration/plugins but still can be customized and 
be persisted on a volume
@loa
Copy link

loa commented Nov 3, 2014

+1

ndeloof added a commit that referenced this issue Nov 7, 2014
copy files from /sur/share/jenkins/ref to jenkins_home
so jenkins_home can be initialized with some reference 
configuration/plugins but still can be customized and
be persisted on a volume

utility script to install plugins at startup based on 
support-core plugin format
carlossg pushed a commit to carlossg/jenkins-ci.org-docker that referenced this issue Nov 19, 2014
copy files from /sur/share/jenkins/ref to jenkins_home
so jenkins_home can be initialized with some reference 
configuration/plugins but still can be customized and
be persisted on a volume

utility script to install plugins at startup based on 
support-core plugin format
carlossg added a commit to carlossg/jenkins-ci.org-docker that referenced this issue Nov 19, 2014
carlossg pushed a commit to carlossg/jenkins-ci.org-docker that referenced this issue Nov 27, 2014
copy files from /sur/share/jenkins/ref to jenkins_home
so jenkins_home can be initialized with some reference 
configuration/plugins but still can be customized and
be persisted on a volume

utility script to install plugins at startup based on 
support-core plugin format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants