https://github.com/rubiin/jenkins
Custom jenkins images with docker-compose,docker and all the plugins pre-installed
https://github.com/rubiin/jenkins
docker jenkins
Last synced: over 1 year ago
JSON representation
Custom jenkins images with docker-compose,docker and all the plugins pre-installed
- Host: GitHub
- URL: https://github.com/rubiin/jenkins
- Owner: rubiin
- Created: 2019-06-07T12:22:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T13:31:27.000Z (over 2 years ago)
- Last Synced: 2025-03-18T07:43:06.401Z (over 1 year ago)
- Topics: docker, jenkins
- Language: Dockerfile
- Homepage:
- Size: 11.7 KB
- Stars: 28
- Watchers: 1
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# jenkins

Custom jenkins images with docker-compose,docker and all the plugins pre-installed
If you are using this on production, you may want to comment the passowrd setup on the jenkins file
```sh
docker build -t somejenkins .
docker run -d -v /var/run/docker.sock:/var/run/docker.sock
-v $(which docker):/usr/bin/docker -p 8080:8080 somejenkins
```