Supported binary dependencies in Cloud Foundry buildpacks
Page last updated:
Each buildpack supports only the stable patches for each dependency listed in
the buildpack’s manifest.yml
file and also in the GitHub releases page.
For example, see the php-buildpack releases page.
If you try to use an unsupported binary, staging your app fails with the following error message:
Could not get translated url, exited with: DEPENDENCY_MISSING_IN_MANIFEST: ... ! ! exit ! Staging failed: Buildpack compilation step failedView the source for this page in GitHub