You encounter a deployment failure when you attempt to update a Pivotal Cloud Foundry (PCF) application using a specific buildpack while simultaneously binding services like Introscope. This issue typically manifests as a rollback operation after the deployment fails to start containers on the foundation. This article provides guidance on resolving the conflict by separating the service binding and buildpack update tasks.
The error occurs when you attempt to bind the Introscope service and upgrade the buildpack version within the same update operation. Running these actions simultaneously can cause the deployment to fail during the container initialization phase, leading to an automatic rollback on foundations
To resolve this issue, you must perform the service binding and the buildpack update as separate operations.
Note on Fixes: This issue is related to deployment sequencing rather than a specific software defect. However, if you are using older buildpacks, it is recommended to upgrade to ensure compatibility.