Update driver-loader docker-entrypoint

Remove debug log
Set default option ENABLE_COMPILE and ENABLE_DOWNLOAD

Signed-off-by: Paul Rey <contact@paulrey.io>
This commit is contained in:
Paul Rey
2024-03-20 17:41:38 +01:00
committed by poiana
parent 2f6fdfa972
commit 858c82ffe0

View File

@@ -121,6 +121,9 @@ while test $# -gt 0; do
shift
done
echo "Extra args: $extra_args"
if [ -z "$has_opts" ]; then
ENABLE_COMPILE="true"
ENABLE_DOWNLOAD="true"
fi
/usr/bin/falcoctl driver install --compile=$ENABLE_COMPILE --download=$ENABLE_DOWNLOAD --http-insecure=$HTTP_INSECURE --http-headers="$FALCOCTL_DRIVER_HTTP_HEADERS" $extra_args