Cloud Foundry Buildpacks

Page last updated:

Buildpacks provide framework and runtime support for your apps. Buildpacks typically examine your apps to determine what dependencies to download and how to configure your apps to communicate with bound services.

In Cloud Foundry, you can use 2 types of buildpacks. The Classic Buildpacks (aka v2) and the Cloud Native Buildpacks (aka v3).

View the source for this page in GitHub