lifecycle icon indicating copy to clipboard operation
lifecycle copied to clipboard

Reference implementation of the Cloud Native Buildpacks lifecycle

Results 134 lifecycle issues
Sort by recently updated
recently updated
newest added

## Describe the Enhancement This buildpack should opt-in to allowing users to disable SBOM generation. In doing so, it should conform to [Paketo RFC044](https://github.com/paketo-buildpacks/rfcs/blob/main/text/0044-disable-sbom.md). > When BP_DISABLE_SBOM is set to...

type/enhancement
status/requires-rfc

Latest lifecycle release v0.16.0 triggered CVE(s) from Grype. For further details, see: https://github.com/buildpacks/lifecycle/actions/runs/4248832164

help wanted
good first issue
type/chore
status/ready

Args with `-e` are somehow eaten from default process types. In this case, we create a simple bash script that echos the args that are passed to it: ```bash #!/usr/bin/env...

type/bug
help wanted
status/ready

### Summary I try to build images on `Gitlab-CI` with CNB. I can't chose the path from which I build the image because of this, but I would like to...

type/support
status/blocked

### Description When run in kubernetes, the layers dir gets the SGID bit set. Would the lifecycle ever be interested in removing this bit? Users were a little concerned seeing...

type/enhancement
status/requires-rfc

### Summary The Buildpack API v0.10 spec says that the `CNB_TARGET_ARCH` and `CNB_TARGET_OS` env vars will always be set: https://github.com/buildpacks/spec/blob/buildpack/v0.10/buildpack.md#targets However, this is not the case iff the Platform API...

type/bug
status/triage

Latest lifecycle release v0.19.7 is built with Go version go1.22.4; newer version go1.22.5 is available.

type/bug
status/triage
go1.22.5

### Summary See https://github.com/buildpacks/pack/issues/934 - we should do this for the lifecycle as well --- ### Proposal --- ### Context

type/chore
status/ready

### Summary See https://github.com/buildpacks/pack/issues/2138 - we should do this for the lifecycle as well --- ### Proposal --- ### Context

type/chore
status/ready

### Summary I believe it used to be the case that the working directory got marked as read only (0755 at least) at export time. Currently `/workspace` is has mode...

type/enhancement
status/discussion-needed