lifecycle
lifecycle copied to clipboard
Reference implementation of the Cloud Native Buildpacks lifecycle
## 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...
Latest lifecycle release v0.16.0 triggered CVE(s) from Grype. For further details, see: https://github.com/buildpacks/lifecycle/actions/runs/4248832164
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...
### 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...
### 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...
### 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...
Latest lifecycle release v0.19.7 is built with Go version go1.22.4; newer version go1.22.5 is available.
### Summary See https://github.com/buildpacks/pack/issues/934 - we should do this for the lifecycle as well --- ### Proposal --- ### Context
### Summary See https://github.com/buildpacks/pack/issues/2138 - we should do this for the lifecycle as well --- ### Proposal --- ### Context
### 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...