build
build copied to clipboard
Shipwright - a framework for building container images on Kubernetes
Now, in build cr, when I select buildpack as build strategy, I still need to input builder image. It is not good for end user, actually, end user do not...
_Idea_: When users do not specify a service account to use, we have a mechanism for defaulting into one of two service accounts. First we try to see if we...
The repo uses Go modules, which means you don't have to have the codebase checked out into $GOPATH to build it. Unfortunately, it looks like `make generate` doesn't work unless...
After we switch to use GitHub Action as CI process, we see more frequent test failures than before. For this monday as an example, there are about 5 PRs, but...
Our nightly release process appends new release YAMLs to a [running list of nightly release assets](https://github.com/shipwright-io/build/releases/tag/nightly). Over time this may become cumbersome for users looking for a nightly release (see...
We should produce a nightly release YAML with a stable name, so users don't have to do any work or write a script to be able to install the latest...
A real use case is one of our end user met a problem with building a Dockerfile image with Source-to-image (based on Shipwright/build), his app source code to be built...
The goal of the Build API is to be able to support: - strongly typed 'popular' attributes that can be used to drive builds with different strategies. - loosely typed...
_Idea_: We currently have a [list](https://github.com/shipwright-io/build/blob/master/docs/configuration.md) (_increasing in number_) on the amount of env variables one can define on the `deployment` definition for our controllers. There is a well known...
We have a burgeoning list of tuning options for the controller, and some of those options have cause/effect relationships. There are also potential tekton level tuning considerations we may want...