https://github.com/larrycai/docker-jenkins
Jenkins for docker
https://github.com/larrycai/docker-jenkins
Last synced: 3 months ago
JSON representation
Jenkins for docker
- Host: GitHub
- URL: https://github.com/larrycai/docker-jenkins
- Owner: larrycai
- License: apache-2.0
- Created: 2014-08-08T00:25:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-25T02:03:56.000Z (over 9 years ago)
- Last Synced: 2025-01-29T00:51:22.751Z (4 months ago)
- Language: Shell
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## docker-jenkins ##
This is the base jenkins docker image which contains some useful jenkins plugin, it can be started directly.
docker run -it -p 8080:8080 larrycai/jenkins
It can also be used as parent to build downstream jenkins images by putting your configuration into `JENKINS_HOME`, it will be triggered by `ONBUILD`
ONBUILD COPY JENKINS_HOME $JENKINS_HOME
Mostly in your `Dockerfile`FROM larrycai/jenkins
## TODO ##* install_plugins.sh : to load your own plugins
* pin_plugins.sh : pin some plugins## Reference ##
* Official jenkins image : http://jenkins-ci.org/content/official-jenkins-lts-docker-image