File tree 37 files changed +40
-39
lines changed
template/Dockerfile/images
37 files changed +40
-39
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
+
19
20
# Install development environment
20
21
&& wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
21
22
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
+
19
20
# Install development environment
20
21
&& wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
21
22
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
+
19
20
# Install development environment
20
21
&& wget -q -O blackfire-agent https://packages.blackfire.io/binaries/blackfire-agent/1.34.0/blackfire-agent-linux_static_amd64 \
21
22
&& mv blackfire-agent /usr/local/bin/ \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
+
19
20
# Install development environment
20
21
&& wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
21
22
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
+
19
20
# Install development environment
20
21
&& wget -q -O blackfire-agent https://packages.blackfire.io/binaries/blackfire-agent/1.34.0/blackfire-agent-linux_static_amd64 \
21
22
&& mv blackfire-agent /usr/local/bin/ \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
+
19
20
# Install development environment
20
21
&& wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
21
22
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
+
19
20
# Install development environment
20
21
&& wget -q -O blackfire-agent https://packages.blackfire.io/binaries/blackfire-agent/1.34.0/blackfire-agent-linux_static_amd64 \
21
22
&& mv blackfire-agent /usr/local/bin/ \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
+
19
20
# Install development environment
20
21
&& wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
21
22
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
+
19
20
# Install development environment
20
21
&& wget -q -O blackfire-agent https://packages.blackfire.io/binaries/blackfire-agent/1.34.0/blackfire-agent-linux_static_amd64 \
21
22
&& mv blackfire-agent /usr/local/bin/ \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
+
19
20
# Install development environment
20
21
&& wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
21
22
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
Original file line number Diff line number Diff line change @@ -16,13 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
- # Install development environment
20
- && wget -q -O blackfire-agent https://packages.blackfire.io/binaries/blackfire-agent/1.34.0/blackfire-agent-linux_static_amd64 \
21
- && mv blackfire-agent /usr/local/bin/ \
22
- && chmod +x /usr/local/bin/blackfire-agent \
23
- && wget -q -O blackfire.so https://packages.blackfire.io/binaries/blackfire-php/1.33.0/blackfire-php-alpine_amd64-php-80.so \
24
- && mv blackfire.so "$(php -r " echo ini_get('extension_dir' );")/blackfire.so" \
25
- && mkdir /var/run/blackfire/ \
19
+
26
20
&& apk-install \
27
21
make \
28
22
autoconf \
Original file line number Diff line number Diff line change @@ -16,12 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
- # Install development environment
20
- && wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
21
- && echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
22
- && apt-install \
23
- blackfire-php \
24
- blackfire-agent \
19
+
25
20
&& pickle install xdebug \
26
21
&& docker-php-ext-enable xdebug \
27
22
# Enable php development services
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ FROM webdevops/php:5.6
8
8
COPY conf/ /opt/docker/
9
9
10
10
RUN set -x \
11
+
11
12
# Install development environment
12
13
&& wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
13
14
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ FROM webdevops/php:7.0
8
8
COPY conf/ /opt/docker/
9
9
10
10
RUN set -x \
11
+
11
12
# Install development environment
12
13
&& wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
13
14
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ FROM webdevops/php:7.1-alpine
8
8
COPY conf/ /opt/docker/
9
9
10
10
RUN set -x \
11
+
11
12
# Install development environment
12
13
&& wget -q -O blackfire-agent https://packages.blackfire.io/binaries/blackfire-agent/1.34.0/blackfire-agent-linux_static_amd64 \
13
14
&& mv blackfire-agent /usr/local/bin/ \
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ FROM webdevops/php:7.1
8
8
COPY conf/ /opt/docker/
9
9
10
10
RUN set -x \
11
+
11
12
# Install development environment
12
13
&& wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
13
14
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ FROM webdevops/php:7.2-alpine
8
8
COPY conf/ /opt/docker/
9
9
10
10
RUN set -x \
11
+
11
12
# Install development environment
12
13
&& wget -q -O blackfire-agent https://packages.blackfire.io/binaries/blackfire-agent/1.34.0/blackfire-agent-linux_static_amd64 \
13
14
&& mv blackfire-agent /usr/local/bin/ \
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ FROM webdevops/php:7.2
8
8
COPY conf/ /opt/docker/
9
9
10
10
RUN set -x \
11
+
11
12
# Install development environment
12
13
&& wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
13
14
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ FROM webdevops/php:7.3-alpine
8
8
COPY conf/ /opt/docker/
9
9
10
10
RUN set -x \
11
+
11
12
# Install development environment
12
13
&& wget -q -O blackfire-agent https://packages.blackfire.io/binaries/blackfire-agent/1.34.0/blackfire-agent-linux_static_amd64 \
13
14
&& mv blackfire-agent /usr/local/bin/ \
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ FROM webdevops/php:7.3
8
8
COPY conf/ /opt/docker/
9
9
10
10
RUN set -x \
11
+
11
12
# Install development environment
12
13
&& wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
13
14
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ FROM webdevops/php:7.4-alpine
8
8
COPY conf/ /opt/docker/
9
9
10
10
RUN set -x \
11
+
11
12
# Install development environment
12
13
&& wget -q -O blackfire-agent https://packages.blackfire.io/binaries/blackfire-agent/1.34.0/blackfire-agent-linux_static_amd64 \
13
14
&& mv blackfire-agent /usr/local/bin/ \
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ FROM webdevops/php:7.4
8
8
COPY conf/ /opt/docker/
9
9
10
10
RUN set -x \
11
+
11
12
# Install development environment
12
13
&& wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
13
14
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
Original file line number Diff line number Diff line change @@ -8,13 +8,7 @@ FROM webdevops/php:8.0-alpine
8
8
COPY conf/ /opt/docker/
9
9
10
10
RUN set -x \
11
- # Install development environment
12
- && wget -q -O blackfire-agent https://packages.blackfire.io/binaries/blackfire-agent/1.34.0/blackfire-agent-linux_static_amd64 \
13
- && mv blackfire-agent /usr/local/bin/ \
14
- && chmod +x /usr/local/bin/blackfire-agent \
15
- && wget -q -O blackfire.so https://packages.blackfire.io/binaries/blackfire-php/1.33.0/blackfire-php-alpine_amd64-php-80.so \
16
- && mv blackfire.so "$(php -r " echo ini_get('extension_dir' );")/blackfire.so" \
17
- && mkdir /var/run/blackfire/ \
11
+
18
12
&& apk-install \
19
13
make \
20
14
autoconf \
Original file line number Diff line number Diff line change @@ -8,12 +8,7 @@ FROM webdevops/php:8.0
8
8
COPY conf/ /opt/docker/
9
9
10
10
RUN set -x \
11
- # Install development environment
12
- && wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
13
- && echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
14
- && apt-install \
15
- blackfire-php \
16
- blackfire-agent \
11
+
17
12
&& pickle install xdebug \
18
13
&& docker-php-ext-enable xdebug \
19
14
# Enable php development services
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
+
19
20
# Install development environment
20
21
&& wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
21
22
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
+
19
20
# Install development environment
20
21
&& wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
21
22
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
+
19
20
# Install development environment
20
21
&& wget -q -O blackfire-agent https://packages.blackfire.io/binaries/blackfire-agent/1.34.0/blackfire-agent-linux_static_amd64 \
21
22
&& mv blackfire-agent /usr/local/bin/ \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
+
19
20
# Install development environment
20
21
&& wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
21
22
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
+
19
20
# Install development environment
20
21
&& wget -q -O blackfire-agent https://packages.blackfire.io/binaries/blackfire-agent/1.34.0/blackfire-agent-linux_static_amd64 \
21
22
&& mv blackfire-agent /usr/local/bin/ \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
+
19
20
# Install development environment
20
21
&& wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
21
22
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
+
19
20
# Install development environment
20
21
&& wget -q -O blackfire-agent https://packages.blackfire.io/binaries/blackfire-agent/1.34.0/blackfire-agent-linux_static_amd64 \
21
22
&& mv blackfire-agent /usr/local/bin/ \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
+
19
20
# Install development environment
20
21
&& wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
21
22
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
+
19
20
# Install development environment
20
21
&& wget -q -O blackfire-agent https://packages.blackfire.io/binaries/blackfire-agent/1.34.0/blackfire-agent-linux_static_amd64 \
21
22
&& mv blackfire-agent /usr/local/bin/ \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
+
19
20
# Install development environment
20
21
&& wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
21
22
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
Original file line number Diff line number Diff line change @@ -16,13 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
- # Install development environment
20
- && wget -q -O blackfire-agent https://packages.blackfire.io/binaries/blackfire-agent/1.34.0/blackfire-agent-linux_static_amd64 \
21
- && mv blackfire-agent /usr/local/bin/ \
22
- && chmod +x /usr/local/bin/blackfire-agent \
23
- && wget -q -O blackfire.so https://packages.blackfire.io/binaries/blackfire-php/1.33.0/blackfire-php-alpine_amd64-php-80.so \
24
- && mv blackfire.so "$(php -r " echo ini_get('extension_dir' );")/blackfire.so" \
25
- && mkdir /var/run/blackfire/ \
19
+
26
20
&& apk-install \
27
21
make \
28
22
autoconf \
Original file line number Diff line number Diff line change @@ -16,12 +16,7 @@ ENV WEB_NO_CACHE_PATTERN="\.(css|js|gif|png|jpg|svg|json|xml)$"
16
16
COPY conf/ /opt/docker/
17
17
18
18
RUN set -x \
19
- # Install development environment
20
- && wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
21
- && echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
22
- && apt-install \
23
- blackfire-php \
24
- blackfire-agent \
19
+
25
20
&& pickle install xdebug \
26
21
&& docker-php-ext-enable xdebug \
27
22
# Enable php development services
Original file line number Diff line number Diff line change 364
364
{% - endmacro %}
365
365
366
366
{% macro officialDevelopment (role ='' , version ='' ) -%}
367
+ {% - if version != '8.0' %}
367
368
# Install development environment
368
369
&& wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - \
369
370
&& echo "deb https://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
370
371
&& apt-install \
371
372
blackfire-php \
372
373
blackfire-agent \
374
+ {% - endif %}
373
375
{% - if version |int == 5 %}
374
376
&& pecl install xdebug-2.5.5 \
375
377
{% - elif version == '8.0' %}
384
386
{% - endmacro %}
385
387
386
388
{% macro officialDevelopmentAlpine (role ='' , version ='' ) -%}
389
+ {% - if version != '8.0' %}
387
390
# Install development environment
388
391
&& wget -q -O blackfire-agent https://packages.blackfire.io/binaries/blackfire-agent/1.34.0/blackfire-agent-linux_static_amd64 \
389
392
&& mv blackfire-agent /usr/local/bin/ \
390
393
&& chmod +x /usr/local/bin/blackfire-agent \
391
394
&& wget -q -O blackfire.so https://packages.blackfire.io/binaries/blackfire-php/1.33.0/blackfire-php-alpine_amd64-php-{{ version|replace('.', '') }}.so \
392
395
&& mv blackfire.so "$(php -r "echo ini_get('extension_dir');")/blackfire.so" \
393
396
&& mkdir /var/run/blackfire/ \
397
+ {% - endif %}
394
398
&& apk-install \
395
399
make \
396
400
autoconf \
You can’t perform that action at this time.
0 commit comments