Enhanced Jenkins master with JDK 21, Node.js, Python3, Maven, and pnpm.
7.9K
| Repository | Link |
|---|---|
| GitHub | https://github.com/tackleza/docker-jenkins |
| Docker Hub | https://hub.docker.com/r/tackleza/jenkins |
Enhanced Jenkins image with essential development tools pre-installed.
Based on the official jenkins/jenkins image. Everything from the official image is included, with additional tools added for common development workflows.
| Tag | Description |
|---|---|
latest | Jenkins on Debian with JDK 21 |
debian-jdk21 | Jenkins on Debian with JDK 21 |
alpine-jdk21 | Jenkins on Alpine with JDK 21 |
In addition to the official Jenkins image:
mvn) — Build automation toolThese tools are available immediately in Jenkins pipelines and container shells — no additional setup required.
# Pull the latest image
docker pull tackleza/jenkins:latest
# Run the container
docker run -d \
--name jenkins \
-p 8080:8080 \
-p 50000:50000 \
tackleza/jenkins:latest
This image extends the official jenkins/jenkins image. For core Jenkins documentation, visit the official image page.
Content type
Image
Digest
sha256:fc1960ee6…
Size
455.6 MB
Last updated
3 days ago
docker pull tackleza/jenkins