lifecycle
lifecycle copied to clipboard
Reference implementation of the Cloud Native Buildpacks lifecycle
Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 7. Release notes Sourced from actions/github-script's releases. v7.0.0 What's Changed Add base-url option by @robandpdx in actions/github-script#429 Expose async-function argument type by @viktorlott in actions/github-script#402,...
### Description When the lifecycle is launched as a pod, the following error is reported during the ANALYZING phase as the go-containerregistry tries to access a secured docker registry which...
### Description We recently found a regression in performance through a timing test - it's great that this worked but timing a single run is fundamentally fragile. ### Proposed solution...
### Summary Investigating build latencies and realized we export app image and cache image serially at the moment. I know there is a change in progress to export app and...
### Summary For a better monitoring on the running state of build service which leveraging buildpacks library, please consider add OpenTelemetry support on phases Here's the golang version SDK of...
### Summary I noticed that some of [our samples](https://github.com/buildpacks/samples) don't work properly with the current version of lifecycle. (i.e. https://github.com/buildpacks/samples/pull/167, https://github.com/buildpacks/samples/pull/163) Those samples can be very useful for **identifying possible...
### Summary Lifecycle's analysis and google-cointainer, when executed in a kubernetes cluster where the dockercfgjson file is mounted from a secret, raises an error during analyse step: ``` Error checking...
### Description Lifecycle has so many tests that the slevine/spec test runner output is hard to read. There's an entire secondary tool dedicated to helping you parse the output the...
### Description As mentioned here https://github.com/buildpacks/lifecycle/pull/1169#issuecomment-1658732291 our Makefile is getting bigger and bigger, we need to refactor and modularize it. It will reduce duplicate code, improve the overall maintenance and...