Buildpacks
Page last updated:
Buildpacks compile and package apps to run on Pivotal Platform. This topic lists resources for using and deploying buildpacks with Pivotal Platform 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 Pivotal Platform documentation topic Creating Custom Buildpacks
The github repo Eureka Registrar Sidecar
The github repo Spring Config Injection