Fixing common errors with the PHP Buildpack in Bluemix on Wed, Aug 26, 2015
In Video,
Tags php buildpack bluemix
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.
Getting stacks in org [email protected] / space dev as [email protected]... OK name description lucid64 Ubuntu 10.04 cflinuxfs2 Ubuntu 14.04.2 trusty The PHP buildpack will take the default system buildpack and right now in Bluemix it is lucid64.
Common Deploy Errors with Community Buildpacks in Bluemix on Wed, Jul 29, 2015
In Other,
Tags bluemix php buildpack
Recently the company that owns development for Ubuntu (Canonical) just announced it is dropping support for lucid 64 which is Ubuntu 10.04 LTS. What does this mean for Cloud Foundry and the community buildpacks?
Well nothing really but there is a couple gotcha’s you should know about.
I have seen issues with the following buildpacks, this is not a comprehensive list but the ones I at least know about.
PHP - https://github.