We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb7446 commit da4504aCopy full SHA for da4504a
src/flex/Dockerfile
@@ -22,6 +22,9 @@ RUN set -xe \
22
&& /contrast/service/x86_64/contrast-flex-service --comms-parent-dir "/contrast" --agents-parent-dir "/contrast" agents \
23
&& /contrast/service/x86_64/contrast-flex-service --comms-parent-dir "/contrast" --agents-parent-dir "/contrast" auto-attach set true
24
25
+# Adjust the absolute path provided in PHP agent ini files
26
+RUN find /usr/bin/contrast-flex-agent/flex-agents/php/*/*/contrast.ini -type f -exec sed -i 's|/usr/bin/contrast-flex-agent/|/contrast/|g' {} \;
27
+
28
FROM --platform=linux/amd64 busybox:stable AS final-amd64
29
RUN set -xe \
30
&& addgroup -g 1001 custom-group \
0 commit comments