Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcaimi/jenkins
Custom Jenkins Container image, with several plugins added in and support for Configuration-as-Code
https://github.com/mcaimi/jenkins
cicd jenkins kubernetes openshift podman
Last synced: 10 days ago
JSON representation
Custom Jenkins Container image, with several plugins added in and support for Configuration-as-Code
- Host: GitHub
- URL: https://github.com/mcaimi/jenkins
- Owner: mcaimi
- License: gpl-3.0
- Created: 2021-05-12T08:04:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T07:47:55.000Z (over 3 years ago)
- Last Synced: 2024-11-16T05:19:02.348Z (2 months ago)
- Topics: cicd, jenkins, kubernetes, openshift, podman
- Language: Dockerfile
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jenkins Container Image
[![Docker Repository on Quay](https://quay.io/repository/marcocaimi/jenkins/status "Docker Repository on Quay")](https://quay.io/repository/marcocaimi/jenkins)
This repo contains the Dockerfile that is used to build my custom Jenkins container image that is hosted on [Quay.io](https://quay.io/repository/marcocaimi/jenkins)
This is based on the latest official Jenkins Image with some added features already baked in:* Various plugins are already embedded in the image
* Configuration-as-Code supported for Helm-based deployments## Included plugins
These plugins are included in this image:
* Blueocean
* Nexus3 Artifact Uploader
* SonarQube Scanner
* Kubernetes Plugin
* Openshift Plugin
* JaCoCo plugin
* Configuration-as-Code plugin