• This repository has been archived on 19/Jan/2019
  • Stars
    star
    108
  • Rank 321,259 (Top 7 %)
  • Language
    Shell
  • License
    MIT License
  • Created over 9 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Docker Jenkins Swarm-Ready with HTTPS

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:

More Repositories

1

nginx

Dockerized Ready-To-Go Nginx Reverse Proxy. Let's encrypt Support!
Shell
95
star
2

letsencrypt

Dockerized Letsencrypt Client
Shell
51
star
3

logio

Log.io in a Docker Container
Shell
46
star
4

jobber-cron

Docker Container Cron Alternative With Jobber.
Shell
39
star
5

rsnapshot

Docker Container Backup Solution using rsnapshot.
Shell
20
star
6

swarm

Swarm Slaves for Use with Jenkins.
Shell
16
star
7

hashicorp-virtualbox

Docker Container stuffed with Hashicorp Otto, Vagrant and Packer with Virtualbox!
Shell
16
star
8

java

Dockerized OpenJDK.
Groovy
15
star
9

jenkins-swarm

Jenkins Swarm Slave Dockerized and Parameterized.
Shell
14
star
10

centos

Deprecated Repository
Groovy
12
star
11

atlassian

Running And Maintaining Dockerized Atlassian Products
Shell
12
star
12

cronium

Dockerized Cron Scheduler
Shell
12
star
13

packercentos

Packer project for building a CentOS 7.x Vagrant Virtualbox.
Shell
9
star
14

proftp

FTP Docker Container with ProFTP
Shell
8
star
15

postgres

Work in Progress
Shell
8
star
16

crucible

Dockerized Atlassian Crucible
Dockerfile
7
star
17

rust-gameserver

Dockerized Rust Game Server
JavaScript
7
star
18

gcloud

Deprecated! Please use blacklabelops/jobber:cloud!
Shell
6
star
19

fluentd

Fluentd-Loggly Logging Solution for Docker Containers.
Shell
4
star
20

alpine

Docker Alpine Base Image
Groovy
4
star
21

rsyslogd

Rsyslog demon inside Docker container. Attach and Log!
Shell
4
star
22

backuprotator

AWS S3 Backup Rotation Program
Java
2
star
23

hsqldb

Docker Container with HSQLDB
Shell
2
star
24

baseboxes

Vagrant Baseboxes
Shell
2
star
25

dockerdev

Vagrantfile for a Docker development environment.
Shell
1
star