cflinuxfs4 change in Cloud Foundry
What’s happening?
There has been a change to the cflinuxfs4 stack which removes the ruby package. This occurred with the latest upgrade.
Potential impact to clients
When restarting or restaging applications which use the cflinuxfs4 stack and older buildpack versions, your application may fail to start with an error.
This impacts users of the Java, PHP, and staticfile buildpacks.
Call to action
If you encounter this error, you have 2 options:
- Update your buildpack version to the latest version (this is the best long-term solution).
- If you absolutely cannot update your buildpack version, you can revert to the cflinuxfs3 stack by doing one of the following:
- Add
stack: cflinuxfs3
to your manifest in the application section and push your application. - Run
cf push
with the--stack cflinuxfs3
option.
- Add
Start time
This change occurred during the May Cloud Foundry upgrade.