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

# Changes Using [`openshift-pipelines/setup-tektoncd@v1` action](https://github.com/openshift-pipelines/setup-tektoncd) to deploy the common components needed for integration and end-to-end testing. # Submitter Checklist - [x] ~Includes tests if functionality changed/was added~ - [x] Includes...

do-not-merge/work-in-progress
release-note-none

Should we have a process to do release helm charts into a public community hub apart from having a kubernetes community operator/OLM release too ?

kind/feature
delivery

Enhancing the s2i build strategy, e.g. with a new parameter, in order to manage s2i chained builds; This enhancement would allow us to handle WildFly s2i builds (see https://github.com/wildfly/wildfly-s2i/) which...

triage/support

Hi all, trying to get up and running with Shipwright and following the install docs. Here's what I've done on a vanilla k8s 1.26 cluster: ``` export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.27.0 curl -LO...

kind/bug

In case a PR is opened by a GitHub Action or GitHub itself, the workflows do not start. Examples can be found [here](https://github.com/shipwright-io/build/pull/1143), [here](https://github.com/shipwright-io/build/pull/1144), and [here](https://github.com/shipwright-io/build/pull/1145). Reason is that this...

If I want to push a container image to multiple registries, I currently have to define and execute multiple `Build` blueprints. However, it would be nice to have the ability...

discussion

Is it possible to reduce the size of the image that shipwright helps in building - using Dockerslim - [https://github.com/docker-slim/docker-slim](https://github.com/docker-slim/docker-slim)

Signed-off-by: wanjunlei # Changes This pr adds two fields `labels` and `annotations` to the `Build` and `BuildRun` CRD, the controller will add the labels and annotations to the `taskrun`, and...

do-not-merge/hold
release-note

For private HTTP git repositories, the name references a secret in the namespace that contains username and password. ```apiVersion: shipwright.io/v1alpha1 kind: Build metadata: name: builder-zps9k-build-ktbvv namespace: default labels: openfunction.io/builder: builder-zps9k...

triage/support

The sample build strategies in this project define to skip certificate validation when pushing to the target registry. This is done by default and not configurable. See: - Buildah: https://github.com/redhat-developer/build/blob/2e19beaca342a85570410adc9845a26226879dc7/samples/buildstrategy/buildah/buildstrategy_buildah_cr.yaml#L31...

beta