Turn git repositories into Jupyter-enabled Docker Images
 
 
 
 
 
 
Go to file
yuvipanda 03eb650acb Move the s2i builders into a subdir 2017-05-22 16:18:49 -07:00
builder Use cwd switching to do git operations 2017-05-22 15:11:48 -07:00
s2i-builders Move the s2i builders into a subdir 2017-05-22 16:18:49 -07:00
.dockerignore Update gitignore + add dockerignore 2017-05-09 20:43:27 -07:00
.gitignore Remove .gitignore in anticipation of merging with s2i 2017-05-22 16:00:33 -07:00
Dockerfile Use ubuntu 17.04 instead of 16.10 as base 2017-05-21 15:37:47 -07:00
LICENSE Initial commit 2017-05-09 01:37:07 -07:00
README.md Fix typos in README 2017-05-22 15:36:02 -07:00
install-s2i.bash Upgrade version of s2i 2017-05-22 15:15:31 -07:00
setup.py Revamp logging to provide structured JSON logs 2017-05-15 18:54:51 -07:00

README.md

Builder

Note: The project will probably be renamed soon!

A simple commandline tool that builds a docker image off a git repository & pushes it to a docker registry.

It mostly relies on other tools (Source to Image or just docker) for doing the actual building. It is a simple wrapper that does detection to figure out which build method to use, and how to invoke that build method.