Sign inSign up

tackleza/jenkins

By tackleza

Updated 3 days ago

Enhanced Jenkins master with JDK 21, Node.js, Python3, Maven, and pnpm.

Image
Developer tools
0

7.9K

tackleza/jenkins repository overview

Jenkins Docker Image

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.

Available Tags

TagDescription
latestJenkins on Debian with JDK 21
debian-jdk21Jenkins on Debian with JDK 21
alpine-jdk21Jenkins on Alpine with JDK 21

Included Tools

In addition to the official Jenkins image:

  • JDK — Java Development Kit (version matches tag)
  • Maven (mvn) — Build automation tool
  • Python 3 — Programming language
  • Node.js, npm, pnpm — JavaScript runtime and package managers
  • ping — Basic networking utility

These tools are available immediately in Jenkins pipelines and container shells — no additional setup required.

Quick Start

# 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

Base Image

This image extends the official jenkins/jenkins image. For core Jenkins documentation, visit the official image page.

Tag summary

Content type

Image

Digest

sha256:fc1960ee6

Size

455.6 MB

Last updated

3 days ago

docker pull tackleza/jenkins