builder
builder copied to clipboard
Git server and application builder for Deis Workflow
The builder currently hard-codes the docker socket path at `/var/run/docker.sock`, but that value should be configurable.
Right now we are just using password callback in tests, it would be nice to support password call back , keeping in mind stand alone builder work.
Acceptance Criteria: * Use the `--build-args` flag when running `docker build` to pass in the following items (and more if needed) * BUILD_DATE * VERSION You will need to do...
TLDR; I want to protect certain apps to only be pushable by a certain branch, and preferably not allow forced pushes (similar to gitlabs protected branches - https://about.gitlab.com/2014/11/26/keeping-your-code-protected/). This to...
_From @olalonde on March 24, 2016 20:25_ It would be nice if the controller supported deploying apps by specifying a git remote URL. e.g. `deis pull https://github.com/deis/example-nodejs-express.git` or `deis deploy...
_From @azurewraith on June 2, 2014 20:18_ I attempted to reproduce some Heroku'esque workflow involving a vendored Redmine plugin and found this: https://devcenter.heroku.com/articles/git-submodules 90% sure it probably wouldn't have worked...
_From @ianblenke on September 4, 2014 20:33_ This is a reoccurring problem for everyone. For various reasons, either no ssh key is available for the push that matches a user...
_From @nathansamson on March 22, 2015 15:0_ I udnerstand that deis builder will throw away all git checkouts it has on a reboot / node movement. Problem is when pushing...
_From @scottrobertson on June 16, 2015 8:17_ Hey, It would be quite cool if we could add deployment keys to a project. The work around right now is to create...