Buildpacks
Page last updated:
Warning: Pivotal Operations Manager v2.2 is no longer supported because it has reached the End of General Support (EOGS) phase as defined by the Support Lifecycle Policy. To stay up to date with the latest software and security updates, upgrade to a supported version.
Buildpacks compile and package apps to run on Pivotal Cloud Foundry (PCF). This topic lists resources for using and deploying buildpacks with PCF apps, and for creating your own custom buildpack.
Official Buildpacks
Java buildpack (by far the most complicated!)
Static file buildpack (for static web content)
Other Buildpacks
Buildpacks can also be used to inject additional code into the application container. For more information, see the following:
The PCF documentation topic Creating Custom Buildpacks
The github repo Eureka Registrar Sidecar
The github repo Spring Config Injection