Skip to content

mminks/docker-jenkins

 
 

Repository files navigation

About this Repo

This is a fork of the Git repo of the Docker official image for jenkins.

Additional packages

This images includes:

  • Ruby
  • Bundler
  • AWS CLI
  • Terraform
  • Docker (client) and Docker Compose

Jenkins version

2.150.1 LTS

How to use this image

Refer to the official site on how to use this image. It's pretty the same.

To make it short:

docker run -d --name jenkins -p 8080:8080 -p 50000:50000 -v /your/home:/var/jenkins_home mminks/docker-jenkins

About

Docker image packaging for jenkins-ci LTS with ruby and bundler.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 54.7%
  • Dockerfile 41.0%
  • Groovy 4.3%