Skip to content

Commit

Permalink
blackfire is not yet available for 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
htuscher committed Nov 2, 2018
1 parent a166e17 commit 78a4e95
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 15 deletions.
5 changes: 0 additions & 5 deletions docker/php-apache-dev/7.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ COPY conf/ /opt/docker/

RUN set -x \
# Install development environment
&& wget -O - https://packagecloud.io/gpg.key | apt-key add - \
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
&& apt-install \
blackfire-php \
blackfire-agent \
&& pecl install xdebug \
&& echo "zend_extension=xdebug.so" > /usr/local/etc/php/conf.d/xdebug.ini \
# Enable php development services
Expand Down
5 changes: 0 additions & 5 deletions docker/php-dev/7.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ COPY conf/ /opt/docker/

RUN set -x \
# Install development environment
&& wget -O - https://packagecloud.io/gpg.key | apt-key add - \
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
&& apt-install \
blackfire-php \
blackfire-agent \
&& pecl install xdebug \
&& echo "zend_extension=xdebug.so" > /usr/local/etc/php/conf.d/xdebug.ini \
# Enable php development services
Expand Down
5 changes: 0 additions & 5 deletions docker/php-nginx-dev/7.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ COPY conf/ /opt/docker/

RUN set -x \
# Install development environment
&& wget -O - https://packagecloud.io/gpg.key | apt-key add - \
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
&& apt-install \
blackfire-php \
blackfire-agent \
&& pecl install xdebug \
&& echo "zend_extension=xdebug.so" > /usr/local/etc/php/conf.d/xdebug.ini \
# Enable php development services
Expand Down
2 changes: 2 additions & 0 deletions template/Dockerfile/images/php.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,13 @@

{% macro officialDevelopment(role='', version='') -%}
# Install development environment
{%- if version != '7.3' %}
&& wget -O - https://packagecloud.io/gpg.key | apt-key add - \
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
&& apt-install \
blackfire-php \
blackfire-agent \
{%- endif %}
{%- if version|int == 5 %}
&& pecl install xdebug-2.5.5 \
{%- else %}
Expand Down

0 comments on commit 78a4e95

Please sign in to comment.