Sign inSign up

hearstat/alpine-jenkins

By hearstat

Updated almost 11 years ago

Our jenkins master image based on alpine

Image
1

2.8K

hearstat/alpine-jenkins repository overview

hearstat/alpine-jenkins

Uses the Alpine image and sets up a container with Jenkins installed.

Just intended to a small master image to avoid bloated containers. Mostly intended to leverage other containers as slaves.

Our Slave List

Imagine a list of links here that go to other docker container repo that have really specific and interesting purposes!

Build Info

Plugins

  • greenballs:latest
  • copyartifact:latest
  • compress-artifacts:latest
  • copy-to-slave:latest
  • ssh:latest
  • slave-status:latest
  • ansicolor:latest
  • antisamy-markup-formatter:latest
  • build-pipeline-plugin:latest
  • chef:latest
  • chef-identity:latest
  • conditional-buildstep:latest
  • credentials:latest
  • git:latest
  • gitbucket:latest
  • git-changelog:latest
  • git-client:latest
  • gravatar:latest
  • jenkins-multijob-plugin:latest
  • matrix-auth:latest
  • matrix-project:latest
  • matrix-reloaded:latest
  • pam-auth:latest
  • parameterized-trigger:latest
  • plain-credentials:latest
  • ruby-runtime:latest
  • run-condition:latest
  • scm-api:latest
  • ssh-credentials:latest
  • ssh-slaves:latest
  • s3:latest
  • disk-usage:latest
  • embeddable-build-status:latest
  • docker-plugin:latest

Ports

  • Jenkins: 8080 Container Side
  • Slaves: 50000 Container Side

Installed Packages

  • gnupg
  • tar
  • git
  • zip
  • curl
  • wget

Usage

docker run -p 8080:8080 -p 50000:50000 jenkins

This will store the workspace in /var/lib/jenkins. All Jenkins data lives in there - including plugins and configuration. You will probably want to make that a persistent volume (recommended):

docker run -p 8080:8080 -p 50000:50000 -v /your/home:/var/lib/jenkins jenkins

You can also use a volume container:

docker run --name myjenkins -p 8080:8080 -p 50000:50000 -v /var/lib/jenkins jenkins

Building

To build the image, do the following:

% docker build github.com/hearstat/docker-alpinejenkins

A prebuilt container is available in the docker index.

% docker pull hearstat/alpine-jenkins

Tag summary

Content type

Image

Digest

sha256:4d1cb18f7

Size

293.8 MB

Last updated

almost 11 years ago

docker pull hearstat/alpine-jenkins