build
build copied to clipboard
Shipwright - a framework for building container images on Kubernetes
## Issue When the `step-source-default` of a build's pod is executed, then the following error is reported ``` 2021/10/07 12:46:59 warning: unsuccessful cred copy: ".docker" from "/tekton/creds" to "/": unable...
Today openshift build v1 API allows for injection of config map content under the source tree of the build container for use during the image build Do we want to...
Outcome of https://kubernetes.slack.com/archives/C019ZRGUEJC/p1633536609057000?thread_ts=1633532502.050300&cid=C019ZRGUEJC. [We have code that verifies that the values from the TaskRun results are copied into the BuildRun test](https://github.com/shipwright-io/build/blob/3b546e7103b6e234d37e222d7829399eb2f8fb5e/test/e2e/validators_test.go#L150-L202), but we never verify the values themselves. For the...
Today build v1 allows for specification of these run policies at the build level - parallel - pure serial - no-op'ing intermediate build request while serial that have queued up,...
today openshift build v1 can obtain certs for the global proxy and ensure they are available to the build process ultimately buildv2 should have some form of this it very...
In a build run spec, there is a section about the service account. This section can be 1. set to a specific name and generate = false to make use...
Just was wondering whether shipwright supports windows containers, and if not, is there a plan to support windows containers. Also, if it is not supported, is there a doc explaining...
I think we have a gap in our setup for the following use case: You have a build that requires a specific container image (for example in the `Dockerfile` `FROM`...
_Idea_: Despite Tekton having a global timeout(see https://github.com/tektoncd/pipeline/blob/master/config/config-defaults.yaml#L40-L42) , users could put any timeout and generate long running pods, which could be used for malicious activity. While a BuildRun is...
I wish to start the discussion on what the long term organization of build strategy samples would look like. At the moment, we have 6 [top level strategies](https://github.com/shipwright-io/build/tree/main/samples/buildstrategy), with 3...