Fix alpine ca (#45)

* add attachment load script

* update file path

* update file path

* update file path

---------

Co-authored-by: Daniel Eisenberg <danielei@checkpoint.com>
This commit is contained in:
Daniel-Eisenberg
2025-09-30 18:19:54 +03:00
committed by GitHub
parent 31543864d9
commit 30b19505ce
3 changed files with 17 additions and 1 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