Following up from my previous post, Canonical recently dropped support for lucid64
which is Ubuntu 10.04 LTS. This affects Cloud Foundry as lucid64
is the basis for most buildpacks. In Cloud Foundry lucid64
is being phased out for Ubuntu 14.04 LTS which is known as cflinuxfs2
in Cloud Foundry.
|
|
The PHP buildpack will take the default system buildpack and right now in Bluemix it is lucid64
. This will throw some errors when you try to push your PHP app, for example something like below.
|
|
To fix it you just need to use the -s cflinuxfs2
argument for the cf push
command.
Ex.
|
|
Check out this video for a walk through on how to fix the issue and an explanation of it.
I would love to hear your feedback and any suggestions you have, please reach out to me on Twitter [@jsloyer](https://twitter.com/jsloyer target=)