https://github.com/joelee2012/standalone-jenkins
Run Jenkins in docker and with dind
https://github.com/joelee2012/standalone-jenkins
Last synced: about 1 month ago
JSON representation
Run Jenkins in docker and with dind
- Host: GitHub
- URL: https://github.com/joelee2012/standalone-jenkins
- Owner: joelee2012
- License: apache-2.0
- Created: 2020-12-21T09:13:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T01:20:47.000Z (about 1 month ago)
- Last Synced: 2025-04-08T02:25:53.304Z (about 1 month ago)
- Language: Python
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Standalone Jenkins
This docker image is based on [latest Jenkins LTS Docker image](https://www.jenkins.io/changelog-stable/) with preinstalled plugins and docker client.Preinstalled plugins are listed without dependencies
```
allure-jenkins-plugin
ansicolor
antisamy-markup-formatter
artifactory
badge
blueocean
blueocean-jira
build-name-setter
cloudbees-disk-usage-simple
cloudbees-folder
config-file-provider
configuration-as-code
configuration-as-code-groovy
copyartifact
coverage
credentials
dashboard-view
dependency-check-jenkins-plugin
dingding-notifications
docker-plugin
docker-workflow
email-ext
embeddable-build-status
gitlab-branch-source
gitlab-oauth
gitlab-plugin
jacoco
jira
job-dsl
kubernetes
kubernetes-cli
kubernetes-client-api
kubernetes-credentials-provider
ldap
markdown-formatter
matrix-auth
next-build-number
performance
pipeline-maven
pipeline-npm
pipeline-stage-view
prometheus
robot
role-strategy
simple-theme-plugin
sloccount
sonar
ssh-agent
timestamper
workflow-aggregator
```# Usage
## Installation
```
docker pull joelee2012/standalone-jenkins:2.387.2-lts-alpine
```
## start with docker-compose
install docker-compose and run `docker-compose up -d`, then access jenkins with http://localhost:8080