builder icon indicating copy to clipboard operation
builder copied to clipboard

Git server and application builder for Deis Workflow

Results 34 builder issues
Sort by recently updated
recently updated
newest added

The builder currently hard-codes the docker socket path at `/var/run/docker.sock`, but that value should be configurable.

enhancement
easy fix

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.

enhancement

Would an s2i builder for deis be feasible?

enhancement
help wanted

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...

enhancement

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...

enhancement
help wanted

_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...

enhancement

_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...

enhancement

_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...

enhancement
help wanted

_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...

enhancement

_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...

enhancement