This is an experimental image and subject to change. We welcome all feedback.
To test out the Chainguard Jenkins image, run the following command, which will create a volume to persist build and configuration data from the container’s $JENKINS_HOME:
docker run --rm -v jenkins_home:/var/jenkins_home -p 8080:8080 -ti cgr.dev/chainguard/jenkins
And visit Jenkins in your brower http://localhost:8080
If you want to backup your Jenkins data, create a local directory for the files and mount it along with the jenkins_home volume. You can then start a Jenkins container and copy the files out: