Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/buildpacks/lifecycle

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/buildpacks/lifecycle

  • v0.20.4
  • Source
  • Go
  • Socket score

Version published
Created
Source

Lifecycle

Build Status GoDoc codecov CII Best Practices Gitpod ready-to-code

A reference implementation of the Cloud Native Buildpacks specification.

Supported APIs

Lifecycle VersionPlatform APIsBuildpack APIs
0.20.x0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.140.7, 0.8, 0.9, 0.10, 0.11
0.19.x0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.130.7, 0.8, 0.9, 0.10, 0.11
0.18.x0.7, 0.8, 0.9, 0.10, 0.11, 0.120.7, 0.8, 0.9, 0.10
0.17.x0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.120.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10
0.16.x0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.110.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9
0.15.x0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.100.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9
0.14.x0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.90.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8
0.13.x0.3, 0.4, 0.5, 0.6, 0.7, 0.80.2, 0.3, 0.4, 0.5, 0.6, 0.7

* denotes unreleased version

Usage

Build

Either:

  • analyzer - Reads metadata from the previous image and ensures registry access.
  • detector - Chooses buildpacks (via /bin/detect) and produces a build plan.
  • restorer - Restores layer metadata from the previous image and from the cache, and restores cached layers.
  • builder - Executes buildpacks (via /bin/build).
  • exporter - Creates an image and caches layers.

Or:

  • creator - Runs the five phases listed above in order.

Run

  • launcher - Invokes a chosen process.

Rebase

  • rebaser - Creates an image from a previous image with updated base layers.

Contributing

  • CONTRIBUTING - Information on how to contribute and grow your understanding of the lifecycle.
  • DEVELOPMENT - Further detail to help you during the development process.
  • RELEASE - Further details about our release process.

FAQs

Package last updated on 11 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc