build icon indicating copy to clipboard operation
build copied to clipboard

Shipwright - a framework for building container images on Kubernetes

Results 121 build issues
Sort by recently updated
recently updated
newest added

Labels in Kubernetes are meant to be identifying attributes for the user, see [here](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/). As of today, a user can specify labels on all our objects for example to categorize...

In https://shipwright.io/docs/api/build/#configuring-a-build, the link in the following line is broken: "spec.strategy - Refers to the BuildStrategy to be used, see the [examples](https://shipwright.io/docs/api/samples/buildstrategy)". Does this simply an outdated path that should...

_Idea_: Adding this for the record (_there might be already a similar issue_). With the introduction of [tutorials](https://github.com/shipwright-io/build/tree/master/docs/tutorials), we should extend the list to cover: - Building an image from...

help wanted
kind/documentation

Given that every build should eventually end up with an image being pushed, should we avoid making the build strategy author specify how to push an image ? How about...

discussion
buildstrategy-api
ship-required

openshift build v1 api today has fields that allow on a per build config basis the maximum amount of builds to keep in etcd. Tekton has an unimplemented open features...

kind/feature

The Git URL rewrite feature is only covered by unit tests. However, the build controller is using the Git step and can set the flag for enabling Git URL rewriting...

discussion
community
kind/cleanup

Using the `BuildSource` type `LocalCopy` injects a `waiter` container in order to stream local data to the build pod, where currently the user can inform a timeout (via `.spec.sources[].timeout`). We...

kind/feature
discussion
community

I would like to raise something for discussion, please. The initial use-case indented for a "Local Copy" `BuildSource` is to [aid the developer's inner loop](https://github.com/shipwright-io/cli/blob/main/docs/local_source_upload.md), however, at the end of...

discussion
community

*Issue* The community has decided to keep reference documentation in the same tree as code to facilitate high quality contributions. To publish this documentation, the website repo will utilize a...

kind/documentation
kind/cleanup

Cloning source code from private git repositories is a critical feature. Our end to end test suite needs to ensure that we are able to clone source from git using...