Closed ghost closed 8 years ago
With images published next night new images with blackfire are available. See https://github.com/webdevops/Dockerfile/issues/116 and https://github.com/webdevops/Dockerfile/issues/113
For documentation see http://dockerfile.readthedocs.io/en/latest/content/DockerImages/dockerfiles/php-dev.html
Because of a wrong path inside provision/roles/boilerplate-main-development/tasks/bootstrap.yml the main build fails: "Failed to find required executable rpm"
It should be look like this:
Additional, the provisioning script "provision/roles/boilerplate-main-development/tasks/bootstrap/php-blackfire/debian.yml" only installs the blackfire-php (probe), but not the blackfire-agent (blackfire-agent and cli-tools) package. To get blackfire working, both packages are needed and an unique server/client id and token, which can be get from the blackfire.io webpage, must be set.
As far as I see, there is currently no possibility to set this parameters in any yml file.
The whole install process is described on this page: https://blackfire.io/docs/up-and-running/installation
There is also a complete docker setup for php blackfire available: https://blackfire.io/docs/integrations/docker