Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Mesos | 5,042 | 2 months ago | 11 | apache-2.0 | C++ | |||||
Apache Mesos | ||||||||||
Utahfs | 801 | 3 months ago | 5 | June 16, 2020 | 14 | bsd-3-clause | Go | |||
UtahFS is an encrypted storage system that provides a user-friendly FUSE drive backed by cloud storage. | ||||||||||
Chatistics | 736 | 3 years ago | 25 | mit | Python | |||||
💬 Python scripts to parse Messenger, Hangouts, WhatsApp and Telegram chat logs into DataFrames. | ||||||||||
Lifecycle | 166 | 38 | 2 days ago | 98 | January 27, 2023 | 62 | apache-2.0 | Go | ||
Reference implementation of the Cloud Native Buildpacks lifecycle | ||||||||||
Randla Net Pytorch | 43 | 3 years ago | 3 | Python | ||||||
PyTorch implementation of RandLA-Net | ||||||||||
Terraform Google Event Function | 39 | 8 days ago | 2 | apache-2.0 | HCL | |||||
Responds to logging events with a Cloud Function | ||||||||||
Davbackup | 37 | 8 years ago | 3 | October 28, 2015 | other | PHP | ||||
Creating backup sites in the clouds through WebDav | ||||||||||
Ibm Cos Sdk Python | 36 | 18 | 32 | 9 days ago | 40 | June 21, 2022 | 4 | apache-2.0 | Python | |
ibm-cos-sdk-python | ||||||||||
Ibm Cos Sdk Js | 30 | 33 | 28 | 2 months ago | 40 | March 16, 2023 | 2 | apache-2.0 | JavaScript | |
ibm-cos-sdk-js | ||||||||||
Ibm Cos Sdk Java | 27 | 10 days ago | 4 | apache-2.0 | Java | |||||
ibm-cos-sdk-java |
A reference implementation of the Cloud Native Buildpacks specification.
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
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.launcher
- Invokes a chosen process.rebaser
- Creates an image from a previous image with updated base layers.