Buildpacks compile and package apps to run on VMware Tanzu Application Service for VMs. This topic lists resources for using and deploying buildpacks with TAS for VMs apps, and for creating your own custom buildpack.
Java buildpack (by far the most complicated!)
Static file buildpack (for static web content)
Buildpacks can also be used to inject additional code into the application container. For more information, see the following:
The Ops Manager documentation topic Creating Custom Buildpacks
The github repo Eureka Registrar Sidecar
The github repo Spring Config Injection