add attachment load script

This commit is contained in:
Daniel Eisenberg
2025-09-28 17:56:36 +03:00
parent 31543864d9
commit b558a16f15
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -x
echo "Preparing shared Envoy attachment files..."
mkdir -p /envoy/attachment/shared && \
cp -r /envoy/attachment/lib* /envoy/attachment/shared && \
cp /envoy/attachment/versions/$ENVOY_VERSION/lib* /envoy/attachment/shared