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

/kind bug /kind doc ## Expected Behavior Image build successfuly and containers should be running. ## Actual Behavior Pod stuck at `Init:Error` status, and the failed init container logs: ```bash...

kind/bug
kind/doc

Uncomment leaving one or more of the following to ensure that the appropriate working groups are aware of the issue: /area API ## Expected Behavior I can get build log...

area/api
kind/dev

Users iterating on an app often want to deploy from source on their workstation, without having to manually commit each incremental change to source control or upload to object storage...

area/api

In the creds-init docs under the section [Exposing the credential integration](https://github.com/elafros/build/blob/master/cmd/creds-init/README.md#exposing-the-credential-integration) it says > To solve this, prior to even the Source step, we will run a credential initialization process...

knative build steps run as root, which significantly increase the attack surface. knative's [Builder contract](https://github.com/knative/docs/blob/master/build/builder-contract.md) already establish some prerequisites for build step docker image, sounds reasonable to also require image...

/kind bug ## Expected Behavior Pushing container image to GCR when using CF buildpack should work. ## Actual Behavior Build itself succeeds but pushing the image results in ``` Error:...

kind/bug

/area test-and-release /kind bug /kind dev ## Expected Behavior the job resource in kuberenets has an active deadline seconds (ADS), it can be said that, the timeout of build controller...

kind/bug
kind/dev
area/test-and-release

/area API /kind feature ## Expected Behavior I would like to find what exactly build fetched from specified source location. For example for git, since requested git revision may just...

area/api

When a Build produces a Docker image in a registry, (or any artifact, like a JAR in object storage, etc.) that information is not surfaced anywhere in the Build itself....

kind/dev