Return to Image List

jenkins

jenkins

Jenkins is an open source build automation tool.

See jenkins.io for more information

This image is built by IBM to run on the IBM Z architecture and is not affiliated with any other community that provides a version of this image.


License

View license information here

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.


Versions

Use the pull string below for the version of this image you require.
2.235.1 docker pull icr.io/ibmz/jenkins@sha256:7a57144cfa71ceb179092d7190a53fa39d787ff7b7849cacbb69185aea70a85c Vulnerability Report04-30-2024
Version Pull String Security (IBM Cloud) Created

Usage Notes

Use the following command to start the Jenkins image, replace the [host_port] with the port that you would like the UI to be accessible at. By default the jenkins image will store data at /var/jenkins_home so it usually desirable to run the container with a volume mounted at that location so that data is not lost when the container exits.

docker run --name jenkins -p [host_port]:8080 -v  [jenkins-persistence-volume]:/var/jenkins_home -d icr.io/ibmz/jenkins:[tag]