Lifecycle

Reference implementation of the Cloud Native Buildpacks lifecycle
Alternatives To Lifecycle
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Mesos5,042
2 months ago11apache-2.0C++
Apache Mesos
Utahfs801
3 months ago5June 16, 202014bsd-3-clauseGo
UtahFS is an encrypted storage system that provides a user-friendly FUSE drive backed by cloud storage.
Chatistics736
3 years ago25mitPython
💬 Python scripts to parse Messenger, Hangouts, WhatsApp and Telegram chat logs into DataFrames.
Lifecycle166382 days ago98January 27, 202362apache-2.0Go
Reference implementation of the Cloud Native Buildpacks lifecycle
Randla Net Pytorch43
3 years ago3Python
PyTorch implementation of RandLA-Net
Terraform Google Event Function39
8 days ago2apache-2.0HCL
Responds to logging events with a Cloud Function
Davbackup37
8 years ago3October 28, 2015otherPHP
Creating backup sites in the clouds through WebDav
Ibm Cos Sdk Python3618329 days ago40June 21, 20224apache-2.0Python
ibm-cos-sdk-python
Ibm Cos Sdk Js3033282 months ago40March 16, 20232apache-2.0JavaScript
ibm-cos-sdk-js
Ibm Cos Sdk Java27
10 days ago4apache-2.0Java
ibm-cos-sdk-java
Alternatives To Lifecycle
Select To Compare


Alternative Project Comparisons
Readme

Lifecycle

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

A reference implementation of the Cloud Native Buildpacks specification.

Supported APIs

Lifecycle Version Platform APIs Buildpack APIs
0.17.x* 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10
0.16.x 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9
0.15.x 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9
0.14.x 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8
0.13.x 0.3, 0.4, 0.5, 0.6, 0.7, 0.8 0.2, 0.3, 0.4, 0.5, 0.6, 0.7
0.12.x 0.3, 0.4, 0.5, 0.6, 0.7 0.2, 0.3, 0.4, 0.5, 0.6
0.11.x 0.3, 0.4, 0.5, 0.6 0.2, 0.3, 0.4, 0.5, 0.6
0.10.x 0.3, 0.4, 0.5 0.2, 0.3, 0.4, 0.5
0.9.x 0.3, 0.4 0.2, 0.3, 0.4
0.8.x 0.3 0.2
0.7.x 0.2 0.2
0.6.x 0.2 0.2

* 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.
Popular Cloud Computing Projects
Popular Archive Projects
Popular Cloud Computing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Golang
Cloud Computing
Archive
Buildpack
Cncf