build icon indicating copy to clipboard operation
build copied to clipboard

A Kubernetes-native Build resource.

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

## Question Hi there, https://kurtmadel.com/posts/cicd-with-kubernetes/tekton-standardizing-native-kubernetes-cd/ as per the article above which implies that tekton is the successor to the knative-build component. AS I am about to embark on this journey...

area/api

/area monitoring /kind feature /kind good-first-issue Build controller doesn't expose metrics regarding its behavior and performance. Metrics such as build failures, latency & count will be helpful metrics for debugging...

kind/good-first-issue
area/monitoring

## Expected Behavior I have been trying to build images for knative release version 0.5 on Power architecture by cloning branch release-0.5. The image build succeeds with $ ./hack/release.sh --skip-tests...

area/test-and-release

## Expected Behavior Successful builds completed before the timeout are reported as successful. ## Actual Behavior Successful builds can be reported as a timeout. In this case, the build and...

kind/bug

## Expected Behavior Knative build/build templates should work natively with just the docker engine as opposed to having a dependency on k8s. Given a source code repo, and a docker...

The eventing controller seems to be focused on routing events to Elafros apps via routes. If it were also possible to initiate builds in response to events of all of...

## Expected Behavior We should have a wg charter document to describe the overall vision, mission and scope for each wg, and https://github.com/knative/docs/blob/master/community/WORKING-GROUPS.md should point readers to such doc. I'm...

kind/doc

Currently, the only supported authentication types for secrets are Basic and SSH Auth. However, some registries such as [Harbor](https://github.com/goharbor/harbor/) require OAuth2 (as documented [here](https://github.com/goharbor/harbor/blob/master/src/vendor/github.com/docker/distribution/docs/spec/auth/token.md) for Harbor).

area/api

## Expected Behavior Our build currently depends on a recent kaniko executor. It may be possible to use the 0.1.0, but we are seeing errors resolving build args that "just...

kind/bug
area/api

## Expected Behavior I can have a build push images to GCR from cluster that is not a GKE cluster within the same project as GCR ## Actual Behavior Getting...