Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
/ alpine-jenkins Public archive

Builds a jenkins docker file that can run docker builds

License

Notifications You must be signed in to change notification settings

liatrio/alpine-jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpine Jenkins

This is a fully functional Jenkins server which runs in an alpine linux that is ready out of the box to build pipelines and comes with the blue ocean plugin.

Supported Tags

  • latest

Basic Usage

docker run -p 8080:8080 liatrio/jenkins-alpine

Docker Enabled Usage

To allow Jenkins to utilize your host Docker installation for spinning up containers in builds and building images, mount the Docker socket as a volume.

docker run -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock liatrio/jenkins-alpine

About

Builds a jenkins docker file that can run docker builds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published