Skip to content

Commit

Permalink
use v0.6.7 php-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
eeliu committed Dec 4, 2024
1 parent acd6a01 commit 1180b5d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion testapps/flarum/flarum.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk update && apk add php8-dev build-base
# RUN cd /pinpoint-c-agent/ && phpize && ./configure && make install
# RUN INI_DIR=`php-config --ini-dir` && cp /pinpoint-c-agent/pinpoint_php.ini $INI_DIR

RUN curl -sL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/latest/download/install_pinpoint_php.sh | sh
RUN curl -sL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/download/v0.6.7/install_pinpoint_php.sh | sh

COPY testapps/flarum/site.php /flarum/app/site.php
RUN cd /flarum/app/ && composer require -w pinpoint-apm/pinpoint-php-aop:v3.0.1
2 changes: 1 addition & 1 deletion testapps/laravel/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt update && apt-get install -y \
git \
&& docker-php-ext-install zip pdo pdo_mysql

RUN curl -sL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/latest/download/install_pinpoint_php.sh | sh
RUN curl -sL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/download/v0.6.7/install_pinpoint_php.sh | sh

COPY testapps/laravel/example-app /app

Expand Down
2 changes: 1 addition & 1 deletion testapps/php_phpmyadmin/phpmyadmin.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt update && apt-get install -y \
# RUN cd /pinpoint-c-agent/ && phpize && ./configure && make install
# RUN INI_DIR=`php-config --ini-dir` && cp /pinpoint-c-agent/pinpoint_php.ini $INI_DIR

RUN curl -sL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/latest/download/install_pinpoint_php.sh | sh
RUN curl -sL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/download/v0.6.7/install_pinpoint_php.sh | sh

COPY testapps/php_phpmyadmin/index.php /var/www/html/index.php
## install composer
Expand Down
2 changes: 1 addition & 1 deletion testapps/php_wordpress/php-wordpress.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM wordpress:beta-php8.1-apache
# COPY install_pinpoint_php.sh /tmp/
# RUN sh /tmp/install_pinpoint_php.sh

RUN curl -sL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/latest/download/install_pinpoint_php.sh | sh
RUN curl -sL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/download/v0.6.7/install_pinpoint_php.sh | sh

COPY testapps/php_wordpress/wp-config.php /usr/src/wordpress/wp-config.php
# install composer
Expand Down
2 changes: 1 addition & 1 deletion testapps/shopware/shopware.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM shyim/shopware:6.4.20-php8.2

RUN apk update && apk add --virtual build-dependencies build-base git autoconf

RUN curl -sL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/latest/download/install_pinpoint_php.sh | sh
RUN curl -sL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/download/v0.6.7/install_pinpoint_php.sh | sh

## install composer
RUN composer self-update 2.4.4
Expand Down
2 changes: 1 addition & 1 deletion testapps/thinkphp-php/thinkphp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt update && apt-get install -y \
git \
&& docker-php-ext-install zip pdo pdo_mysql

RUN curl -sL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/latest/download/install_pinpoint_php.sh | sh
RUN curl -sL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/download/v0.6.7/install_pinpoint_php.sh | sh

COPY testapps/thinkphp-php/tp /app

Expand Down

0 comments on commit 1180b5d

Please sign in to comment.