Skip to content

Commit c846503

Browse files
committed
elastic-apm: revert completely
PHP 8.4 is not supported upstream and fails to compile on updated version
1 parent a21f889 commit c846503

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

layers/elastic-apm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
55
RUN \
66
LD_LIBRARY_PATH=/lib64:/lib yum install -y libcurl-devel openssl-devel \
77
&& mkdir /tmp/apm \
8-
&& curl -L https://github.com/elastic/apm-agent-php/archive/refs/tags/v1.14.1.tar.gz | tar -C /tmp/apm -zx --strip-components=1 \
8+
&& curl -L https://github.com/elastic/apm-agent-php/archive/refs/tags/v1.8.4.tar.gz | tar -C /tmp/apm -zx --strip-components=1 \
99
&& cd /tmp/apm/src/ext \
1010
&& phpize \
1111
&& CFLAGS="-std=gnu99" ./configure --enable-elastic_apm \

layers/elastic-apm/config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"80",
44
"81",
55
"82",
6-
"83",
7-
"84"
6+
"83"
87
]
98
}

0 commit comments

Comments
 (0)