Image Overview: jenkins

Overview: jenkins Chainguard Image

A minimal, Wolfi-based container image for Jenkins - an open-source CI/CD server that enables developers to build, test, and deploy their software.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/jenkins:latest

Use It

The following example runs a local instance of Jenkins, specifying a local volume as the jenkins_home for data persistence:

docker run --rm -v jenkins_home:/var/jenkins_home \
  -p 8080:8080 -it \
  cgr.dev/chainguard/jenkins:latest

In the console output, the initial admin password will be logged. Use this to login to the Jenkins UI:

Refer to the upstream documentation for full instructions on running and configuring Jenkins.

Last updated: 2024-04-11 12:38