🤖 Extended Jenkins docker image, bundled with Docker, Ansible, AWSCLI and pre-installed plugins.
10M+

This is a fully functional Jenkins server, bundled with Docker, Ansible, AWSCLI and pre-installed Jenkins plugins. Based on the Jenkins LTS releases.
docker run -p 8080:8080 -p 50000:50000 h1kkan/jenkins-docker:lts
This will store the workspace in /var/jenkins_home. All Jenkins data lives in there - including plugins and configuration.
You will probably want to make that an explicit volume so you can manage it and attach to another container for upgrades:
docker run -p 8080:8080 -p 50000:50000 -v jenkins_home:/var/jenkins_home h1kkan/jenkins-docker:lts
this will automatically create a 'jenkins_home' volume on docker host, that will survive container stop/restart/deletion.
Avoid using a bind mount from a folder on host into /var/jenkins_home, as this might result in file permission issue. If you really need to bind mount jenkins_home directory, ensure that directory on host is accessible by the jenkins user in container (jenkins container uid is 1000) or use -u some_other_userid parameter with docker run command, so the run command will look like:
docker run -p 8080:8080 -p 50000:50000 -v /path/to/jenkins_home:/var/jenkins_home h1kkan/jenkins-docker:lts
You can also read documentation for official docker image, since they are backward compatible.
Images tagged by respective Jenkins server version which will be provided by image. Lighter alpine based image also available.
All images bundled with latest Docker, Ansible, AWSCLI and pre-installed Jenkins plugins, which provide ability to create f.e. Docker Build Jobs / Ansible Jobs / CI/CD Jobs / etc from the box.
Pre-installed Jenkins plugins list: Amazon ECR, Amazon Web Services SDK, Ansible, AnsiColor, Bitbucket, Build Authorization Token Root, Build Timestamp, CloudBees Docker Build and Publish, CloudBees Docker Custom Build Environment, Embeddable Build Status, Environment Injector, GitHub, GitLab, Simple Theme, Timestamper.
FYI: Starting from 2.303.1 release python 2.X was dropped from the image, now image bundled only with python 3.X which configured as default python interpreter
| Tag | Jenkins Version | Image Size |
|---|---|---|
| lts | 2.414.2 | |
| lts-alpine | 2.414.2 | |
| 2.414.2 | 2.414.2 | |
| 2.414.2-alpine | 2.414.2 | |
| 2.401.3 | 2.401.3 | |
| 2.401.3-alpine | 2.401.3 | |
| 2.401.2 | 2.401.2 | |
| 2.401.2-alpine | 2.401.2 | |
| 2.387.1 | 2.387.1 | |
| 2.387.1-alpine | 2.387.1 | |
| 2.375.3 | 2.375.3 | |
| 2.375.3-alpine | 2.375.3 | |
| 2.361.3 | 2.361.3 | |
| 2.361.3-alpine | 2.361.3 | |
| 2.361.2 | 2.361.2 | |
| 2.361.2-alpine | 2.361.2 | |
| 2.346.3 | 2.346.3 | |
| 2.346.3-alpine | 2.346.3 | |
| 2.346.2 | 2.346.2 | |
| 2.346.2-alpine | 2.346.2 | |
| 2.332.3 | 2.332.3 | |
| 2.332.3-alpine | 2.332.3 | |
| 2.332.1 | 2.332.1 | |
| 2.332.1-alpine | 2.332.1 | |
| 2.319.3 | 2.319.3 | |
| 2.319.3-alpine | 2.319.3 | |
| 2.319.2 | 2.319.2 | |
| 2.319.2-alpine | 2.319.2 | |
| 2.319.1 | 2.319.1 | |
| 2.319.1-alpine | 2.319.1 | |
| 2.303.3 | 2.303.3 | |
| 2.303.3-alpine | 2.303.3 | |
| 2.303.2 | 2.303.2 | |
| 2.303.2-alpine | 2.303.2 | |
| 2.303.1 | 2.303.1 | |
| 2.303.1-alpine | 2.303.1 | |
| 2.289.3 | 2.289.3 | |
| 2.289.3-alpine | 2.289.3 | |
| 2.289.2 | 2.289.2 | |
| 2.289.2-alpine | 2.289.2 | |
| 2.289.1 | 2.289.1 | |
| 2.289.1-alpine | 2.289.1 | |
| 2.277.4 | 2.277.4 | |
| 2.277.4-alpine | 2.277.4 | |
| 2.277.3 | 2.277.3 | |
| 2.277.3-alpine | 2.277.3 | |
| 2.277.2 | 2.277.2 | |
| 2.277.2-alpine | 2.277.2 | |
| 2.277.1 | 2.277.1 | |
| 2.277.1-alpine | 2.277.1 | |
| 2.249.3 | 2.249.3 | |
| 2.249.3-alpine | 2.249.3 | |
| 2.235.4 | 2.235.4 | |
| 2.235.4-alpine | 2.235.4 | |
| 2.235.3 | 2.235.3 | |
| 2.235.3-alpine | 2.235.3 | |
| 2.222.4 | 2.222.4 | |
| 2.222.4-alpine | 2.222.4 | |
| 2.222.3 | 2.222.3 | |
| 2.222.3-alpine | 2.222.3 | |
| 2.204.1 | 2.204.1 | |
| 2.204.1-alpine | 2.204.1 | |
| 2.190.1 | 2.190.1 | |
| 2.190.1-alpine | 2.190.1 | |
| 2.176.3 | 2.176.3 | |
| 2.176.3-alpine | 2.176.3 | |
| 2.176.2 | 2.176.2 | |
| 2.176.2-alpine | 2.176.2 | |
| 2.176.1 | 2.176.1 | |
| 2.176.1-alpine | 2.176.1 | |
| 2.164.3 | 2.164.3 | |
| 2.164.3-alpine | 2.164.3 | |
| 2.164.2 | 2.164.2 | |
| 2.164.2-alpine | 2.164.2 | |
| 2.164.1 | 2.164.1 | |
| 2.164.1-alpine | 2.164.1 | |
| 2.150.3 | 2.150.3 | |
| 2.150.3-alpine | 2.150.3 | |
| 2.150.1 | 2.150.1 | |
| 2.150.1-alpine | 2.150.1 | |
| 2.138.2 | 2.138.2 | |
| 2.138.2-alpine | 2.138.2 | |
| 2.138.1 | 2.138.1 | |
| 2.138.1-alpine | 2.138.1 | |
| 2.121.3 | 2.121.3 | |
| 2.121.3-alpine | 2.121.3 | |
| 2.121.2 | 2.121.2 | |
| 2.121.2-alpine | 2.121.2 | |
| 2.121.1 | 2.121.1 | |
| 2.121.1-alpine | 2.121.1 | |
| 2.107.3 | 2.107.3 | |
| 2.107.3-alpine | 2.107.3 | |
| 2.107.2 | 2.107.2 | |
| 2.107.2-alpine | 2.107.2 | |
| 2.107.1 | 2.107.1 | |
| 2.107.1-alpine | 2.107.1 | |
| 2.89.4 | 2.89.4 | |
| 2.89.4-alpine | 2.89.4 | |
| 2.89.3 | 2.89.3 | |
| 2.89.3-alpine | 2.89.3 | |
| 2.89.2 | 2.89.2 | |
| 2.89.2-alpine | 2.89.2 | |
| 2.89.1 | 2.89.1 | |
| 2.89.1-alpine | 2.89.1 |
Content type
Image
Digest
sha256:d5a47efc6…
Size
1 GB
Last updated
almost 3 years ago
docker pull h1kkan/jenkins-docker:lts