Sign inSign up

xenomorphism/jenkins

By xenomorphism

•Updated about 2 years ago

Jenkins image based from official Jenkins image, with Docker installed

Image
Integration & delivery
API management
Developer tools
0

1.1K

xenomorphism/jenkins repository overview

⁠Jenkins: xenomorphism/jenkins for AMD64 and ARM64 with Docker

Base from : https://hub.docker.com/r/jenkins/jenkins

⁠Description:

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 :

  • Docker

⁠Maintainer:

[MikaĆ«l POLLET] [email protected]⁠

⁠Licenses:

MIT License (same as the original image)

⁠Supported Architectures:

  • x86_64 (AMD64)
  • aarch64 (ARM64)

⁠Base Image:

  • jenkins/jenkins (original base image)

⁠Versioning:

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.

⁠Running

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

Tag summary

Content type

Image

Digest

sha256:32d7f11dc…

Size

472.3 MB

Last updated

about 2 years ago

docker pull xenomorphism/jenkins