docker
by
jenkinsci

Description: Docker official jenkins repo

View on GitHub ↗

Summary Information

Updated 50 minutes ago
Added to GitGenius on November 19th, 2021
Created on July 18th, 2014
Open Issues & Pull Requests: 21 (+0)
Number of forks: 4,559
Total Stargazers: 7,550 (+0)
Total Subscribers: 284 (+0)

Issue Activity (beta)

Open issues: 14
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,089 days
Stale 30+ days: 9
Stale 90+ days: 8

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (90)
  • enhancement (28)
  • windows (14)
  • question (11)
  • documentation (10)
  • feature (5)
  • tests (5)
  • chore (4)

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 483.7 days
90th percentile: 2078.9 days
Tracked items: 99

Most active contributors

Detailed Description

The jenkinsci/docker repository is the official Docker image for Jenkins, the continuous integration and delivery server. It provides a containerized, fully functional Jenkins installation available on Docker Hub, enabling users to run Jenkins as a Docker container with minimal setup. The repository is written primarily in PowerShell and serves as the canonical way to deploy Jenkins in containerized environments.

The repository addresses core Jenkins deployment challenges through Docker. Jenkins data, including plugins and configuration, is stored in the /var/jenkins_home directory within the container. The documentation emphasizes using Docker volumes rather than bind mounts to avoid file permission issues, since the jenkins user inside the container runs with uid 1000. Users can create named volumes that persist across container lifecycle events, or extract data using docker cp commands. The image supports both detached mode operation with port forwarding and provides mechanisms to retrieve the initial admin password for setup completion.

Configuration flexibility is a major feature set. Users can customize JVM parameters through JENKINS_JAVA_OPTS and JAVA_OPTS environment variables to adjust system properties and heap memory settings. The image supports reverse proxy configuration for deployments behind Apache or Nginx with URL prefixes. DNS configuration is documented for scenarios where containers cannot resolve update center hostnames. Jenkins launcher parameters can be passed directly to the docker run command or defined via JENKINS_OPTS environment variables, allowing customization of HTTPS certificates, agent ports, and other runtime behaviors.

Agent connectivity is explicitly supported through port mapping. The default agent port 50000 enables inbound TCP connections from build agents to the controller, though this port is unnecessary for SSH outbound agents or WebSocket connections. The image defaults to two executors on the built-in node but allows customization through Groovy scripts, with documentation recommending zero executors on the controller for distributed builds.

Plugin management is handled through the plugin installation manager CLI, which downloads plugins and dependencies from configurable update centers. Users can preinstall plugins by copying HPI files into /usr/share/jenkins/ref/plugins/ or by specifying plugin lists. Environment variables control update center URLs, including the main center, experimental center, incrementals repository mirror, and plugin information endpoints. The image supports environment variable substitution in configuration files with ${VAR} and ${VAR:-default} syntax for XML, conf, properties, and Groovy files when JENKINS_ENABLE_ENV_SUBST is enabled.

According to GitGenius activity tracking, the repository shows median issue and pull request response latency of 0.0 hours across 99 tracked items, though mean latency is 11608.1 hours, indicating some older items with extended resolution times. The most active issue labels are bug with 19 occurrences, windows with 11, and enhancement with 9. Primary contributors include lemeurherve with 329 tracked events, dduportal with 106 events, and timja with 37 events. The repository shares overlapping contributors with microsoft/vscode, microsoft/typescript, and rust-lang/rust, suggesting cross-project collaboration patterns. The repository is classified across devops, deployment, continuous-integration, build-environment, orchestration, containerization, and automation-tools domains, reflecting its role in CI/CD infrastructure.

docker
by
jenkinscijenkinsci/docker

Repository Details

Fetching additional details & charts...