deis / dockerbuilder

Deis dockerbuilder builds your app from a Dockerfile inside a Kubernetes pod, used by Deis Workflow.
https://deis.com
MIT License
17 stars 27 forks source link

feat(regsitry): Add support for private registry #81

Closed kmala closed 8 years ago

deis-bot commented 8 years ago

@mboersma, @smothiki and @krancour are potential reviewers of this pull request based on my analysis of git blame information. Thanks @kmala!

bacongobbler commented 8 years ago

Every time I see more code dumped into deploy.py, the more I feel like we need some unit tests for dockerbuilder. In my eyes deploy.py is starting to become its own project at this point.