Skip to content

firstandthird/docker-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-builder

Build a docker image from a github repo

Usage

docker run \
  --rm \
  -e USER=[github user] \
  -e REPO=[github repo] \
  -e TOKEN=[github token - optional] \
  -v /var/run/docker.sock:/var/run/docker.sock \
  firstandthird/builder

Caching repos

You can pass in -v /path/to/repos:/repos so you can save some time cloning the repo every time

About

Build a docker image from a github repo

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •