lifecycle v0.16.1
lifecycle v0.16.1
Welcome to v0.16.1
, a beta release of the Cloud Native Buildpacks 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.
Lifecycle Image
An OCI image containing the lifecycle binaries is available at buildpacksio/lifecycle:0.16.1
.
Features
- Updates go to version 1.19.7
- Bump golang.org/x/sys from 0.5.0 to 0.6.0 (#1029 by @dependabot)
- Bump golang.org/x/net from 0.5.0 to 0.7.0 (#1017 by @dependabot)
- Bump kaniko & docker and unpin deps (#1045 by @natalieparellano)
Bug Fixes
- Ignore PAX global header in tar extract (#1036 by @benri)
- Replace print with logger in image_cache.go, fixes formatting (#1012 by @harshalmittal4)
- Fix log message when run image not found (#1004 by @natalieparellano)