Docker image for jenkins on ubuntu
4.0K
Jenkins container based on the official jenkins image. Build on Ubuntu.
(see official jenkins docker project https://github.com/jenkinsci/docker)
I've layered on a few useful tools like:
As such, this image is somewhat larger than the official image...
MIT
curl -sSL "http://user:[email protected]:8080/pluginManager/api/xml?depth=1&xpath=/*/*/shortName|/*/*/version&wrapper=plugins" | perl -pe 's/.*?<shortName>([\w-]+).*?<version>([^<]+)()(<\/\w+>)+/\1 \2\n/g'|sed 's/ /:/'
also use:
RUN echo 2.0 > /usr/share/jenkins/ref/jenkins.install.UpgradeWizard.state
(see official link above for details)
Content type
Image
Digest
Size
352.9 MB
Last updated
about 7 years ago
docker pull gbevan/jenkins-ubuntu