blacklabelops-legacy / Jenkins

Licence: mit
Docker Jenkins Swarm-Ready with HTTPS

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Jenkins

bitnami-docker-jenkins
Bitnami Docker Image for Jenkins
Stars: ✭ 95 (-7.77%)
Mutual labels:  jenkins, docker-image
Jenkins Formulas
Jenkins custom formulas
Stars: ✭ 101 (-1.94%)
Mutual labels:  jenkins, docker-image
My Bloody Jenkins
Self Configured Jenkins Docker image based on Jenkins-LTS
Stars: ✭ 205 (+99.03%)
Mutual labels:  jenkins, docker-image
Docker Inbound Agent
Docker image for a Jenkins agent which can connect to Jenkins using TCP or Websocket protocols
Stars: ✭ 342 (+232.04%)
Mutual labels:  jenkins, docker-image
Jenkinsfile Runner
A command line tool to run Jenkinsfile as a function
Stars: ✭ 727 (+605.83%)
Mutual labels:  jenkins, docker-image
Jenkins Android Docker
🐳 Docker image for Jenkins with Android
Stars: ✭ 35 (-66.02%)
Mutual labels:  jenkins, docker-image
Docker Jenkins
Jenkins with Blue Ocean and support for builiding jobs in Docker
Stars: ✭ 18 (-82.52%)
Mutual labels:  jenkins, docker-image
Custom War Packager
Custom Jenkins WAR packager for Jenkins
Stars: ✭ 77 (-25.24%)
Mutual labels:  jenkins, docker-image
Update Center2
Jenkins Update Center backend
Stars: ✭ 93 (-9.71%)
Mutual labels:  jenkins
Docker Dhcpd
Containerized version of ISC DHCP server based on latest Ubuntu LTS
Stars: ✭ 99 (-3.88%)
Mutual labels:  docker-image
Ecs Nginx Proxy
Reverse proxy for AWS ECS. Lets you address your docker containers by sub domain.
Stars: ✭ 93 (-9.71%)
Mutual labels:  docker-image
Gradle Plugin
Jenkins gradle plugin
Stars: ✭ 93 (-9.71%)
Mutual labels:  jenkins
Jenkinsci Ios
A Jenkins job setup for your XCode project.
Stars: ✭ 99 (-3.88%)
Mutual labels:  jenkins
Secretary
DEPRECATED Secrets management for dynamic environments
Stars: ✭ 93 (-9.71%)
Mutual labels:  docker-image
Fusionauth Containers
Container definitions for docker, kubernetes, helm, and whatever containers come next!
Stars: ✭ 101 (-1.94%)
Mutual labels:  docker-image
Imagewolf
Fast Distribution of Docker Images on Clusters
Stars: ✭ 94 (-8.74%)
Mutual labels:  docker-image
Docker Ngrok Server
ngrok服务器的docker image,实现内网穿透。也可以下载附件中的ngrok客户端使用
Stars: ✭ 98 (-4.85%)
Mutual labels:  docker-image
Pipeline Library
Jenkins shared library for use with pipeline-as-code
Stars: ✭ 93 (-9.71%)
Mutual labels:  jenkins
Chrome
Docker Automated Build Repository for siomiz/chrome -- Google Chrome via VNC (or via Chrome Remote Desktop)
Stars: ✭ 97 (-5.83%)
Mutual labels:  docker-image
Nextcloudpi
📦 Build code for NextcloudPi: Raspberry Pi, Odroid, Rock64, Docker, curl installer...
Stars: ✭ 1,340 (+1200.97%)
Mutual labels:  docker-image

Dockerized Jenkins

Supported tags and respective Dockerfile links

Distribution Version Tag Dockerfile
Alpine 2.141 latest, 2.141 Dockerfile
Alpine stable 2.121.3 2.121.3 Dockerfile
Alpine release candidate rc Dockerfile
Alpine stable release candidate stable-rc Dockerfile

Older tags remain but are not supported/rebuild.

Make It Short

$ docker run -d -p 80:8080 --name jenkins blacklabelops/jenkins

Passing Parameters

You can run the Jenkins solely with command line parameters!

Example:

$ docker run \
     -d -p 8090:8080 \
     --name jenkins \
	   blacklabelops/jenkins --debug=9

Staring Jenkins with custom debug level.

Example list parameters:

$ docker run --rm blacklabelops/jenkins --help

Lists jenkins plugin parameters.

Example printing Jenkins version:

$ docker run --rm blacklabelops/jenkins --version

Prints the image's Jenkins version.

Build Slaves

Build Slaves can be found here: blacklabelops/swarm

Manual

The detailed manual moved here:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].