Based on the official Alpine Jenkins Image, this Image comes with apache-ant, cmake, g++ and gcovr and our codeBeamer Plugins for Jenkins already installed.
Just run docker run -p 8080:8080 intland/jenkins or use this template as a starting point for your docker-compose.yml file.
jenkins:
image: intland/jenkins:latest
ports:
- 8080:8080
volumes:
- </path/on/host/>:/var/jenkins_home
You will need the Initial Admin Password when setting up the Container for the first time. This password is printed by Jenkins during start and can be retrieved from the Container's log (docker logs .../docker-compose logs) or from .../secrets/initialAdminPassword when using a volume for data persistence (recommended).
For additional information, visit our Jenkins Project Page on codebeamer.com
Content type
Image
Digest
Size
245.6 MB
Last updated
over 9 years ago
docker pull intland/jenkins