Sign inSign up

gbevan/jenkins-ubuntu

By gbevan

•Updated about 7 years ago

Docker image for jenkins on ubuntu

Image
3

4.0K

gbevan/jenkins-ubuntu repository overview

⁠jenkins-ubuntu

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:

  • git v2
  • wget / curl
  • vim See the Dockerfile for details.

As such, this image is somewhat larger than the official image...

⁠LICENSE

MIT

⁠Preinstall plugins

⁠Generate plugins.txt from existing jenkins instance

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)

Tag summary

Content type

Image

Digest

Size

352.9 MB

Last updated

about 7 years ago

docker pull gbevan/jenkins-ubuntu