Skip to content

lifecycle v0.9.2

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Oct 16:20
ee48447

lifecycle v0.9.2

Welcome to v0.9.2, a beta release of the Cloud Native Buildpack Lifecycle.

Prerequisites

The lifecycle runs as a normal user in a series of unprivileged containers. To export images and cache image layers, it requires access to a Docker daemon or Docker registry.

Install

Extract the .tgz file and copy the lifecycle binaries into a build stack base image. The build image can then be orchestrated by a platform implementation such as the pack CLI or tekton.

Bug Fixes

  • Removes all unsafe usage of filepath.Glob (#412, #432).
  • Support Artifact Registry (#416, #417)
  • Environment variables set by windows profile scripts are now set in the process environment (#359, #399)
  • Graceful handling of empty cached layers (#386, #397)
  • -no-color flag strips color from buildpack logs (#329, #434)
  • Fixes missing error checks (#433)
  • Bash processes properly handle more than nine args correctly(#445, #446)