builder
builder copied to clipboard
Git server and application builder for Deis Workflow
_From @crigor on June 25, 2015 23:0_ Is there a reason the builder still excludes .git? https://github.com/deis/deis/blob/3cc3baf0fe7084bfe11b1dad47dc377879a14a2d/builder/rootfs/usr/local/src/slugbuilder/builder/build.sh#L155 When using a github url as a dependency on an elixir app, the...
This issue tracks the current limitations of builder as a clustered system - It uses a filesystem based lockfile to prevent 2 or more `git push`es at the same time...
This issue holds a discussion about future features to add to the build pipeline in the builder component. Whiteboard discussion notes from 1/21/2016: 
This issue holds a discussion about future features and capabilities to add to apps that run on the Deis platform. Discussions herein may relate to `deis/workflow`, `deis/slugbuilder`, `deis/slugrunner` and others....
After #149, the health check server (`/healthz`) will be listing all namespaces in the cluster as a way to ping the Kubernetes API to determine whether it's available. This method...
Currently, the probes only check to see if the SSH server has been _started_. They should actually ping it to see if it's at least responsive. Ref https://github.com/deis/builder/pull/149#issuecomment-184861922
If a downstream dependency of builder is not reachable, `git push`es should respond with an informative error message to the user. Since #149 adds probes, and those probes check downstream...
Note: I believe others have suggested a similar or identical solution to this problem in the past. Hopefully this issue solidifies those ideas. Rel https://github.com/deis/builder/pull/185 Rel https://github.com/deis/builder/issues/199 Rel #298 #...