Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 1.8.0

- Upgrade Imagick to version 7.1.1-38 and build with support for AVIF format (aom encoder).
- Add support for PHP 8.4 for elastic-apm

## 1.7.2

Expand Down
2 changes: 1 addition & 1 deletion layers/elastic-apm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
RUN \
LD_LIBRARY_PATH=/lib64:/lib yum install -y libcurl-devel openssl-devel \
&& mkdir /tmp/apm \
&& 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 \
&& curl -L https://github.com/elastic/apm-agent-php/archive/refs/tags/v1.15.0.tar.gz | tar -C /tmp/apm -zx --strip-components=1 \
&& cd /tmp/apm/src/ext \
&& phpize \
&& CFLAGS="-std=gnu99" ./configure --enable-elastic_apm \
Expand Down
3 changes: 2 additions & 1 deletion layers/elastic-apm/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"80",
"81",
"82",
"83"
"83",
"84"
]
}
Loading