Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T13:31:27.000Z (8 months ago)
- Last Synced: 2024-10-13T10:50:43.317Z (about 1 month ago)
- Topics: docker, jenkins
- Language: Dockerfile
- Homepage:
- Size: 11.7 KB
- Stars: 28
- Watchers: 2
- Forks: 46
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# jenkins
![](https://i.imgur.com/UvE05Bs.png)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
```