mirror of
https://github.com/openappsec/attachment.git
synced 2025-11-18 18:20:36 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user