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

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

enhancement
help wanted
proposal

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: ![slack for ios upload](https://cloud.githubusercontent.com/assets/70865/12489503/db5f4adc-c02d-11e5-8f2f-e62c7d9cced8.jpg)

enhancement

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

enhancement

Ref https://github.com/deis/workflow/issues/324

enhancement

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

enhancement
easy fix

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

enhancement
help wanted

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

enhancement

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

enhancement
proposal

Many packages lack it.

enhancement
docs