Jenkins image based from official Jenkins image, with Docker installed
1.1K
Base from : https://hub.docker.com/r/jenkins/jenkins
This Docker image is based on the official Jenkins Docker image and has been rebuilt to include both AMD64 (x86_64) and ARM64 (aarch64) architectures. It includes following modules too :
[MikaĆ«l POLLET] [email protected]ā
MIT License (same as the original image)
This repository follows the semantic versioning scheme and will be updated whenever new versions of the Jenkins are released. The version number in the tag will correspond to the Jenkins version number.
To run, binding the exposed port 8080 and 50000 to the host, use:
$ sudo docker run -p 8080:8080 -p 50000:50000 --restart=on-failure xenomorphism/jenkins:lts-jdk17
Content type
Image
Digest
sha256:32d7f11dcā¦
Size
472.3 MB
Last updated
about 2 years ago
docker pull xenomorphism/jenkins