Buildpacks
In order to deploy and successfully run an application on Cloud Foundry, a buildpack is required to ensure that the necessary runtime support for your application is set up, along with your application during the push. Essentially, a buildpack consists of a set of tools, potential runtime components, and scripts that are programmed to retrieve dependencies required by the application for a given language; move the compiled output to some run location, compile the code, and/or configure the application for running in the container.
From a developer's perspective, a buildpack brings out the polyglot benefits of Cloud Foundry. It enables the development of applications using different supporting types of languages with consistent ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access