VMware Tanzu Application Service for VMs (TAS for VMs) introduces a new slate of buildpacks, based on the Cloud Native Buildpack project, that are installed with TAS for VMs and managed by the Tanzu Application Service tile. These buildpacks are still in beta and have some limitations. For details, see Limitations of Beta release.
Caution VMware does not recommend using these buildpacks in production at this time.
Here is the list of supported Cloud Native Buildpacks.
Name | Supported languages, frameworks, and technologies | GitHub repository |
---|---|---|
Web Servers | NGINX, HTTPD, and Frontend JavaScript | Paketo Web Servers CNB |
For operators who do not wish to give developers access to the beta Cloud Native Buildpacks, they can make the change using the cf
CLI with admin access:
cf update-buildpack web_servers_cnb_beta --disable
Cloud Native Buildpacks currently have these known limitations:
web
process type is honored by Cloud Foundry. This is because the Procfile CNB, which ships as part of most meta-buildpacks (or composite buildpacks), manages the Procfile in a way that CF/Diego does not handle.