build
build copied to clipboard
A Kubernetes-native Build resource.
/kind dev changes to a build manifest do not get applied when using `kubectl apply`. You need to remove the build object and re-create it. If we use `generateName` and...
Docker enables users to use custom certificates for their registry in this directory. We should consider if/what special provisions should exist in the Build CRD to support interacting with images...
Based on https://github.com/knative/serving/blob/master/docs/creating-a-kubernetes-cluster.md or at a minimum link to that documentation. /kind doc
/kind doc This [page](https://github.com/elafros/build/blob/master/builds.md#volumes) describes what kind of volumes can be made available to "Builds". Three types are listed. Secrets, `emptyDir`, host Paths. It would be useful to show a...
/kind doc ## Expected Behavior As a developer who's going to use Build CRD to build a Go application, I'd like to have a sample that shows me how to...
This is more of a feature request. When I work on a build description, I find myself doing those steps over and over again: 1. kubectl delete -f build.yaml --ignore-not-found=true...
/kind bug ## Expected Behavior If I provide a non-existent git repository as a source. I expect to get a clear error message when the build fails. ## Actual Behavior...
Including auth for private Git repos, debugging fetch failures, etc. /kind doc